[jboss-jira] [JBoss JIRA] Reopened: (JBAOP-362) JBoss AOP does not bind interceptors to introduced interfaces consistently
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Tue Feb 20 17:40:35 EST 2007
[ http://jira.jboss.com/jira/browse/JBAOP-362?page=all ]
Kabir Khan reopened JBAOP-362:
------------------------------
Assignee: Kabir Khan (was: Flavia Rainone)
> JBoss AOP does not bind interceptors to introduced interfaces consistently
> --------------------------------------------------------------------------
>
> Key: JBAOP-362
> URL: http://jira.jboss.com/jira/browse/JBAOP-362
> Project: JBoss AOP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Flavia Rainone
> Assigned To: Kabir Khan
> Fix For: 2.0.0.alpha3, 1.5.4.GA
>
>
> Scenario:
> - Class A extends class B
> - C is an interface introduced to both A and B
> - Bind an interceptor I1 to methods introduced to B
> - Bind another different interceptor I2 to methods introduced to A
> Problem: if A is loaded before B, its introduced methods are intercepted by I2; if B is loaded before, on the other hand, A introduced methods are intercepted by I1.
> We want that the resultant behavior is always the same, regardless of the class loading order.
--
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