I'll look in detail at one of the existing tests where an external binding is applied (I recall copying some JAXWS tooling code which modifies the binding files), and will let you know, a bit later though

Thanks, Sergey
On 24/11/15 05:59, Vjacheslav V. Borisov wrote:
2015-11-23 16:32 GMT+04:00 Sergey Beryozkin <sberyoz...@gmail.com>:

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?



--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Reply via email to