[jibx-users] anyType and anySimpleType code generation

2015-02-27 Thread James Cowan
Hi The Jibx XSD compiler converts an anySimpleType element into a Java String and it appears to ignore anyType elements. Is there any way in Jibx (e.g. via a customization) to change this behaviour - e.g. map anySimpleType to a Java object. James

Re: [jibx-users] GWT support?

2010-04-30 Thread James Cowan
I doubt it - jibx binding depends on bcel which is not available in GWT environment. Getting GWT to work with any of the XSD compilers is tricky. It is possible to use the Castor XSD compiler to generate beans that can be serialised with GWT RPC but this is only possible if you switch XML

[jibx-users] default value initialisation

2010-04-29 Thread James Cowan
Hi I am making the move to jibx because its binding mechanisms are much nicer than castor's (and it is faster). There are two questions. The -p option to override the namespace in the xsd does not seem to work with the maven plugin - does any one have an example of how this works. I was also