Author: norman Date: Mon Mar 8 20:15:12 2010 New Revision: 920487 URL: http://svn.apache.org/viewvc?rev=920487&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=920487&r1=920486&r2=920487&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:15:12 2010 @@ -14,6 +14,9 @@ <class>org.apache.james.server.jpa.JPAUser</class> <properties> + <!-- workaround till openjpa 1.3 or 2.0.0 was released --> + <!-- see https://issues.apache.org/jira/browse/OPENJPA-740 --> + <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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org