I created two tests in the aop-mc-int project
org.jboss.test.microcontainer.test.{DeployersInterceptedTestCase,DeployersLifecycleTestCase}
that I was able to get working. However, the
$instanceof{org.acme.IfA}->$implements(org.acme.IfA) pointcut expression is either not
working or not working as expected. I left the DeployersInterceptedTestCase.xml descriptor
with the pointcut that does not work. Can you look at why this fails to match anything?
Both $instanceof{org.acme.IfA}->*(..) and $instanceof{org.acme.IfA}->someMethod(..)
are working.
Now I need to see if this can be made to work in the jboss5 bootstrap.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007580#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...