Hello all, I'm developing a resource adapter JCA 1.5 it runs in JBoss 4.0. This resource adapter contains some internal jar files. There's a web application that needs to use the classes from the internal jars.
When I deploy the resource adapter in JBoss and then deploy my web application, the classes from internal jar are accessible for web application as well. This is good. The problem is that resource adapter contains other jars as well, for example commons-logging.jar, commons-...... Now all those third party jars become available for all applications in this JBoss instance. For example if there's an application that uses commons-logging.jar from different version than my resource adapter, there may be a collision and this application may stop functioning. How can I solve this problem. >From one side I want that internal jar files will be accessible to my web >application, but from another side I need that the 3rd party jars will not override other applications. Thanks a lot. Victor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955205#3955205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955205 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user