]
Kabir Khan updated JBAOP-362:
-----------------------------
Fix Version/s: 1.5.4.GA
(was: 1.5.5.GA)
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: