Hi, I use JBoss 3.2.3 with Tomcat 4.1.29 My ear application contains several ejb modules as well as web application and web service. Web service is built on apache Axis-1.1 framework which in particular requires jaxrpc-1.1.jar library and which I put into my webservice's WEB-INF/lib directory.
Additionally, in my app I have to use xerces-2.4.0.jar which is more recent that the one shipped with JBoss. However, despite I added the xerces-2.4.0 into my ear and set required Class-Path in manifest my application still used xerces-2.0 from JBoss. To solve the problem I decided to add: <loader-repository>www.aaa:loader=aaa.ear</loader-repository> in my jboss-app.xml descriptor. This solved the problem with xerces but I got an another one: now my app throws exception that javax/xml/transform/Result class is not found. I guess this is somehow connected with <loader-repository> issue. In the jaxrpc-1.1.jar there is no such class. But this is in jdk 1.4 which I use! For some reason the jdk1.4 javax/xml/tranform is overriden by jaxrpc... Is there any way to solve the problem? I know I could move the jaxrpc lib from my ear to JBoss lib but this is not possible - I'm not allowed to do such things. Regards, ___________________________________________ Artur Jonak phone: +48 22 535 88 10 <mailto:arj[at]empolis.pl> ___________________________________________ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839178#3839178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839178 ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
