So nothing? Nobody ever try to use XPathFactory in a bundle in glassfish?
Ok, since XPathFactory.newInstance() does not work on Glassfish for the
moment I'm calling it directly using:
XPath p=new
com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl().newXPath();
I dont like it but at least it works until glassfish get fixed.
--
[Message sent by forum member 'fawzib']
View Post: http://forums.java.net/node/883619