From 5beef4e86aa5355342e4e128752f40c51a493765 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Fri, 14 Nov 2014 20:08:22 +0000
Subject: [PATCH] #2021 fix - Problem with MySQL y NOT NULL creation_timestamp column

---
 securis/src/main/resources/META-INF/persistence.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/resources/META-INF/persistence.xml b/securis/src/main/resources/META-INF/persistence.xml
index d7daea1..69af565 100644
--- a/securis/src/main/resources/META-INF/persistence.xml
+++ b/securis/src/main/resources/META-INF/persistence.xml
@@ -14,7 +14,9 @@
 			<property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5Dialect" />
 			<property name="hibernate.connection.datasource" value="java:comp/env/jdbc/SeCurisDS" />
 
-			<property name="hibernate.show_sql" value="true" />
+<!-- 			<property name="hibernate.show_sql" value="true" />
+			<property name="hibernate.format_sql" value="true"/>
+ -->			
 		</properties>
 
 	</persistence-unit>

--
Gitblit v1.3.2