[jboss-dev-forums] [Design of JCA on JBoss] - Re: JBossTS/JCA Recovery work for JBoss 4.2

timfox do-not-reply at jboss.com
Wed Jan 24 14:20:25 EST 2007


"weston.price at jboss.com" wrote : anonymous wrote : 
  |   | Not really. JBoss TS recovery works that way for any XAResource - whether it's from JBM, a database, or whatever.
  |   | 
  | 
  | Huh? The underlying XAResource either has to be serializable, or the the XAResourceRecovery interface has to be implemented to support recovery via JBossTS. 
  | 
  | Can we agree on that ;-)
  | 
  | 

I was just saying, that (for JBoss TS at least) you can write an XAResourceRecovery instance that will provide an XAResource on which the tx mgr can call recover(). This shouldn't be any different for any provider.

Whether the transaction was started by JCA or not (e.g. for inflow) should be of no consequence.

When the recovery manager calls recover() the resource manager is supposed to return a list of in doubt xids, whether they were started by JCA, some user application, or your great Aunt Doris.

I still don't see what any of this has got to do with JCA.

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

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



More information about the jboss-dev-forums mailing list