Re: [jibx-users] java.lang.NullPointerException / at org.jibx.runtime.impl.StAXReaderWrapper.getNamespace

2007-04-22 Thread Dennis Sosnoski
Xsd2Jibx is very out dated, and you're probably going to need to do some major work on the output binding in order to make it usable with Axis2. That said, the particular problem you're seeing below should be fixed in the 1.1.4 JiBX jars, which you can access from maven repository at

Re: [jibx-users] Reading DOCTYPE from XML

2007-04-22 Thread Dennis Sosnoski
Hi Holger, You'd need to read the DOCTYPE information from the parser yourself before you turn control over to the JiBX unmarshalling. See the Controlling JiBX with front-end code example at http://jibx.sourceforge.net/tutorial/binding-custom.html#frontend for an example of how this type of