Hi,
We are using jrebel in our application. When any aspectj compilation happens I get the following exception and have to restart the server -
java.lang.NullPointerException
at org.aspectj.runtime.reflect.JoinPointImpl.getSignature(JoinPointImpl.java:83)
at com.jpmc.ts.log.core.aspect.trace.TraceAspect.logTrace(TraceAspect.java:44)
I have already added -Drebel.aspectj_plugin=true in the startup.
Can you let me know whats the possible solution so that the files that use annotation when changed can be picked up via rebel.
Thanks
