Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@minotaur.apache.org Received: (qmail 46808 invoked from network); 24 Feb 2009 22:54:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2009 22:54:45 -0000 Received: (qmail 45006 invoked by uid 500); 24 Feb 2009 22:54:45 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 44982 invoked by uid 500); 24 Feb 2009 22:54:45 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 44971 invoked by uid 99); 24 Feb 2009 22:54:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 14:54:45 -0800 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; Tue, 24 Feb 2009 22:54:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E5F6323889D0; Tue, 24 Feb 2009 22:54:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r747593 - /incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/config.xml Date: Tue, 24 Feb 2009 22:54:22 -0000 To: empire-db-commits@incubator.apache.org From: francisdb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090224225422.E5F6323889D0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: francisdb Date: Tue Feb 24 22:54:22 2009 New Revision: 747593 URL: http://svn.apache.org/viewvc?rev=747593&view=rev Log: added missing drivers Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/config.xml Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/config.xml URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/config.xml?rev=747593&r1=747592&r2=747593&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/config.xml (original) +++ incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/config.xml Tue Feb 24 22:54:22 2009 @@ -66,6 +66,36 @@ DBSAMPLEADV + + + + org.postgresql.Driver + jdbc:postgresql://localhost + postgres + postgres + DBSAMPLEADV + + + + + + org.h2.Driver + jdbc:h2:~/h2test/DBSAMPLE + sa + + DBSAMPLEADV + + + + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:DBSAMPLE;create=true + + + DBSAMPLEADV + +