-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
1.3
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2118462 | 5.0 | Jeff Suttor | P2 | Resolved | Fixed | beta2 |
Name: eaR10174 Date: 05/16/2004
There is a unapproved API change in the javadoc of jdk1.5.0-beta2-b51:
public class javax.xml.validation.SchemaFactoryFinder was removed
The bug affects the new JCK1.5-beta1 tests:
api/javax_xml/validation/SchemaFactoryFinder/index.html#Ctor
api/javax_xml/validation/SchemaFactoryFinder/index.html#NewFactory
The tests compilation fails with the messages like :
CtorTests.java:33: javax.xml.validation.SchemaFactoryFinder is not public in
javax.xml.validation; cannot be accessed from outside package
SchemaFactoryFinder finder = new
SchemaFactoryFinder(this.getClass().getClassLoader());
^
======================================================================
There is a unapproved API change in the javadoc of jdk1.5.0-beta2-b51:
public class javax.xml.validation.SchemaFactoryFinder was removed
The bug affects the new JCK1.5-beta1 tests:
api/javax_xml/validation/SchemaFactoryFinder/index.html#Ctor
api/javax_xml/validation/SchemaFactoryFinder/index.html#NewFactory
The tests compilation fails with the messages like :
CtorTests.java:33: javax.xml.validation.SchemaFactoryFinder is not public in
javax.xml.validation; cannot be accessed from outside package
SchemaFactoryFinder finder = new
SchemaFactoryFinder(this.getClass().getClassLoader());
^
======================================================================
- backported by
-
JDK-2118462 https://central.sun.net/Unapproved JAXP API change in jdk1.5.0-b51%3A//SchemaFac
-
- Resolved
-