-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b96
-
generic
-
generic
the fix for this bug is not in the Mustang PIT build for b94 .
When I checked with jaxp jars from hudson - build 679 , this is fixed .
Please see attached testcase - Test3.java for details on how to reproduce the issue
behaviour of StAX factory classes - newInstance(factoryClassName,classLoader) is different from other cases
newInstance(java.lang.String factoryClassName, java.lang.ClassLoader classLoader)
when 'factoryClassName,' and/or 'classLoader' is 'null' , the behaviour of
XMLInputFactory, XMLOutputFactory and XMLEventFactory is different from other cases .
- throws error and exits
This issue observed with Mustang PIT build - for b92
(/home/jsuttor/jdk1.6.0-work/control/build/solaris-sparc/j2sdk-image)
Please see attached testcase - Test3.java for details
When I checked with jaxp jars from hudson - build 679 , this is fixed .
Please see attached testcase - Test3.java for details on how to reproduce the issue
behaviour of StAX factory classes - newInstance(factoryClassName,classLoader) is different from other cases
newInstance(java.lang.String factoryClassName, java.lang.ClassLoader classLoader)
when 'factoryClassName,' and/or 'classLoader' is 'null' , the behaviour of
XMLInputFactory, XMLOutputFactory and XMLEventFactory is different from other cases .
- throws error and exits
This issue observed with Mustang PIT build - for b92
(/home/jsuttor/jdk1.6.0-work/control/build/solaris-sparc/j2sdk-image)
Please see attached testcase - Test3.java for details