You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2008/04/30 05:57:41 UTC

svn commit: r652249 - /continuum/trunk/continuum-core/src/test/resources/plexus.xml

Author: carlos
Date: Tue Apr 29 20:57:41 2008
New Revision: 652249

URL: http://svn.apache.org/viewvc?rev=652249&view=rev
Log:
Remove jdo factory for testing handled in continuum-test

Modified:
    continuum/trunk/continuum-core/src/test/resources/plexus.xml

Modified: continuum/trunk/continuum-core/src/test/resources/plexus.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-core/src/test/resources/plexus.xml?rev=652249&r1=652248&r2=652249&view=diff
==============================================================================
--- continuum/trunk/continuum-core/src/test/resources/plexus.xml (original)
+++ continuum/trunk/continuum-core/src/test/resources/plexus.xml Tue Apr 29 20:57:41 2008
@@ -19,64 +19,7 @@
   -->
 <plexus>
   <components>
-    <component>
-      <role>org.codehaus.plexus.jdo.JdoFactory</role>
-      <role-hint>continuum</role-hint>
-      <implementation>org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory</implementation>
-      <configuration>
-        <persistenceManagerFactoryClass>org.jpox.PersistenceManagerFactoryImpl</persistenceManagerFactoryClass>
-      </configuration>
-    </component>
-    <component>
-      <role>org.codehaus.plexus.jdo.JdoFactory</role>
-      <role-hint>users</role-hint>
-      <implementation>org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory</implementation>
-      <configuration>
-        <!-- Database Configuration -->
-        <driverName>org.hsqldb.jdbcDriver</driverName>
-        <url>jdbc:hsqldb:${plexus.home}/database</url>
-        <userName>sa</userName>
-        <password></password>
-        <persistenceManagerFactoryClass>org.jpox.PersistenceManagerFactoryImpl</persistenceManagerFactoryClass>
-
-        <otherProperties>
-          <!-- JPOX and JDO configuration -->
-          <property>
-            <name>org.jpox.autoCreateSchema</name>
-            <value>true</value>
-          </property>
-          <property>
-            <name>org.jpox.validateTables</name>
-            <value>false</value>
-          </property>
-          <property>
-            <name>org.jpox.validateColumns</name>
-            <value>false</value>
-          </property>
-          <property>
-            <name>org.jpox.validateConstraints</name>
-            <value>false</value>
-          </property>
 
-          <property>
-            <name>org.jpox.autoStartMechanism</name>
-            <value>SchemaTable</value>
-          </property>
-          <property>
-            <name>org.jpox.autoStartMechanismMode</name>
-            <value>Ignored</value>
-          </property>
-          <property>
-            <name>org.jpox.transactionIsolation</name>
-            <value>READ_COMMITTED</value>
-          </property>
-          <property>
-            <name>org.jpox.poid.transactionIsolation</name>
-            <value>READ_COMMITTED</value>
-          </property>
-        </otherProperties>
-      </configuration>
-    </component>
     <!--
      | Logger manager
      -->