JBoss Community

ejb3 intercept mdb onMessage using aop

created by wiktorowski maximilien in JBoss AOP - View the full discussion

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

Reply to this message by going to Community

Start a new discussion in JBoss AOP at Community