You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/11/13 06:37:51 UTC

[jira] Resolved: (AXIS2-3288) Maven2 WSDL2Code Plug-in Guide has incorrect and missing descriptions.

     [ https://issues.apache.org/jira/browse/AXIS2-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charitha Kankanamge resolved AXIS2-3288.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: nightly

Fixed in Axis2 trunk revision 594441. 

> Maven2 WSDL2Code Plug-in Guide has incorrect and missing descriptions.
> ----------------------------------------------------------------------
>
>                 Key: AXIS2-3288
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3288
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.3
>            Reporter: Naozo Yoshioka
>            Assignee: Charitha Kankanamge
>             Fix For: nightly
>
>
> Maven2 WSDL2Code Plug-in Guide
> http://ws.apache.org/axis2/tools/1_3/maven-plugins/maven-wsdl2code-plugin.html
> incorrect and missing descriptions like below.
> <groupId>org.apache.axis2.maven2</groupId>
> must be replaced by
> <groupId>org.apache.axis2</groupId>
> Map of namespace URI to packages. Example: <namespaceURIs> <namespaceURI> <uri>uri1</uri> <package>package1</package> </namespaceURI> ........ </namespaceURI>
> must be replaced by
> Map of namespace URI to packages. Example: <namespaceURIs> <namespaceURI> <uri>uri1</uri> <packageName>package1</packageName> </namespaceURI> ........ </namespaceURI>
> The row for unwarp is missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org