-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Release Notes Summary:TransactionHelper#runInSeparateTransaction methods was added
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform next, nxplatform #118, nxplatform #119, nxplatform #120, nxplatform #121, nxplatform #122, nxplatform #123
-
Story Points:3
We often have the case we want to commit the current transaction and start a new one (generally a longer one), but we're missing convenient method in TransactionHelper to do that.
We will benefit from this common mechanism by adding the TransactionHelper#runInSeparateTransaction methods which commit the current transaction (if exist), start a new one, do the work, commit the later, and eventually start a new transaction.
- is related to
-
NXS-7091 Increase transaction timeout for JSF to WebUI migration
- Resolved