"kabir.khan(a)jboss.com" wrote : "adrian(a)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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...