-# Generated at 12/10/2012 07:20:45
-# Don't edit manually. See the source in D:\users\rkv\SIMAN\SIMAN_SRC\Workspace\Siman\conf\templates.
+# Generated at 24/11/2012 09:29:26
+# Don't edit manually. See the source in C:\work\Siman\SIMAN_SRC\Workspace\Siman\conf\templates.
# Connection properties
connection.driver_class=com.mysql.jdbc.Driver
-# Connection properties for unit tests
+# Generated at 26/11/2012 09:23:45
+# Don't edit manually. See the source in D:\users\rkv\SIMAN\SIMAN_SRC\Workspace\Siman\conf\templates.
+# Connection properties
connection.url=jdbc:mysql://localhost/siman_unit_tests
connection.username=simer
connection.password=admin
--- /dev/null
+# Generated at 24/11/2012 09:29:26
+# Don't edit manually. See the source in C:\work\Siman\SIMAN_SRC\Workspace\Siman\conf\templates.
+# Connection properties
+connection.driver_class=org.postgresql.Driver
+
+# Hibernate config
+hibernate.hbm2ddl.auto=update
+hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
+hibernate.current_session_context_class=thread
+
+# Log properties
+hibernate.show_sql=true
--- /dev/null
+# Generated at 24/11/2012 09:29:26
+# Don't edit manually. See the source in C:\work\Siman\SIMAN_SRC\Workspace\Siman\conf\templates.
+# Connection properties
+connection.url=jdbc:postgresql://localhost:5432/siman_unit_tests
+connection.username=simer
+connection.password=admin
+connection.driver_class=org.postgresql.Driver