You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2007/07/06 17:46:05 UTC

[jira] Commented: (CXF-268) support and for the cxf-codegen-plugin so that XJC plugins can be used with the wsdl2java tool

    [ https://issues.apache.org/jira/browse/CXF-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510708 ] 

Gary Tully commented on CXF-268:
--------------------------------

A first part of this is allowing the wsdl2java tool accept extra args and pass them through to XJC. I was thinking of a -xjc arg that is a comma separated list of argumetns that will be passed to xjc. As a result it is only applicable when the binding is JAXB.

To enable the commons-lang plugin one would ensure that the plugin jar and dependencies are on the classpath and do:
  wsdl2java -xjc -Xcommons-lang x.wsdl

To implement this requires updating to version 2.0.3 of the jaxb-xjc jar to support acccessing the Options component of the XJC generator.

Do <extension> and <extensionArgs> have any special meaning that makes them prefererable to <xjc> ?

When complete I can add the <xjc> option to the maven plugin.

> support <extension> and <extensionArgs> for the cxf-codegen-plugin so that XJC plugins can be used with the wsdl2java tool
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-268
>                 URL: https://issues.apache.org/jira/browse/CXF-268
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>    Affects Versions: 2.0-RC
>            Reporter: james strachan
>            Assignee: Daniel Kulp
>             Fix For: 2.1
>
>


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