2 Replies Latest reply on Jun 7, 2007 2:27 AM by elich11

    classloading problem

    elich11

      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