-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: Convert
-
Tags:
-
Sprint:nxNest Sprint 9.2.2
Conversions are running outside of the transaction scope, but because of the introduction of NXP-19361, it is not possible to access a CoreSession outside the scope of a transaction, and some converters might need one.
We should revert https://github.com/nuxeo/nuxeo/commit/e8343ee7533fc24cbdbe95c3bb886c0b3f582961 (from NXP-16956), and run conversions in the scope of the transaction. Anyone that requires a long-running process and waiting for it should then suspend the transaction.