Re: Resin parser and transformers configuration

Sam <[email protected]> Thu, 1 Jun 2006 08:22:48 -0700
Newsgroups gmane.text.xml.resin.user
Message-ID <[email protected]>
> Hi Mattias,
> 
>  I have put the libbraries  in both directories :
>         
>        1-) HTTPSERVERHOME/lib
>        2-) HTTPSERVERHOME/webapps/axis/WEB-INF/lib 
>     
> When I set the CLASSPATH as below before restart resin
> everything works fine:

Perhaps an old version of the the axis library is  getting
picked up in a higher classloader than HTTPSERVERHOME/lib.

The utility jsp available from the wiki here:
http://wiki.caucho.com/Classloaders.jsp
might help you track down where the axis libraries are getting
loaded from.

You can try looking for the
"org.apache.xerces.jaxp.DocumentBuilderFactoryImpl" class.

-- Sam