Author: tolusha
Date: 2011-05-19 03:50:36 -0400 (Thu, 19 May 2011)
New Revision: 4393
Modified:
jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1618/JCR-1618.patch
Log:
JCR-1618: patch updated
Modified: jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1618/JCR-1618.patch
===================================================================
--- jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1618/JCR-1618.patch 2011-05-19 06:03:47 UTC
(rev 4392)
+++ jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1618/JCR-1618.patch 2011-05-19 07:50:36 UTC
(rev 4393)
@@ -61,7 +61,7 @@
+ {
+ if (getConnectionFactory().getJdbcConnection().getTransactionIsolation() <
Connection.TRANSACTION_READ_COMMITTED)
+ {
-+ LOG.warn("Wrong RDBMS configuration, please check and set
READ_COMMITTED or higher isolation level.");
++ LOG.warn("Wrong default isolation level, please set the default
isolation level to READ_COMMITTED or higher. Other default isolation levels are not
supported");
+ }
+ }
+ catch (SQLException e)
Show replies by date