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/09/25 03:21:15 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12759350#action_12759350 ] 

Daniel Kulp commented on CXF-2445:
----------------------------------


This SHOULD be via a comma separated list to -xjc param.   As in:

-xjc-mark-generated,-Xxew

Can you verify if that works?


> 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
>            Priority: Minor
>
> 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.