[
https://issues.apache.org/jira/browse/CXF-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13417052#comment-13417052
]
David J. M. Karlsen commented on CXF-4424:
------------------------------------------
Ah! That explains it - I though I picked it up from docs - my bad.
Maybe the info messages could include more details on the versions?
{noformat}
[INFO] Building jar: /tmp/cxf-tmp-532973/cxf-codegen4425032200956438260.jar
[INFO] Loading FrontEnd jaxws ...
[INFO] Loading DataBinding jaxb ...
{noformat}
even with endorsement of APIs (and adding jaxb-impl/jaxb-xjc 2.2.x on
classpath) the generated code contains:
{noformat}
@Generated(value = "com.sun.tools.xjc.Driver", date =
"2012-07-18T03:02:04+02:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-2")
{noformat}
> Option for codegen plugin to fork in order to support endorsed libs
> -------------------------------------------------------------------
>
> Key: CXF-4424
> URL: https://issues.apache.org/jira/browse/CXF-4424
> Project: CXF
> Issue Type: Improvement
> Components: Tooling
> Affects Versions: 2.5.4
> Environment: java 6
> Reporter: David J. M. Karlsen
> Labels: codegen, endorsed, fork
>
> In order to support endorsed libs it would be preferable to have the codegen
> plugin fork (and support setting of java.endorsed.dirs).
> I wish to do so because my build uses a vanilla JDK6 which is JAXB 2.1 and
> JAX-WS 2.1, but the target env is JDK6, JEE6 on WAS8 with JAXB 2.2 and JAX-WS
> 2.2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira