|
Quick Lists
|
|
Bug ID:
|
6463661
|
|
Votes
|
0
|
|
Synopsis
|
JAXP's StAX impl does not use stax.properites as defined by JSR 173
|
|
Category
|
jaxp:stax
|
|
Reported Against
|
rc
|
|
Release Fixed
|
mustang(b98)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
2-High
|
|
Related Bugs
|
|
|
Submit Date
|
24-AUG-2006
|
|
Description
|
the Javadoc for StAX's XMLInputFactory:
https://java.sun.com/javase/6/docs/api/javax/xml/stream/XMLInputFactory.html#newInstance()
call out the use of stax.properties.
the current JAXP impl of StAX does not refer to these properties.
this is a violation of JSR 173.
it can also cause problems for people that want to use existing applications on J2SE 6.0.
Posted Date : 2006-08-24 18:11:14.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
the is a reproducible bug and is being accepted.
a request will be made to integrate this into Mustang as a show-stopper.
the unit test:
https://jaxp-sources.dev.java.net/source/browse/jaxp-sources/jaxp-ri/src/unit-test/javax/xml/stream/TestFactoryFind.java?r1=1.1&r2=1.2
the fix:
https://jaxp-sources.dev.java.net/source/browse/jaxp-sources/jaxp-api/src/javax/xml/stream/FactoryFinder.java?r1=1.4&r2=1.5
Posted Date : 2006-08-24 18:14:00.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |