I couldn't reproduce this error on my machine.
Are you running "all" or "default" jboss as configuration?
Besides, could you please confirm that you've followed all these steps
(
http://labs.jboss.com/portal/jbossaop/docs/1.5.0.GA/docs/aspect-framework...):
1.Copy the jboss-aop-jdk15.deployer file to server/<config-name>/deploy directory
2.Edit jboss-aop-jdk15.deployer/META-INF/jboss-service.xml so that:
mbean code is org.jboss.aop.deploymentAspectManagerService
EnableLoadTimeWeaving is set to true
3.Edit run.sh to increment JAVA_OPTS and JBOSS_CLASSPATH environment variables like this:
| JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME \
| -Xmanagement:class=org.jboss.aop.hook.JRockitPluggableClassPreProcessor"
| JBOSS_CLASSPATH="$JBOSS_CLASSPATH:jrockit-pluggable-instrumentor.jar"
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995771#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...