Re: Problems with Tomcat and xml files

2006-11-07 Thread Juanjo Cuadrado
hi Chris... I have achieved (a parcial solution) to solve my problem... I have used the methods "getFirstChild().getNodeValue()" instead of "getTextContent()"... I know that this isn't a final solution, but I needed it... I promise to continue working with this... and improve my English t

Re: Problems with Tomcat and xml files

2006-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juanjo, > In the development environment all works fine, but when I try to deploy it > (the application) in a > pre-production environment(with Tomcat 5.0.27 and jdk 1.5), Tomcat give me > the follow error: > java.lang.NoSuchMethodError: org.w3c.dom.E

Problems with Tomcat and xml files

2006-11-07 Thread Juanjo Cuadrado
Hi, I'm developing a Web application and I'm having problems to deploy it in a Tomcat server. To develop, I use NetBeans 5.0 (jdk 1.5) and I debug with Tomcat 5.5.9 that NetBeans has inside. In the development environment all works fine, but when I try to deploy it (the application) in a pre-pro