-
Bug
-
Resolution: Fixed
-
P3
-
6
-
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)