[Simple-support] EventReader throws StackOverflowException
Brought to you by:
niallg
|
From: Stefanato F. (K. 2) <fed...@cr...> - 2011-11-03 12:39:42
|
Hi Niall, trying to digging about an issue on deserializing an unexpected empty structure (i.e an empty char), I finally found out the reason. Locally, in my tests, the EventReader implementation is com.sun.xml.internal.stream.XMLEventReaderImpl while deployed on the Application Server (Weblogic 10.3), the implementing class is: weblogic.xml.stax.XMLEventReaderBase This causes the reader to go on StackOverflowException when calling reader.next() in such situation (empty char). I'm aware this is "out of your jurisdiction" and now I'll try to investigate how to patch it, nevertheless hopefully you may have some useful suggestions about that... Thanks in advance for any help. Regards federico |