2015-11-23 16:32 GMT+04:00 Sergey Beryozkin <[email protected]>:

> Well, knowing that "-episode sun-jaxb.episode" is expected to be provided
> to XJC as 2 params, it also becomes obvious how to do it without even
> changing CXF,
>
> <extraargs>
>  <extraarg>-xjc-episode</extraarg>
>  <extraArg>-xjcsun-jaxb.episode</extraArg>
> </extraargs>
>
> Thanks for the solution!
Working  (with extra plugin to create
${project.build.directory}/classes/META-INF)
                                        <extraarg>-xjc-episode</extraarg>

<extraArg>-xjc${project.build.directory}/classes/META-INF/sun-jaxb.episode</extraArg>





> I've still decided to do a minor update, so that users can use a single
> extraarg:
> https://issues.apache.org/jira/browse/CXF-6690
>
> Still not sure what to do about WADLToJava actually recognizing those
> episodes
>

I know that maven-jaxb2-plugin works with this generated binding (with many
schemas attached to generation)
How can I help to investigate the problem?

Reply via email to