[jboss-user] [JCA/JBoss] - Re: Force Oracle to Rollback _after_ prepare phase?

adrian@jboss.org do-not-reply at jboss.com
Wed May 16 11:47:45 EDT 2007


"ypsilon" wrote : 
  | The address which is created is however being written to the Database.
  | 
  | Is that normal?
  | 

Yes that is normal. Heuristics are bad. It means you have an inconsistent commit.

To fix this problem (commit phase fails after prepare) 
you need a recovering TM, NOT heuristics, that will
remember the failed commit phase and try the request again "later"
when it has re-established the connectivity.
http://labs.jboss.com/jbosstm/

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

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



More information about the jboss-user mailing list