[exo-jcr-commits] exo-jcr SVN: r5034 - in jcr/trunk/applications/product-patches/as: jetty and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 7 14:26:34 EDT 2011


Author: nfilotto
Date: 2011-10-07 14:26:34 -0400 (Fri, 07 Oct 2011)
New Revision: 5034

Modified:
   jcr/trunk/applications/product-patches/as/jboss/exo-configuration.xml
   jcr/trunk/applications/product-patches/as/jetty/exo-configuration.xml
   jcr/trunk/applications/product-patches/as/jonas/exo-configuration.xml
   jcr/trunk/applications/product-patches/as/tomcat/exo-configuration.xml
Log:
EXOJCR-1577: Configure the BackupManager by default in the bundles of eXo JCR in standalone mode

Modified: jcr/trunk/applications/product-patches/as/jboss/exo-configuration.xml
===================================================================
--- jcr/trunk/applications/product-patches/as/jboss/exo-configuration.xml	2011-10-07 18:22:00 UTC (rev 5033)
+++ jcr/trunk/applications/product-patches/as/jboss/exo-configuration.xml	2011-10-07 18:26:34 UTC (rev 5034)
@@ -336,8 +336,25 @@
          </value-param -->
       </init-params>
    </component>
+   <component>
+     <type>org.exoplatform.services.jcr.ext.backup.server.HTTPBackupAgent</type>
+   </component>
 
    <component>
+     <type>org.exoplatform.services.jcr.ext.repository.RestRepositoryService</type>
+   </component>
+
+   <component>
+     <key>org.exoplatform.services.jcr.ext.backup.BackupManager</key>
+     <type>org.exoplatform.services.jcr.ext.backup.impl.BackupManagerImpl</type>
+     <init-params>
+       <properties-param>
+         <name>backup-properties</name>
+         <property name="backup-dir" value="${exo.jcr.parent.dir:..}/temp/backup" />
+       </properties-param>
+     </init-params>
+   </component>
+   <component>
      <type>org.exoplatform.services.organization.impl.mock.DummyOrganizationService</type>
    </component>
 

Modified: jcr/trunk/applications/product-patches/as/jetty/exo-configuration.xml
===================================================================
--- jcr/trunk/applications/product-patches/as/jetty/exo-configuration.xml	2011-10-07 18:22:00 UTC (rev 5033)
+++ jcr/trunk/applications/product-patches/as/jetty/exo-configuration.xml	2011-10-07 18:26:34 UTC (rev 5034)
@@ -336,8 +336,25 @@
          </value-param -->
       </init-params>
    </component>
+   <component>
+     <type>org.exoplatform.services.jcr.ext.backup.server.HTTPBackupAgent</type>
+   </component>
 
    <component>
+     <type>org.exoplatform.services.jcr.ext.repository.RestRepositoryService</type>
+   </component>
+
+   <component>
+     <key>org.exoplatform.services.jcr.ext.backup.BackupManager</key>
+     <type>org.exoplatform.services.jcr.ext.backup.impl.BackupManagerImpl</type>
+     <init-params>
+       <properties-param>
+         <name>backup-properties</name>
+         <property name="backup-dir" value="${exo.jcr.parent.dir:..}/temp/backup" />
+       </properties-param>
+     </init-params>
+   </component>
+   <component>
      <type>org.exoplatform.services.organization.impl.mock.DummyOrganizationService</type>
    </component>
 

Modified: jcr/trunk/applications/product-patches/as/jonas/exo-configuration.xml
===================================================================
--- jcr/trunk/applications/product-patches/as/jonas/exo-configuration.xml	2011-10-07 18:22:00 UTC (rev 5033)
+++ jcr/trunk/applications/product-patches/as/jonas/exo-configuration.xml	2011-10-07 18:26:34 UTC (rev 5034)
@@ -336,8 +336,25 @@
          </value-param -->
       </init-params>
    </component>
+   <component>
+     <type>org.exoplatform.services.jcr.ext.backup.server.HTTPBackupAgent</type>
+   </component>
 
    <component>
+     <type>org.exoplatform.services.jcr.ext.repository.RestRepositoryService</type>
+   </component>
+
+   <component>
+     <key>org.exoplatform.services.jcr.ext.backup.BackupManager</key>
+     <type>org.exoplatform.services.jcr.ext.backup.impl.BackupManagerImpl</type>
+     <init-params>
+       <properties-param>
+         <name>backup-properties</name>
+         <property name="backup-dir" value="${exo.jcr.parent.dir:..}/temp/backup" />
+       </properties-param>
+     </init-params>
+   </component>
+   <component>
      <type>org.exoplatform.services.organization.impl.mock.DummyOrganizationService</type>
    </component>
 

Modified: jcr/trunk/applications/product-patches/as/tomcat/exo-configuration.xml
===================================================================
--- jcr/trunk/applications/product-patches/as/tomcat/exo-configuration.xml	2011-10-07 18:22:00 UTC (rev 5033)
+++ jcr/trunk/applications/product-patches/as/tomcat/exo-configuration.xml	2011-10-07 18:26:34 UTC (rev 5034)
@@ -352,8 +352,25 @@
          </value-param -->
       </init-params>
    </component>
+   <component>
+     <type>org.exoplatform.services.jcr.ext.backup.server.HTTPBackupAgent</type>
+   </component>
 
    <component>
+     <type>org.exoplatform.services.jcr.ext.repository.RestRepositoryService</type>
+   </component>
+
+   <component>
+     <key>org.exoplatform.services.jcr.ext.backup.BackupManager</key>
+     <type>org.exoplatform.services.jcr.ext.backup.impl.BackupManagerImpl</type>
+     <init-params>
+       <properties-param>
+         <name>backup-properties</name>
+         <property name="backup-dir" value="${exo.jcr.parent.dir:..}/temp/backup" />
+       </properties-param>
+     </init-params>
+   </component>
+   <component>
      <type>org.exoplatform.services.organization.impl.mock.DummyOrganizationService</type>
    </component>
 



More information about the exo-jcr-commits mailing list