Brennan, > (I don't see where the Xerces jar is--it's not in your AAR. Can't be the Sun > JDK 1.5 version, because all of those are prefaced with com.sun.)
Yes, I'm using Sun JDK 1.5, but I updated Xerces via the "endorsed" mecanism, because the support for JAXP 1.3 and validation is broken in the Sun released version. I am going to try your sugestions and I will get back with the results. Thanks, João > You might try: > > 1) Run the JRE with -verbose:class option. See if your class is actually > getting loaded. > > 2) Get a reference to a classloader the is in your code and compare this with > the classloader for org.apache.commons.digester.Digester. See if they are the > same (using identity ==). > > This might help: > http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html. Note that > the web application classloaders are child-first classloaders, so classes > loaded by these won't be visible to parent classloaders in the tree. Not sure > if the Axis 2.0 classloaders are the same way. > > Hope this helps, > > Brennan Spies > Sr. Programmer Analyst > Shared Application Services > (209) 341-6457 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
