3 Replies Latest reply on Mar 20, 2012 8:20 AM by thomas.diesler

    Adding packages to JBoss 7 boot delegation

    nahsra

      I use a javaagent that does bytecode instrumentation. This injected code needs to be able to see its runtime dependency, which is available from the boot classloader.

       

      JBoss appears to ignore the "org.osgi.framework.bootdelegation" property, which was, as far as I can tell, the way you're supposed to solve this problem. I can't find any documentation on this subject.

       

      If anyone knows how to accomplish this same goal for JBoss 5/6, I'd appreciate it as well.

       

      Please help!