]
Martin Gencur updated ISPN-4302:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Set default isolation level to READ_COMMITTED in server
-------------------------------------------------------
Key: ISPN-4302
URL:
https://issues.jboss.org/browse/ISPN-4302
Project: Infinispan
Issue Type: Bug
Components: Server
Reporter: Martin Gencur
Assignee: Martin Gencur
Fix For: 7.0.0.Alpha4
When <locking> configuration element is present in server configuration but
isolation is not specified, the resulting value for isolation will be REPEATABLE_READ -
this is inconsistent with library mode and further, REPEATABLE_READ is not a valid value
in the server distribution as the server does not support transactions.