I'm running jboss-3.0.4_tomcat-4.1.12 on Windows XP Pro. I created a ...lib/endorsed dir and copied xercesImpl.jar, xml-apis.jar, xmlParsersAPIs.jar to it.
I set the following system properties: -Djava.endorsed.dirs=C:/jboss-3.0.4_tomcat-4.1.12/lib/endorsed -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl In my code ... DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); When I look at factory in the debugger, it is always the crimson implementation. I've been stuck on this for 2 days and I'm going crazy!!! I'll appreciate any help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865639#3865639 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865639 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
