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 30A4CE2A9 for ; Thu, 30 May 2013 14:24:11 +0000 (UTC) Received: (qmail 50964 invoked by uid 500); 30 May 2013 14:24:11 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 50825 invoked by uid 500); 30 May 2013 14:24:07 -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 50796 invoked by uid 99); 30 May 2013 14:24:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 May 2013 14:24:06 +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; Thu, 30 May 2013 14:24:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6239523889DE; Thu, 30 May 2013 14:23:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1487870 - /airavata/trunk/modules/distribution/airavata-client/src/main/resources/conf/airavata-client.properties Date: Thu, 30 May 2013 14:23:43 -0000 To: commits@airavata.apache.org From: raminder@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130530142343.6239523889DE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: raminder Date: Thu May 30 14:23:43 2013 New Revision: 1487870 URL: http://svn.apache.org/r1487870 Log: added instructions for JPA accessor. See AIRAVATA-857 for more details. Modified: airavata/trunk/modules/distribution/airavata-client/src/main/resources/conf/airavata-client.properties Modified: airavata/trunk/modules/distribution/airavata-client/src/main/resources/conf/airavata-client.properties URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-client/src/main/resources/conf/airavata-client.properties?rev=1487870&r1=1487869&r2=1487870&view=diff ============================================================================== --- airavata/trunk/modules/distribution/airavata-client/src/main/resources/conf/airavata-client.properties (original) +++ airavata/trunk/modules/distribution/airavata-client/src/main/resources/conf/airavata-client.properties Thu May 30 14:23:43 2013 @@ -62,5 +62,7 @@ trust.store.password=airavata #class.descriptor.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry #class.project.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry #class.user.workflow.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry +# To make JPA accessor work you need to add OpenJPA jars and uncomment jpa.connection.properties #class.published.workflow.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry +#jpa.connection.properties=MaxActive=10,MaxIdle=5,MinIdle=2,MaxWait=60000