You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/10/07 19:32:16 UTC

svn commit: r1005540 - /james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml

Author: norman
Date: Thu Oct  7 17:32:15 2010
New Revision: 1005540

URL: http://svn.apache.org/viewvc?rev=1005540&view=rev
Log:
Add jira issue for openjpa bug

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml?rev=1005540&r1=1005539&r2=1005540&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml Thu Oct  7 17:32:15 2010
@@ -62,6 +62,7 @@
             <property name="openjpa.jdbc.SchemaFactory" value="native(ForeignKeys=true)"/>
             <!--  Disable query cache for now. It seems to be buggy. -->
             <!--  See http://www.mail-archive.com/server-dev@james.apache.org/msg28802.html -->
+            <!--  See https://issues.apache.org/jira/browse/OPENJPA-1827 -->
             <property name="openjpa.jdbc.QuerySQLCache" value="false"/>
             <!--  Uncomment this if you want to see the generated SQL in the console.
             <property name="openjpa.Log" value="SQL=TRACE"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org