How are the XPath and XSLT processors configured in Fuse?
Issue
The JUnit tests are using the JDK versions of the XSLT processors:
com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
while Fuse is using newer versions:
net.sf.saxon.xpath.XPathFactoryImpl
org.apache.xalan.processor.TransformerFactoryImpl
How can JUnit use the same processors?
Environment
- JBoss Fuse
- 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.