From 4c13c7324a920f5cca9601154e5224e5d7484fa9 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Fri, 12 Dec 2014 18:09:27 +0000
Subject: [PATCH] #2140 fix - Many changes related with cahce and JPA cycling relationships

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

diff --git a/securis/src/main/resources/META-INF/persistence.xml b/securis/src/main/resources/META-INF/persistence.xml
index 478499c..3f8e643 100644
--- a/securis/src/main/resources/META-INF/persistence.xml
+++ b/securis/src/main/resources/META-INF/persistence.xml
@@ -17,10 +17,9 @@
 			<property name="hibernate.connection.datasource" value="java:comp/env/jdbc/SeCurisDS" />
 
  			<property name="hibernate.cache.use_second_level_cache" value="false" />
- 			<property name="hibernate.show_sql" value="false" />
+  			<property name="hibernate.show_sql" value="true" /> 
  			
- 			<!-- 			<property name="hibernate.format_sql" value="true"/>
- -->			
+ 			<property name="hibernate.format_sql" value="false"/>
 		</properties>
 
 	</persistence-unit>

--
Gitblit v1.3.2