[exo-jcr-commits] exo-jcr SVN: r537 - jcr/trunk/exo.jcr.component.webdav/src/main/java/org/exoplatform/services/jcr/webdav/command.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 10 04:00:36 EST 2009


Author: dkatayev
Date: 2009-11-10 04:00:35 -0500 (Tue, 10 Nov 2009)
New Revision: 537

Modified:
   jcr/trunk/exo.jcr.component.webdav/src/main/java/org/exoplatform/services/jcr/webdav/command/PutCommand.java
Log:
EXOJCR-28 save added to updateContent() method

Modified: jcr/trunk/exo.jcr.component.webdav/src/main/java/org/exoplatform/services/jcr/webdav/command/PutCommand.java
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/src/main/java/org/exoplatform/services/jcr/webdav/command/PutCommand.java	2009-11-10 09:00:00 UTC (rev 536)
+++ jcr/trunk/exo.jcr.component.webdav/src/main/java/org/exoplatform/services/jcr/webdav/command/PutCommand.java	2009-11-10 09:00:35 UTC (rev 537)
@@ -219,8 +219,8 @@
          {
             content.addMixin(mixinName);
          }
-
       }
+      node.getSession().save();
 
    }
 



More information about the exo-jcr-commits mailing list