[exo-jcr-commits] exo-jcr SVN: r1516 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jan 20 11:29:04 EST 2010


Author: pnedonosko
Date: 2010-01-20 11:29:04 -0500 (Wed, 20 Jan 2010)
New Revision: 1516

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/TxIsolatedOperation.java
Log:
EXOJCR-410 comment fix

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/TxIsolatedOperation.java
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/TxIsolatedOperation.java	2010-01-20 16:25:23 UTC (rev 1515)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/TxIsolatedOperation.java	2010-01-20 16:29:04 UTC (rev 1516)
@@ -121,7 +121,7 @@
                // TODO can we do rollback if not in the tx thread?
                // doRollback();
                // TODO throw new RepositoryException(e);
-               LOG.error("Commit impossible, thread is not associated with a transaction", e);
+               LOG.error("Commit impossible, thread is not associated with the transaction", e);
             }
             catch (SecurityException e)
             {



More information about the exo-jcr-commits mailing list