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/03/08 21:23:38 UTC

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

Author: norman
Date: Mon Mar  8 20:23:37 2010
New Revision: 920493

URL: http://svn.apache.org/viewvc?rev=920493&view=rev
Log:
Add workaround for OPENJPA-740 which is related to IMAP-114

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=920493&r1=920492&r2=920493&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 Mar  8 20:23:37 2010
@@ -14,9 +14,12 @@
     	<class>org.apache.james.server.jpa.JPAUser</class>
 
         <properties>
-            <!-- workaround till openjpa 1.3 or 2.0.0 was released -->
+            <!-- workaround for MYSQL till openjpa 1.3 or 2.0.0 was released -->
             <!-- see https://issues.apache.org/jira/browse/OPENJPA-740 -->
+            <!-- IF YOU USE MYSQL UNCOMMENT THIS -->
+            <!--  
             <property name="openjpa.jdbc.DBDictionary" value="blobTypeName=LONGBLOB"/>
+            -->
             <!--  create tables on startup -->
 	    	<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(ForeignKeys=true)"/>
         </properties>



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