RE: Commons-digester

2002-07-19 Thread Robert Taylor
Jon, just yesterday I had need to convert an XML document into some Java objects. I knew Struts used Digester for this so I read the package descriptions in the JavaDocs (http://jakarta.apache.org/commons/digester/api/index.html) and found them very useful. At least it was enough information for m

Re: commons-digester and ClassLoader troubles

2002-04-22 Thread emmanuel.boudrant
Ok, I found 1 solution, I put this: digester.setClassLoader(this.getClass().getClassLoader()); instead of digester.setUseContextClassLoader(true); But now my question is, in the file ActionServlet.java, the code is digester.setUseContextClassLoader(true); ... so why is it working on St

Re: commons-digester and ClassLoader

2002-04-22 Thread emmanuel.boudrant
Thanks, ... but that's not working. Can you explain me what's a RequestInterceptor and what is the Jdk12Interceptor ? Frederico Schuh <[EMAIL PROTECTED]> a écrit : Try inserting this line in your server.xml file, inside the element: className="org.apache.tomcat.request.Jdk12Interceptor" />

Re: commons-digester and ClassLoader

2002-04-22 Thread Frederico Schuh
Try inserting this line in your server.xml file, inside the element: --- "emmanuel.boudrant" <[EMAIL PROTECTED]> escreveu: > > Hello everybody, > > I want parse a Xml config file with the Digester > placed now in Jakarta Commons. I'm under Tomcat > 3.2.1 so I replace my jaxp.jar b