[jboss-user] [JBoss AOP] - Re: Dynamic AOP - AspectManager.instance().addBinding() bloc

2008-10-22 Thread mane81
Now I'm using jboss-aop-2.0.0.GA and running the application with run-load15HotSwap.sh. I've this exception: java.lang.NullPointerException at org.jboss.aop.pointcut.MethodMatcher.(MethodMatcher.java:72) at org.jboss.aop.pointcut.ExecutionMethodMatcher.(ExecutionMethodMatcher.java

[jboss-user] [JBoss AOP] - Re: Dynamic AOP - AspectManager.instance().addBinding() bloc

2008-10-22 Thread mane81
I tried to reproduce the situation when AspectManager.addBinding(); blocks and I found the same problem: *** Caller.class *** import org.jboss.aop.Prepare; @Prepare("all(this)") public class Caller { private AspectCreator ac; public Caller() { System.out.