Hi,
Because i have to intercept pojo method calls, i decided using jboss aop, my ear have the following structure:
EAR
myjar.aop (containing pointcuts definitions and my interceptor)
mypojo.jar (containing my pojos)
myejb.jar (containing ejb3 ssb and mdb)
myweb.war (containing my web app)
Is it possible to intercept ejb3 calls from my aop interceptor in the same way as the pojo ?
I'd like to intercept MDB onMessage calls but it doesn't seem to work.
Thanks,
Maximilien
PS: i'm using jboss4.2.2 and jboss aop 1.5.6