This content has been marked as final.
Show 1 reply
-
1. Re: 2 phase commit and transaction logging
davidjencks May 20, 2003 7:46 AM (in response to gorgatz)All versions of jboss call prepare on all xa resources, then commit (if appropriate). However only jboss 4 logs the prepared xids, so there is no recovery possible for any version of jboss before 4. The transaction logging in jboss 4 is barely tested.