1 Reply Latest reply on Sep 12, 2004 7:05 PM by thomas.diesler

    jboss-net.sar loader-repository

    mtb2ride

      I'm running into the eternal JBoss class loader problem again. This time the conflict is between my own SAR file and a .wsr file.

      I am successful in achieving scoped classloading in my SAR using the <loader-repository> tag. But when I try to isolate jboss-net.sar using a <loader-repository> tag in jboss-net.sar/META-INF/jboss-service.xml I get this error

      Only the root deployment can set the loader
      repository, ingoring config=null


      How do I make the jboss-net.sar use scoped class loading for all of the .wsr webservices I deploy?

      I'm using JBoss 3.2.5 on WinXP and Redhat 9. I use the default server with jboss-net.sar copied from the all server.

      Thanks