Hi,
I'm getting an Error While Unmarshaling a XML File (which infact got generated by
marshalling a java object containing arraylist). The error reads as
***********************************************************************************
org.xml.sax.SAXException: Illegal Text data found as child of: Project
value: "PROJ1"
at org.exolab.castor.xml.UnmarshalHandler.endElement(UnmarshalHandler.ja
va:690)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source
)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(
Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:555)
at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:487)
at com.igate.xmlutil.XMLGenerator.generateJDOFromXMLFileUsingMapping(XML
Generator.java:307)
**************************************************************************************
Can anyone help me in sorting it out?
Thanx in advance..
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev