-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: xml
-
b72
-
generic
-
generic
XMLInputFactory doesnot recognize 'reuse-instance' property.
Testcase is attached.
Following exception is thrown by the test case:
XMLInputFactory: com.sun.xml.internal.stream.XMLInputFactoryImpl@1eed786
java.lang.IllegalArgumentException: Property reuse-instance is not supported
at com.sun.xml.internal.stream.XMLInputFactoryImpl.setProperty(XMLInputFactoryImpl.java:251)
at Test.main(Test.java:10)
Testcase is attached.
Following exception is thrown by the test case:
XMLInputFactory: com.sun.xml.internal.stream.XMLInputFactoryImpl@1eed786
java.lang.IllegalArgumentException: Property reuse-instance is not supported
at com.sun.xml.internal.stream.XMLInputFactoryImpl.setProperty(XMLInputFactoryImpl.java:251)
at Test.main(Test.java:10)