Explanation
The database isolation level must be one of the following values: TRANSACTION_NONE, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, TRANSACTION_REPEATABLE_READ, or TRANSACTION_SERIALIZABLE (default value).
Action
Action
Modify the mxe.db.transaction_isolation property by using the system properties application. See the Javadoc documentation about the java.sql.connection class for information about isolation level values.