Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jta-dev] readOnly transactions feature on JTS/OTS

Hello all,

Since OTS does not support the readOnly flag, and JTS relies on a CORBA mapping between OTS and JTA, propagating the readOnly flag isn't possible. To address this issue, the spec should define that read-only behavior is undefined for remotely propagated transactions.

I submitted this PR: https://github.com/jakartaee/transactions/pull/253, which addresses https://github.com/jakartaee/transactions/issues/252.

Please let me know if you have any thoughts or feedback on this adjustment!

Aiden Zhang

Back to the top