I'm trying to run the SimpleTransform class within Java servlets using JRun 3.1.  While everything works fine from the command line, I keep getting the following error when reaching the transformation portion of my class files.
 
Exception: javax.xml.transform.TransformerConfigurationException: Namespace not supported by SAXParser
 
From what I've been reading, I believe this to be a conflict between JRun's jaxp.jar and parser.jar and the xalan.jar.  One solution recommended moving the jaxp.jar and parser.jar from the Jrun/lib/ext and replacing them with the xalan.jar.  However, the JRun server will not start up without those two jars.
 
I've posted over at Allaire, but wonder if you've heard of any solution here.
 
Thanks so much,
 
Karen Fox

Reply via email to