Ok, what I found is, In below statement Unmarshaller.unmarshal(XYZ.class, reader)
If xml data, that is being read, has 'XYZ'(name of class) string in it, it is failing. Don't know how to solve it. -----Original Message----- From: Shiva P. Kodityala [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 9:22 AM To: [email protected] Subject: [castor-user] Strange Problem Anybody has seen this issue while unmarshalling XML? If my XML has string 'guar' anywhere in it, unmarshall is erroring out. Error is like The class for the root element 'ClassA' could not be found.{file: [not available]; line: 2; column: 328} Gua.r, gua-r ... Work fine --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

