Hi, I have the following issue: 1. an application A.ear using utility.jar 2. utility.jar is using apache_http_client_old_version.jar 3. A.ear is using apache_http_client_new_version.jar (deployed in jboss lib dir).
the first thing I tried was to deploy utility.jar as a sar (mbean) with scoped deployment, so now it have its own classloader. but now A.ear can't find the utility.jar (because its not in its classloader). Using Jboss4.03. any sugesstions? Thanks . Eli View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051232#4051232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051232 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
