HELP Application Server PE 9 - DocumentBuilderFactoryImpl not found

i getting this error in a Servlet. The same code work fine in a stand-alone local application written in NetBeans IDE... see the code :

try{

src.getDocumentElement().normalize();

NodeList listOfJDBC = src.getDocumentElement().getElementsByTagName("query-string");

int totalJDBC = listOfJDBC.getLength();

results:

org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found

Do i have to load this library in the application ? ... in the stand-alone app i don磘 use any diferent library than the jdk 1.5 ... and works...

any one can help... this code read a xml file with the tag node <query-string>...

thank磗.. max.

Message was edited by:

maximilian.brasil

[739 byte] By [maximilian.brasil] at [2007-11-26 10:52:28]
# 1

Recently I discovered that Appserver 9 does not implement xerces as default in the server library ... a solution was to copy the archives dom.jar and xercesimpl.jar from lib of Appserver 8 that it comes in the installation of the Studio Creator 2 to the lib of appserver 9, not the servlet lib as i was expecting. This resolved the problem.

maximilianbrasil at 2007-7-7 3:05:21 > top of Java-index,Application & Integration Servers,Application Servers...