[jboss-jira] [JBoss JIRA] Created: (JBAOP-584) AspectAnnotationLoader deploys PointcutDefs and TypeDefs after Bindings
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Thu May 29 14:58:48 EDT 2008
AspectAnnotationLoader deploys PointcutDefs and TypeDefs after Bindings
-----------------------------------------------------------------------
Key: JBAOP-584
URL: http://jira.jboss.com/jira/browse/JBAOP-584
Project: JBoss AOP
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.CR10
Reporter: Flavia Rainone
Fix For: 2.1.0.GA
AspectAnnotationLoader loads first the bindings of an aspect (deployAspect). Only after that, it deploys pointcut defs and typedefs.
The order should be one of the following:
- deploy items at the order they appear
- or, deploy first typedefs, then pointcutdefs, and bindings in the end.
This bug can cause errors if, at the moment of the deployment, there are any advisors registered at the AspectManager.
--
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