Am not using AS at all (simply standalone JBoss AOP). I did however find out
that dropping the -hotSwap parameter fixed the issue. Am not sure if that's how
it should be, but it did the trick.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186415#4186415
Rep
I'm currently trying to get Dynamic AOP working in JBoss. Apparently, you need
to prepare joinpoints. Here's what I'm using as source code:
Main.java:
package test;
| import org.jboss.aop.AspectManager;
| import org.jboss.aop.advice.AdviceBinding;
| import org.jboss.aop.pointcut.ast.ParseE