You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2011/07/07 04:05:16 UTC

[jira] [Created] (CXF-3637) wsdl_first_https README.txt isn't correct

wsdl_first_https README.txt isn't correct
-----------------------------------------

                 Key: CXF-3637
                 URL: https://issues.apache.org/jira/browse/CXF-3637
             Project: CXF
          Issue Type: Bug
          Components: Samples
            Reporter: Freeman Fang
            Assignee: Freeman Fang
            Priority: Minor


In the README.txt file for the WSDL first demo using HTTPS (wsdl_first_https), the following:

"In separate windows:
mvn -Pserver (starts the server)
mvn -Psecure.client (runs the client in secure mode, Scenario 2)
mvn -Pinsecure.client (runs the client in insecure mode, Scenario 1)
mvn -Pinsecure.client.non.secure (runs the client in secure mode, Scenario 3)
mvn -Psecure.client.non.secure (runs the client in secure mode, Scenario 4)
mvn clean (removes all generated and compiled classes)"

should read:

"In separate windows:
mvn -Pserver (starts the server)
mvn -Pinsecure.client (runs the client in insecure mode, Scenario 1)
mvn -Psecure.client (runs the client in secure mode, Scenario 2)
mvn -Pinsecure.client.non.spring (runs the client in insecure mode, Scenario 3)
mvn -Psecure.client.non.spring (runs the client in secure mode, Scenario 4)
mvn clean (removes all generated and compiled classes)"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-3637) wsdl_first_https README.txt isn't correct

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved CXF-3637.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5
                   2.4.2
                   2.3.6

commit fix
http://svn.apache.org/viewvc?rev=1143631&view=rev for trunk
http://svn.apache.org/viewvc?rev=1143632&view=rev for 2.4.x branch
http://svn.apache.org/viewvc?rev=1143634&view=rev for 2.3.x branch

> wsdl_first_https README.txt isn't correct
> -----------------------------------------
>
>                 Key: CXF-3637
>                 URL: https://issues.apache.org/jira/browse/CXF-3637
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 2.3.6, 2.4.2, 2.5
>
>
> In the README.txt file for the WSDL first demo using HTTPS (wsdl_first_https), the following:
> "In separate windows:
> mvn -Pserver (starts the server)
> mvn -Psecure.client (runs the client in secure mode, Scenario 2)
> mvn -Pinsecure.client (runs the client in insecure mode, Scenario 1)
> mvn -Pinsecure.client.non.secure (runs the client in secure mode, Scenario 3)
> mvn -Psecure.client.non.secure (runs the client in secure mode, Scenario 4)
> mvn clean (removes all generated and compiled classes)"
> should read:
> "In separate windows:
> mvn -Pserver (starts the server)
> mvn -Pinsecure.client (runs the client in insecure mode, Scenario 1)
> mvn -Psecure.client (runs the client in secure mode, Scenario 2)
> mvn -Pinsecure.client.non.spring (runs the client in insecure mode, Scenario 3)
> mvn -Psecure.client.non.spring (runs the client in secure mode, Scenario 4)
> mvn clean (removes all generated and compiled classes)"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira