-
Enhancement
-
Resolution: Fixed
-
P2
-
1.3.0, 5.0
-
1.3
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2097924 | 5.0 | Kohsuke Kawaguchi | P2 | Resolved | Fixed | b51 |
the JSR 206 Expert Group has requested that the Factory lookup mechanism for Validation and XPath be rationalized to conform to standard JAXP plugability patterns.
change the Factory resolution process so that the following methods are used in order:
- system property
- $java.home/lib/jaxp.properties
- META-INF/services/javax.xml.(validation.SchemaFactory, xpath.XPathFactory)
- platform default
###@###.### 2004-03-04
###@###.### 2004-03-04
change the Factory resolution process so that the following methods are used in order:
- system property
- $java.home/lib/jaxp.properties
- META-INF/services/javax.xml.(validation.SchemaFactory, xpath.XPathFactory)
- platform default
###@###.### 2004-03-04
###@###.### 2004-03-04
- backported by
-
JDK-2097924 JSR 206: Rationalize Factory Finder for Validation and XPath Factories
- Resolved
- duplicates
-
JDK-5048208 Unapproved JAXP API change in jdk1.5.0-b51: datatype
- Closed