[exo-jcr-commits] exo-jcr SVN: r3749 - in jcr/branches/1.12.x/exo.jcr.component.core: src/test/resources/conf/standalone/cluster and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 29 03:03:15 EST 2010


Author: areshetnyak
Date: 2010-12-29 03:03:14 -0500 (Wed, 29 Dec 2010)
New Revision: 3749

Modified:
   jcr/branches/1.12.x/exo.jcr.component.core/pom.xml
   jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-configuration.xml
Log:
JCR-1502 : The data source "testdbcleaner" was add in cluster configuration. The test TestWorkapceREstore was added in excludes in profile "run-all".

Modified: jcr/branches/1.12.x/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.component.core/pom.xml	2010-12-28 18:47:59 UTC (rev 3748)
+++ jcr/branches/1.12.x/exo.jcr.component.core/pom.xml	2010-12-29 08:03:14 UTC (rev 3749)
@@ -675,6 +675,7 @@
                         <exclude>org/exoplatform/services/jcr/**/api/**/TestVersionRestore.java</exclude>
                         <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceManagement.java</exclude>
                         <exclude>org/exoplatform/services/jcr/**/impl/**/TestRepositoryManagement.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceRestore.java</exclude>
                         <exclude>org/exoplatform/services/jcr/**/impl/**/TestSaveConfiguration.java</exclude>
                         <exclude>org/exoplatform/services/jcr/**/impl/**/ValueStoragePluginTest.java</exclude>
                         <exclude>org/exoplatform/services/jcr/**/impl/**/TestSessionCleaner.java</exclude>

Modified: jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-configuration.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-configuration.xml	2010-12-28 18:47:59 UTC (rev 3748)
+++ jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-configuration.xml	2010-12-29 08:03:14 UTC (rev 3749)
@@ -577,6 +577,33 @@
           <property name="password" value=""/>
         </properties-param>
       </init-params>
+    </component-plugin>
+    <component-plugin>
+      <name>bind.datasource</name>
+      <set-method>addPlugin</set-method>
+      <type>org.exoplatform.services.naming.BindReferencePlugin</type>
+      <init-params>
+        <value-param>
+          <name>bind-name</name>
+          <value>testdbcleaner</value>
+        </value-param>
+        <value-param>
+          <name>class-name</name>
+          <value>javax.sql.DataSource</value>
+        </value-param>
+        <value-param>
+          <name>factory</name>
+          <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
+        </value-param>
+        <properties-param>
+          <name>ref-addresses</name>
+          <description>ref-addresses</description>
+          <property name="driverClassName" value="org.hsqldb.jdbcDriver"/>
+          <property name="url" value="jdbc:hsqldb:file:target/temp/data/testdbcleaner"/>
+          <property name="username" value="sa"/>
+          <property name="password" value=""/>
+        </properties-param>
+      </init-params>
     </component-plugin>
     <component-plugin>
       <name>bind.jcr</name>



More information about the exo-jcr-commits mailing list