[exo-jcr-commits] exo-jcr SVN: r3938 - in jcr/branches/1.12.x/patch: 1.12.8-GA and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 8 03:28:51 EST 2011


Author: tolusha
Date: 2011-02-08 03:28:50 -0500 (Tue, 08 Feb 2011)
New Revision: 3938

Added:
   jcr/branches/1.12.x/patch/1.12.8-GA/
   jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1577/
   jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1577/JCR-1577.patch
Log:
JCR-1577: patch proposed

Added: jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1577/JCR-1577.patch
===================================================================
--- jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1577/JCR-1577.patch	                        (rev 0)
+++ jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1577/JCR-1577.patch	2011-02-08 08:28:50 UTC (rev 3938)
@@ -0,0 +1,13 @@
+Index: exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/DefaultChangesFilter.java
+===================================================================
+--- exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/DefaultChangesFilter.java	(revision 3814)
++++ exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/DefaultChangesFilter.java	(working copy)
+@@ -117,7 +117,7 @@
+          log.error("Error indexing changes " + e, e);
+          try
+          {
+-            parentHandler.logErrorChanges(removedNodes, addedNodes);
++            parentHandler.logErrorChanges(parentRemovedNodes, parentAddedNodes);
+          }
+          catch (IOException ioe)
+          {



More information about the exo-jcr-commits mailing list