JBoss Community

Re: POJO Cache failing on weblogic 11g managed servers

created by Edmund Geesken in JBoss AOP - View the full discussion

I have found the reason for this exception by myself.

The Exception is fired because the JRockit 1.6_29 returns a null of the method invocation clazz.getDeclaringClass() in JoinPointGenerator.findAdvisedField(......);

After I changed to the Sun JDK 1.6_29 everything works fine and clazz.getDeclaringClass() returns a non null value.

 

Regards

Edmund



Reply to this message by going to Community

Start a new discussion in JBoss AOP at Community