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 "Marius Scurtescu (JIRA)" <ji...@apache.org> on 2008/10/06 20:01:44 UTC

[jira] Commented: (AXIS2-3585) axis2-wsdl2code ignores packageName in execution group

    [ https://issues.apache.org/jira/browse/AXIS2-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637155#action_12637155 ] 

Marius Scurtescu commented on AXIS2-3585:
-----------------------------------------

Same thing happens in 1.4.1.

Not sure what's up with axis2-wsdl2code:wsdl2code, but the maven plugin page at:
http://ws.apache.org/axis2/tools/1_4_1/maven-plugins/maven-wsdl2code-plugin.html
should be updated and mention generate-sources instead.

Either that, or axis2-wsdl2code:wsdl2code should be fixed.

> axis2-wsdl2code ignores packageName in execution group 
> -------------------------------------------------------
>
>                 Key: AXIS2-3585
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3585
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.3
>            Reporter: Michael Dürig
>
> <plugin>
>     <groupId>org.apache.axis2</groupId>
>     <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
>     <version>1.3</version>         
>     <executions>
>         <execution>
>             <id>test1</id> 
>             <goals>
>                 <goal>wsdl2code</goal>
>             </goals>
>             <configuration>
>                 <packageName>foo.bar</packageName> 
>                 <wsdlFile>src/main/axis2/myservice.wsdl</wsdlFile>
>             </configuration>
>         </execution>
>     </executions>
> </plugin>        
> gives 
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] One or more required plugin parameters are invalid/missing for 'axis2-wsdl2code:wsdl2code'
> [0] inside the definition for plugin: 'axis2-wsdl2code-maven-plugin'specify the following:
> <configuration>
>   ...
>   <packageName>VALUE</packageName>
> </configuration>
> -OR-
> on the command line, specify: '-Daxis2.wsdl2code.package=VALUE'

-- 
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