From commits-return-3937-apmail-continuum-commits-archive=continuum.apache.org@continuum.apache.org Wed Apr 30 03:58:10 2008 Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 49601 invoked from network); 30 Apr 2008 03:58:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2008 03:58:06 -0000 Received: (qmail 81823 invoked by uid 500); 30 Apr 2008 03:58:08 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 81798 invoked by uid 500); 30 Apr 2008 03:58:08 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 81787 invoked by uid 99); 30 Apr 2008 03:58:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2008 20:58:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 03:57:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 498B023889F7; Tue, 29 Apr 2008 20:57:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r652249 - /continuum/trunk/continuum-core/src/test/resources/plexus.xml Date: Wed, 30 Apr 2008 03:57:41 -0000 To: commits@continuum.apache.org From: carlos@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080430035741.498B023889F7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ --> - - org.codehaus.plexus.jdo.JdoFactory - continuum - org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory - - org.jpox.PersistenceManagerFactoryImpl - - - - org.codehaus.plexus.jdo.JdoFactory - users - org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory - - - org.hsqldb.jdbcDriver - jdbc:hsqldb:${plexus.home}/database - sa - - org.jpox.PersistenceManagerFactoryImpl - - - - - org.jpox.autoCreateSchema - true - - - org.jpox.validateTables - false - - - org.jpox.validateColumns - false - - - org.jpox.validateConstraints - false - - - org.jpox.autoStartMechanism - SchemaTable - - - org.jpox.autoStartMechanismMode - Ignored - - - org.jpox.transactionIsolation - READ_COMMITTED - - - org.jpox.poid.transactionIsolation - READ_COMMITTED - - - -