Hi David,

It was actually listed in my original email posted (truncated?). Here is a snippet.

JBoss AS7 Beta 3

loading resources for classloader ModuleClassLoader for Module "org.apache.xalan:main" from local module loader @1ccb457c (roots: /Applications/jboss-7.0.0/modules)
 resources for classloader [jar:file:/Applications/OpenCore/bundle/java/default/opencore-ext-aj-javaagent.jar!/com/jinspired/jxinsight/ext/aspectj/aop.xml, jar:file:/Applications/OpenCore/bundle/java/default/opencore-ext-aj-javaagent.jar!/com/jinspired/jxinsight/probes/ext/aspectj/aop.xml]

JBoss AS7 Final

loading resources for classloader ModuleClassLoader for Module "org.apache.xalan:main" from local module loader @6571120a (roots: /Applications/jboss-as-web-7.0.0.Final/modules)
 resources for classloader []

The jar /Applications/OpenCore/bundle/java/default/opencore-ext-aj-javaagent.jar is appended the classpath by way of the standard -javaagent VM argument.

Inside this jar are the following files:
 
com/jinspired/jxinsight/ext/aspectj/aop.xml
com/jinspired/jxinsight/probes/ext/aspectj/aop.xml

These are not found in Final though are present.

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?