[jboss-jira] [JBoss JIRA] Created: (JBAOP-362) JBoss AOP does not bind interceptors to introduced interfaces consistently

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Tue Feb 20 13:14:36 EST 2007


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: Flavia Rainone
             Fix For: 1.5.4.SP1, 2.0.0.alpha3


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