Well, this is one of those issues which I can not prioritize upon - I've never worked with episodes before, and given that workarounds exists it is hard to prioritize on this arguably minor issue.

In many case we can temp stop working on our current commitments (which all of us have) and react fast enough when the issues are easy to tackle or when the issues are indeed critical or patches exist.

I'd like to encourage you to look at providing a patch whenever you feel like the progress is slow, you obviously understand what is needed as far as episodes are concerned, so how about looking at JAXRSContainerTest in wadlto/jaxrs, look for the tests which end with "Binding" and see how CXF manages the custom jaxb binding perhaps that can give you an idea how episodes can also be handled nicely

Cheers, Sergey

On 20/01/16 13:20, Vjacheslav V. Borisov wrote:
2015-11-24 19:48 GMT+04:00 Sergey Beryozkin <sberyoz...@gmail.com>:

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


Found temporal  workaround to recoginze geenerated episode files (binding
files for multiple schemas), i need to supply them to xjc directly, like

                                         <extraarg>-xjc-b</extraarg>

<extraarg>-xjc${basedir}/src/main/resources/schemas/dictionary/dictionary.episode</extraarg>

Altough i cannot refer to classpath for episode file here, still waitng for
CXF realization with these bindings.
P.S.
And playing with oasis  catalog file (eg to resolve schemas located in
jars),  I  cannot enable any debug info about applying catalog.xml
transformations, this really slows work







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/




--
Sergey Beryozkin

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

Reply via email to