Thanks a lot.
The problem that i intreduce is a little different.
In the example that you wrote modue2 depend on module1, and class in module2 intercept by
interceptor in module1.
In my question module2 depend on module1 (model), but classes in module1 intercept by
module2 , the problem (or what i think can be a problem ) is that module1 dont
"know" the interceptor classes.
This problem can be in any system that use in "model event driven" the mode fire
an event to server classses, so i need to add pointcut on model classes which intercept
by server classes.
No i do it with loadtime weaving.
i have ear with 3 jars (the third is aop jar with xml), but i want to do this in compile
time.
tahnk you very much.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131355#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...