Hi all,

I'm working on an implementation of TP3 on system that uses optimistic
concurrently control. In this system a transaction commit is not guaranteed
to succeed. It appears, though, that since Transaction.commit() returns
void, and there are no pre-defined exceptions that express a commit
failure, the Transaction interface was not designed to support occ. Is this
correct? Are there plans in the future for supporting OCC? This could
potentially mean some non-trivial changes to the unit tests...

Jonathan

Reply via email to