Author: norman
Date: Mon May 10 08:12:36 2010
New Revision: 942681
URL: http://svn.apache.org/viewvc?rev=942681&view=rev
Log:
cleanup persistence properties
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=942681&r1=942680&r2=942681&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
Mon May 10 08:12:36 2010
@@ -30,14 +30,7 @@
<properties>
<!-- create tables on startup -->
<property name="openjpa.jdbc.SynchronizeMappings"
value="buildSchema(ForeignKeys=true)"/>
-
- <!-- persimistic locking -->
- <property name="openjpa.LockManager" value="pessimistic"/>
- <property name="openjpa.ReadLockLevel" value="read"/>
- <property name="openjpa.WriteLockLevel" value="write"/>
- <property name="LockTimeout" value="60000"/>
- <property name="openjpa.jdbc.TransactionIsolation"
value="read-committed"/>
-
+
</properties>
</persistence-unit>
</persistence>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]