Re: Tomcat 5.5.9, endorsed jars and classloader

2005-09-01 Thread Antti Rauramo
Yoav Shapira wrote: With older tomcats this has been works fine for years now, but with 5.5.9 an IllegalAccessException is thrown. Which older Tomcats? Specifically, does it work in 5.0.28 or 5.5.7? 4.x and 5.x tell a bit of a different story when it comes to classloading

Tomcat 5.5.9, endorsed jars and classloader

2005-08-31 Thread Antti Rauramo
Hello all, I ran into problems with Tomcat 5.5.9. We have xercesImpl.jar in common/endorsed, and another jar (X-Hive's XML database's xhive.jar) in common/lib, that includes a class that is put in the xerces package (org.apache.xerces.dom) in order to access xerceses package protected class

Re: Tomcat 5.5.9, endorsed jars and classloader

2005-08-31 Thread Yoav Shapira
Hi, I ran into problems with Tomcat 5.5.9. We have xercesImpl.jar in common/endorsed, and another jar (X-Hive's XML database's xhive.jar) in common/lib, that includes a class that is put in the xerces package (org.apache.xerces.dom) in order to access xerceses package protected class