Re: Tips for debugging XML beans - newbie

2011-10-06 Thread raminf
XXDocument when I needed XXType. HTH, -jacobd -- View this message in context: http://old.nabble.com/Tips-for-debugging-XML-beans---newbie-tp30787605p32600801.html Sent from the Xml Beans - User mailing list archive at Nabble.com

Re: Tips for debugging XML beans - newbie

2011-02-04 Thread Jacob Danner
What does the schema look like? Are the elements and/or anyType? The majority of times I've hit a similar issue it has to do with an incorrect namespace or incorrect type. In the case of incorrect type, it was usually my error using XXDocument when I needed XXType. HTH, -jacobd On Thu, Feb 3,

Re: Tips for debugging XML beans - newbie

2011-02-03 Thread Nicholas W
Hi Cezar, Thanks for your reply. errorList is empty, so there are no error objects... Regards, Nicholas W. On Wed, Feb 2, 2011 at 7:19 PM, Cezar Andrei cezar.and...@oracle.com wrote: Nicholas, Did you try error.getObjectLocation()? Do you have any more details about the error? Cezar

Re: Tips for debugging XML beans - newbie

2011-02-02 Thread Cezar Andrei
Nicholas, Did you try error.getObjectLocation()? Do you have any more details about the error? Cezar On Fri, 2011-01-28 at 15:48 +0100, Nicholas W wrote: Hi All, I am having some trouble unmarshalling data generated by a remote REST web service (for which I have the XSD. I have set

Tips for debugging XML beans - newbie

2011-01-28 Thread Nicholas W
Hi All, I am having some trouble unmarshalling data generated by a remote REST web service (for which I have the XSD. I have set log4j.logger.org.apache.xmlbeans = DEBUG in log4j.properties and I am using code like: XmlOptions xmloptions = new XmlOptions(); ArrayList