]
Kabir Khan closed JBAOP-298.
----------------------------
Resolution: Done
Construction does not work when we have inheritance and generated
advisors
--------------------------------------------------------------------------
Key: JBAOP-298
URL:
http://jira.jboss.com/jira/browse/JBAOP-298
Project: JBoss AOP
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Kabir Khan
Assigned To: Kabir Khan
Fix For: 2.0.0.alpha2
class Parent{
}
class Child extends Parent{
}
<bind pointcut="execution(* Parent->new()">
<interceptor class="SomeInterceptor">
</bind>
<bind pointcut="execution(* Child->new()">
<interceptor class="SomeInterceptor">
</bind>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: