0 Replies Latest reply on Jan 12, 2005 10:59 AM by rfoxcroft

    Using scoped classloading to have a library EAR for our depl

    rfoxcroft

      We are using jakarta-commons in v3.2.4 and because of version conflicts with jboss we want to deploy some common libs, including some commons and some of our things, into a classloader for our apps. So we have library.ear, and we want appA.ear and appB.ear to use the classes in the jars in the ear. If we take the jars out of the ear and put them straight in deploy it works ok, but we need to override http-client because of jboss.

      Any ideas?

      R