You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/10/29 18:29:59 UTC

[jira] Resolved: (CXF-2445) can't pass mulitple -xjc wsdlOption in cxf-codegen-plugin

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

Daniel Kulp resolved CXF-2445.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Invalid)
                   2.2.5


I update the command line tool to actually allow:

-xjc-Xts  -xjc-Xblah .....

and changed your patch to use that.

> can't pass mulitple -xjc wsdlOption in cxf-codegen-plugin
> ---------------------------------------------------------
>
>                 Key: CXF-2445
>                 URL: https://issues.apache.org/jira/browse/CXF-2445
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.2.3
>            Reporter: warren crossing
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.2.5
>
>         Attachments: xjcargs.diff
>
>
> you have to specify multiple options to avoid getting a duplicate option error message
> <wsdlOptions>
>  <wsdlOption>
> <wsdl>${basedir}/src/main/resources/ShipmentService.wsdl</wsdl>
> <bindingFiles>
> <bindingFile>${basedir}/src/main/resources/bindings-global.xml</bindingFile>
> </bindingFiles>
> <extraargs>
> <arg>-xjc-Xxew</arg>
> </extraargs>
> </wsdlOption>
> <wsdlOption>
> <extraargs>
> <arg>-xjc-mark-generated</arg>
> </extraargs>
> </wsdlOption>
> </wsdlOptions>

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