Edmund Geesken [
https://community.jboss.org/people/edmund.geesken] created the discussion
"Re: POJO Cache failing on weblogic 11g managed servers"
To view the discussion, visit:
https://community.jboss.org/message/802409#802409
--------------------------------------------------------------
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
[
https://community.jboss.org/message/802409#802409]
Start a new discussion in JBoss AOP at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]