I don't know if src diving helps --
the error with the latest version of castor is 
java.lang.NullPointerException
        at
org.exolab.castor.xml.UnmarshalHandler.endElement(UnmarshalHandler.java:
763)
        at
org.exolab.castor.xml.UnmarshalHandler.endElement(UnmarshalHandler.java:
1134)
        at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
[...]

Which is line
if (locPath.equals(tmpDesc.getLocationPath())) {

It seems like locPath mighta forced a null error earlier, so it's
probably tmpDesc that's null, which is by

XMLFieldDescriptor tmpDesc =
targetState.classDesc.getContentDescriptor();

Does that ring any bells to anyone, seem like something likely to go
wrong?


-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to