You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forum topic: https://www.cuba-platform.com/discuss/t/start-bpm-from-service-failed/8376
The problem is that MySQL has a default transaction isolation level REPEATABLE READ while most other databases use the READ COMMITTED by default. For REPEATABLE READ level an NPE may be thrown (see the project from the sample). The workaround is to change the isolation level to READ COMMITTED.
The text was updated successfully, but these errors were encountered:
gorbunkov
changed the title
Process starting may not work in case of MySQL database
Process starting may not work for MySQL database
Mar 5, 2019
Forum topic: https://www.cuba-platform.com/discuss/t/start-bpm-from-service-failed/8376
The problem is that MySQL has a default transaction isolation level REPEATABLE READ while most other databases use the READ COMMITTED by default. For REPEATABLE READ level an NPE may be thrown (see the project from the sample). The workaround is to change the isolation level to READ COMMITTED.
The text was updated successfully, but these errors were encountered: