You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ka...@apache.org on 2011/10/06 22:30:06 UTC

svn commit: r1179830 - /incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml

Author: kamrul
Date: Thu Oct  6 20:30:06 2011
New Revision: 1179830

URL: http://svn.apache.org/viewvc?rev=1179830&view=rev
Log:
OOZIE-40 OpenJPA default timestamp type for Postgres has issues. (Alejandro via Mohammad)

Modified:
    incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml

Modified: incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml?rev=1179830&r1=1179829&r2=1179830&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml Thu Oct  6 20:30:06 2011
@@ -235,6 +235,7 @@
             <property name="openjpa.jdbc.DBDictionary" value="UseSetBytesForBlobs=true"/>
             <property name="openjpa.jdbc.DBDictionary" value="BlobBufferSize=500000"/>
             <property name="openjpa.jdbc.DBDictionary" value="batchLimit=50"/>
+            <property name="openjpa.jdbc.DBDictionary" value="TimestampTypeName=TIMESTAMP"/>
             <property name="openjpa.RuntimeUnenhancedClasses" value="supported"/>
             <property name="openjpa.Log" value="log4j"/>
         </properties>