[ 
http://jira.codehaus.org/browse/MAXISTOOLS-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg moved MOJO-411 to MAXISTOOLS-20:
------------------------------------------------

    Component/s:     (was: axistools)
            Key: MAXISTOOLS-20  (was: MOJO-411)
        Project: Maven 2.x Axis Tools Plugin  (was: Mojo)

> Explicit method list broken in java2wsdl
> ----------------------------------------
>
>                 Key: MAXISTOOLS-20
>                 URL: http://jira.codehaus.org/browse/MAXISTOOLS-20
>             Project: Maven 2.x Axis Tools Plugin
>          Issue Type: Bug
>            Reporter: Ronald Tschalär
>            Assignee: Dan Tran
>         Attachments: axistools.patch
>
>
> The "methods" configuration parameter takes a list of methods, but
> if more than one method is specified then the execution of Java2WSDL
> will fail. This is because axistools generates a call like
> "... -m m1 m2 m3 ..."; however, the -m option expects a single
> parameter, and hence the "m2" and "m3" are taken as class-of-port-type
> arguments.
> Workaround: instead of using something like
>       <methods>
>         <method>m1</method>
>         <method>m2</method>
>         <method>m3</method>
>       </methods>
> you need to supply the list in a single method element, e.g.
>       <methods>
>         <method>m1 m2 m3</method>
>       </methods>
> Attached is a simple patch for this problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to