This content has been marked as final.
Show 1 reply
-
1. Re: XA-JMS with non-XA-JDBC
adrian.brock Dec 19, 2002 11:12 PM (in response to lion78at)The warning is telling you that nonXA oracle
doesn't support two phase commit.
So you db update might fail, but the JMS part
could commit.
With XA oracle prepare is called first before
any commits to test whether the commit will
work on all resources.
Regards,
Adrian