]
Flavia Rainone closed JBAOP-362.
--------------------------------
Resolution: Done
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: