[jboss-dev-forums] [Design of JCA on JBoss] - Resource adapter transaction timeout enforcement

david.lloyd@jboss.com do-not-reply at jboss.com
Tue Sep 18 14:39:45 EDT 2007


I'm working on the Remoting 3 implementation of XAResource and I'm trying to figure out if transaction timeouts are better enforced on the local or remote side.  With JCA resource adapters, are the transaction timeouts typically enforced by the resource adapter (I assume using the Timer stuff), or is it standard practice to have the actual resource itself manage the timeout (the database or whatever you're connecting to)?

Basically I'm trying to come up with any reason that the resource adapter would not just deal with timeouts itself.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085690#4085690

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085690



More information about the jboss-dev-forums mailing list