2 Replies Latest reply on Apr 5, 2011 6:18 AM by maximilien

    Classloader and isolation

    maximilien

      Hi all,

       

      I'm using jboss 6 final to deploy my application. As it is splitted into several modules deployed separately i have disabled isolation in \server\default\deployers\ear-deployer-jboss-beans.xml.

       

      My problem is i'm using HttpClient 4.1 in one of my ear that i placed in ear/lib but got a noSuchMethodError. Looking a little more i see that httpClient is loaded from \server\default\deployers\resteasy.deployer\ and it is 4.0.3 version.

       

      So my question is how i can disable isolation to communicate between my modules but use my version of httpclient library.

       

      Best regards,

      Maximilien