Can someone help me with this, I am about to lose my mind here.

Using - JRun 3.0 Service Pack 2a
           Version 3.02a.116

In local.properties I set the following property -
javax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl

In a JavaBean that displays search results from XML I set the following properties -
        sysProps.put("javax.xml.parsers.DocumentBuilderFactory",
                "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
        sysProps.put("javax.xml.parsers.SAXParserFactory",
                "org.apache.xerces.jaxp.SAXParserFactoryImpl");
Where sysProps is System.getProperties();

After I execute the JSP that uses this bean, many calls - but not all calls - to JSP 
pages cause the following error.

javax.servlet.ServletException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
javax.xml.parsers.FactoryConfigurationError: 
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
        at 
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:75)
        at allaire.jrun.jsp.JRunTagLibraryInfo.(JRunTagLibraryInfo.java:31)
        at allaire.jrun.jsp.JSPParser.directive(JSPParser.java, Compiled Code)
        at allaire.jrun.jsp.JSPParser.parse(JSPParser.java, Compiled Code)
...

It looks like JRun is having problems with Xerces beta 2.0.0 or Xalan 2.2D11

any info would be awesome, thanks!
Erik


Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to