From 4317e3161b73a97ad6072808d70cddb1538ffd79 Mon Sep 17 00:00:00 2001 From: Loredana Liccardo Date: Fri, 25 Jul 2014 08:14:40 +0000 Subject: [PATCH] file DestinationDBHibernate modified to insert the property on the timeout git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManagerAlgorithms@98969 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 1 + cfg/DestinationDBHibernate.cfg.xml | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index 88f521f..74a2a6c 100644 --- a/.classpath +++ b/.classpath @@ -23,5 +23,6 @@ + diff --git a/cfg/DestinationDBHibernate.cfg.xml b/cfg/DestinationDBHibernate.cfg.xml index 33c775f..47a0416 100644 --- a/cfg/DestinationDBHibernate.cfg.xml +++ b/cfg/DestinationDBHibernate.cfg.xml @@ -8,13 +8,16 @@ jdbc:postgresql://obis2.i-marine.research-infrastructures.eu:5432/obis gcube --> d4science2 - + 1 org.hibernate.dialect.PostgreSQLDialect org.hibernate.transaction.JDBCTransactionFactory - 0 + 1 0 1 + + 1 thread + \ No newline at end of file