JBoss Community

jboss aop and ejb3

created by wiktorowski maximilien in EJB 3.0 - 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

Reply to this message by going to Community

Start a new discussion in EJB 3.0 at Community