I believe I have identified the change which has broke CR1 and Final.
The ModuleClassLoader/ConcurrentClassLoader instances in CR1/Beta have
no parent classloader so resources are loaded from the bootstrap
classloader. Whereas in Beta3 which did work when using the system.pkgs
property the parent classloader for a ConcurrentClassLoader was the
launcher classloader (sun.misc.Launcher$AppClassLoader) which is the
classloader for JVMTI javaagents.
On 14/07/2011 00:29, William Louth (
-agentpath:/OpenCore/bin/os-32/libjxinsight.jnilib=prod
-javaagent:/OpenCore/bundle/java/default/opencore-ext-aj-javaagent.jar
-Djboss.modules.system.pkgs=com.jinspired,org.jinspired
without the *** funniness
On 14/07/2011 00:13, David M. Lloyd wrote:
> On 07/13/2011 05:01 PM, William Louth (
JINSPIRED.COM) wrote:
>> JBOSS AS 7 FINAL - DOES NOT WORK, SEES NONE OF THE RESOURCES EXCEPT FOR
>> THE LAUNCHER
> What resources is it not finding? Do you have any log messages which
> illustrates the problem?
>