Hey,
For simplicity lets say that my application is package as an ear that contain two jars:
1. model
2. server
i have the follwoing aop:
Code:
As you see the interceptor is server class and the class that is intercepted is a model
class.
I didnt find any example on how to compile aop when the interceptor are not package in the
class that are intercepted (model).
can you please advice.
Thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130867#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...