Re: [Simple-support] Stackoverflow in Simple XML
Brought to you by:
niallg
|
From: Niall G. <gal...@ya...> - 2012-03-14 12:07:56
|
Next time it happens dump out the XML it occurs with. I think this may have something to do with the weblogic stax parser. At any rate the XML is the most important part here, I think it is has a prefix without a reference. Or your StAX parser is NOT enabled for namespaces...Check out the StAX config option. javax.xml.stream.isNamespaceAware=true --- On Wed, 14/3/12, Eddy Unruh <edd...@we...> wrote: From: Eddy Unruh <edd...@we...> Subject: Re: [Simple-support] Stackoverflow in Simple XML To: "Niall Gallagher" <gal...@ya...> Cc: sim...@li... Received: Wednesday, 14 March, 2012, 4:51 AM Hi, thanks for your reply!I've posted some code here: http://pastebin.de/24221 The class, which is (de)serialized and the methods... Im using no XML parser - only the SimpleXML-tools.. or what do you mean? The strange thing is, that it does not always occur and its not always the same object... it behaves really randomly.. regardseddy 2012/3/13 Niall Gallagher <gal...@ya...> Can u provide some code to illustrate your annotated class, also what XML parser are u using? --- On Tue, 13/3/12, Eddy Unruh <edd...@we...> wrote: From: Eddy Unruh <edd...@we...> Subject: [Simple-support] Stackoverflow in Simple XML To: sim...@li... Received: Tuesday, 13 March, 2012, 3:13 AM Hi, I have currently a problem with the library which I am not able to solve on my own.. =/ The problem is also posted here: http://stackoverflow.com/questions/9676138/simple-xml-framework-weird-error I would be very happy if someone could help me an give me a hint... regardsEddy -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support |