[jboss-jira] [JBoss JIRA] Created: (JBAOP-406) Proxy Class is being transformed during AspectAnnotationLoader Execution
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Wed May 30 00:34:08 EDT 2007
Proxy Class is being transformed during AspectAnnotationLoader Execution
------------------------------------------------------------------------
Key: JBAOP-406
URL: http://jira.jboss.com/jira/browse/JBAOP-406
Project: JBoss AOP
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.alpha4, 1.5.5.GA
Reporter: Flavia Rainone
Assigned To: Flavia Rainone
Fix For: 1.5.6.GA, 2.0.0.alpha5
During the execution of AspectAnnotationLoader, proxy classes are generated to represent annotation types.
An error will happen during this generation when
- load time weaving is enabled;
- and a loaded pointcut contains a reference to a pointcut definition that hasn't been loaded yet (dangling reference).
Trying to transform the Proxy, JBoss AOP will check the proxy class against the pointcuts that have already been loaded. When it gets to the pointcut with the dangling reference, the error will happen.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list