[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Registering a bean as an aspect in the bootstrap
scott.stark@jboss.org
do-not-reply at jboss.com
Sun Jan 28 17:55:19 EST 2007
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#4007580
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007580
More information about the jboss-dev-forums
mailing list