Return-Path: X-Original-To: apmail-continuum-commits-archive@www.apache.org Delivered-To: apmail-continuum-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 1F40264EC for ; Wed, 8 Jun 2011 00:33:47 +0000 (UTC) Received: (qmail 41966 invoked by uid 500); 8 Jun 2011 00:33:47 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 41936 invoked by uid 500); 8 Jun 2011 00:33:47 -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 41929 invoked by uid 99); 8 Jun 2011 00:33:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 00:33:46 +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, 08 Jun 2011 00:33:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7B66B2388900; Wed, 8 Jun 2011 00:33:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1133217 - in /continuum/trunk: continuum-webapp/pom.xml continuum-webapp/src/main/resources/META-INF/plexus/application.xml pom.xml Date: Wed, 08 Jun 2011 00:33:23 -0000 To: commits@continuum.apache.org From: ctan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110608003323.7B66B2388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ctan Date: Wed Jun 8 00:33:23 2011 New Revision: 1133217 URL: http://svn.apache.org/viewvc?rev=1133217&view=rev Log: [CONTINUUM-2633] enabled second level caching Modified: continuum/trunk/continuum-webapp/pom.xml continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml continuum/trunk/pom.xml Modified: continuum/trunk/continuum-webapp/pom.xml URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/pom.xml?rev=1133217&r1=1133216&r2=1133217&view=diff ============================================================================== --- continuum/trunk/continuum-webapp/pom.xml (original) +++ continuum/trunk/continuum-webapp/pom.xml Wed Jun 8 00:33:23 2011 @@ -659,6 +659,20 @@ under the License. org.jsoup jsoup + + jpox + jpox-ehcache + + + commons-logging + commons-logging + + + ehcache + ehcache + + + Modified: continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml?rev=1133217&r1=1133216&r2=1133217&view=diff ============================================================================== --- continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml (original) +++ continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Wed Jun 8 00:33:23 2011 @@ -205,6 +205,22 @@ org.jpox.rdbms.dateTimezone JDK_DEFAULT_TIMEZONE + + org.jpox.cache.level2 + true + + + org.jpox.cache.level2.type + ehcacheclassbased + + + org.jpox.cache.level2.configurationFile + /ehcache.xml + + + org.jpox.cache.level2.cacheName + default + org.jpox.rdbms.stringDefaultLength Modified: continuum/trunk/pom.xml URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=1133217&r1=1133216&r2=1133217&view=diff ============================================================================== --- continuum/trunk/pom.xml (original) +++ continuum/trunk/pom.xml Wed Jun 8 00:33:23 2011 @@ -1635,6 +1635,11 @@ under the License. jsoup 1.5.2 + + jpox + jpox-ehcache + 1.1.9 +