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/[email protected]/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: [email protected]
For additional commands, e-mail: [email protected]