-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
6.0
-
generic
-
generic
there is no entry of javax.xml.xpath.XPathFactory in META-INF/services
javac XPathFactory01.java
java -Djaxp.debug=1 XPathFactory01
JAXP: using thread context class loader (sun.misc.Launcher$AppClassLoader@131f71a) for search
JAXP: Looking up system property 'javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom'
JAXP: The property is undefined.
JAXP: found null in $java.home/jaxp.properties
JAXP: no META-INF/services/javax.xml.xpath.XPathFactory file was found
JAXP: attempting to use the platform default W3C DOM XPath lib
JAXP: instanciating com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
JAXP: loaded it from jar:file:/home/sa122568/Jaxp/Mustang/PIT/aug2605/j2sdk-image/jre/lib/rt.jar!/com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.class
JAXP: factory 'com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl' was found for http://java.sun.com/jaxp/xpath/dom
Factory : com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl@1729854
javac XPathFactory01.java
java -Djaxp.debug=1 XPathFactory01
JAXP: using thread context class loader (sun.misc.Launcher$AppClassLoader@131f71a) for search
JAXP: Looking up system property 'javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom'
JAXP: The property is undefined.
JAXP: found null in $java.home/jaxp.properties
JAXP: no META-INF/services/javax.xml.xpath.XPathFactory file was found
JAXP: attempting to use the platform default W3C DOM XPath lib
JAXP: instanciating com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
JAXP: loaded it from jar:file:/home/sa122568/Jaxp/Mustang/PIT/aug2605/j2sdk-image/jre/lib/rt.jar!/com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.class
JAXP: factory 'com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl' was found for http://java.sun.com/jaxp/xpath/dom
Factory : com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl@1729854