[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: DESCRIBE phase - Dependency builders for MC Beans
alesj
do-not-reply at jboss.com
Wed May 13 03:38:45 EDT 2009
"kabir.khan at jboss.com" wrote : "adrian at jboss.org" wrote :
| | If you really want to exclude the AOPDependencyBuilder processing from a bean then
| | you should really use one of AOP's existing mechanisms like exclude "org.jboss.ejb3.*"
| | from having aspects applied to it (that can be configured on the AspectManager).
| |
| | That way AOP should be able to "short circuit" the aspect dependency checking
| | for those pojos using the same "filters".
| The current filters are classname based, which is not a good choice for this. Although jaikiran says otherwise, AFAICR the filters are turned off for proxies anyway, they only apply to weaving classes.
|
What exactly do you mean by "current filters are classname based"?
You cannot do globing (org.acme.foobar.*) like Adrian suggests?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230680#4230680
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230680
More information about the jboss-dev-forums
mailing list