[jboss-user] [EJB 3.0] - Re: Interceptors per MDB

2008-10-03 Thread wolfc
My is guess is you're running into this issue: 
https://jira.jboss.org/jira/browse/EJBTHREE-1246.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4180212#4180212

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180212
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Interceptors per MDB

2008-10-03 Thread bfach
Perhaps.  

There are so many methods of how to make an interceptor.  The other way i saw 
was implementing the Interceptor interface and using the InterceptorDef 
annotation however when i attempted this, this did not work at all.

I am searching for the solution that will could have 1 interceptor instance for 
100 instances of a MDB.  This interceptor would effectively maintain the 
state of the entire MDB.

With that if i deploy another MDB in the same ear via deployment descriptors, 
another interceptor would be required to profile the new MDB.  

Thus 2 MDBs X  j instances but still only 2 interceptors to profile each MDB.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4180301#4180301

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180301
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user