Author: tolusha
Date: 2011-05-19 04:09:58 -0400 (Thu, 19 May 2011)
New Revision: 4394
Modified:
jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java
Log:
EXOJCR-1352: Warning if wrong IL database configuration changed
Modified:
jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java
===================================================================
---
jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java 2011-05-19
07:50:36 UTC (rev 4393)
+++
jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java 2011-05-19
08:09:58 UTC (rev 4394)
@@ -930,7 +930,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