On Wed, 2004-01-07 at 16:18, Jonathan.O'[EMAIL PROTECTED] wrote:
> Hi,
> We're just about to write our first interceptor (to retry deadlocked 
> methods), and we can't find the docs where to have the class loaded.
> The best would be to have it in a jar in our EAR. Is that possible? Also, 
> can we keep delare our own interceptor stack for our beans in this EAR 
> too?

Yes you can put the interceptor in your ear and yes
you can configure your own interceptor stack, 
either on the server or the client.
You provide your own configurations in jboss.xml

It only makes sense to retry a deadlock after you have allowed
the transaction to rollback, i.e. outside the transaction 
demarcation boundary.
You will already find this behaviour already in
org.jboss.ejb.plugins.TxInterceptorCMT

Regards,
Adrian

> Thanks,
> Jonathan O'Connor
> XCOM Dublin
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
-- 
xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Director of Support
Back Office
JBoss Group, LLC 
xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to