Atomikos Forum |
|
When the 1st phase is completed with every entity agreeing that they can commit.
Is the second phase a blocking call? I.e. will Atomikos block waiting for the 2nd phase to finish or will it return immediately to my code and let the code continue on its merry way. The behaviour I am seeing is that it does not block as I am then trying to read something from the database and it is not committed. So I am assume that the final commit has not been done when the second block of code is reached. Thanks in advance. |