Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF59AD41A for ; Wed, 17 Oct 2012 20:21:37 +0000 (UTC) Received: (qmail 18139 invoked by uid 500); 17 Oct 2012 20:21:37 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 18094 invoked by uid 500); 17 Oct 2012 20:21:37 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 18087 invoked by uid 99); 17 Oct 2012 20:21:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 20:21:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 17 Oct 2012 20:21:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7082023888EA for ; Wed, 17 Oct 2012 20:20:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1399414 - /airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties Date: Wed, 17 Oct 2012 20:20:53 -0000 To: commits@airavata.apache.org From: smarru@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121017202053.7082023888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smarru Date: Wed Oct 17 20:20:52 2012 New Revision: 1399414 URL: http://svn.apache.org/viewvc?rev=1399414&view=rev Log: changing the defualt configuration to derby. Modified: airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties Modified: airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties URL: http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties?rev=1399414&r1=1399413&r2=1399414&view=diff ============================================================================== --- airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties (original) +++ airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties Wed Oct 17 20:20:52 2012 @@ -31,24 +31,18 @@ # Airavata Registry Configuration ########################################################################### -registry.jdbc.url=jdbc:mysql://gf7.ucs.indiana.edu:4407/paramchem_prod_registry -registry.jdbc.user=pc_gw_admin -registry.jdbc.password=pc_gw_pwd -gateway.id=paramchem registry.user=admin - -class.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry -#registry.user=admin -#registry.password=admin -#gateway.id=default -#registry.jdbc.user=airavata -#registry.jdbc.password=airavata +registry.password=admin +gateway.id=default +registry.jdbc.user=airavata +registry.jdbc.password=airavata #for mysql -registry.jdbc.driver=com.mysql.jdbc.Driver +#registry.jdbc.driver=com.mysql.jdbc.Driver #registry.jdbc.url=jdbc:mysql://localhost:3306/persistent_data #for derby -#registry.jdbc.driver=org.apache.derby.jdbc.ClientDriver -#registry.jdbc.url=jdbc:derby://localhost:1527/persistent_data;create=true;user=airavata;password=airavata +registry.jdbc.driver=org.apache.derby.jdbc.ClientDriver +registry.jdbc.url=jdbc:derby://localhost:1527/persistent_data;create=true;user=airavata;password=airavata +class.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry