Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process starting may not work for MySQL database #46

Open
gorbunkov opened this issue Mar 5, 2019 · 0 comments
Open

Process starting may not work for MySQL database #46

gorbunkov opened this issue Mar 5, 2019 · 0 comments
Assignees

Comments

@gorbunkov
Copy link
Contributor

gorbunkov commented 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.

@gorbunkov 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants