Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.4.2
-
Fix Version/s: None
-
Component/s: Compatibility
-
Labels:None
Description
Hi team,
I upgraded my xstream jar from 1.3.1 to 1.4.2 and started getting an error while deserialization.
Exception in thread "main"
com.thoughtworks.xstream.io.StreamException: Cannot create
XmlPullParser
at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:60)
Can you please let me know what need to be done to resoolve this.Its urgent.I have attached the stream i am trying to deserialize.
com.thoughtworks.xstream.io.StreamException: Cannot create XmlPullParser
at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:56)
at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65)
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:921)