User development,

A new message was posted in the thread "Application/EAR level interceptors":

http://community.jboss.org/message/526760#526760

Author  : jaikiran pai
Profile : http://community.jboss.org/people/jaikiran

Message:
--------------------------------------------------------------
> ThomasGo wrote:
>  
> 
>  
>  
> Conceptually, an application-wide interceptor could be used for other tasks 
> that apply to all services of only one application.
> 
> 
You can actually place a jboss-aop.xml file in the .ear/META-INF folder. This 
jboss-aop.xml will then contain the pointcut expressions to intercept the calls 
to any bean implementation classes (or any classes for that matter) in that 
specific application. This is more related to JBoss AOP rather than EJB3. I am 
assuming you know about JBoss AOP and it's usage. Caveat - i haven't tried this 
and don't know if you might run into any issues.

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/526760#526760


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to