ref #8188 adding empty hibernate.properties for main to satisfy PropertiesFactoryBean...
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 25 Mar 2019 13:48:01 +0000 (14:48 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 25 Mar 2019 13:48:01 +0000 (14:48 +0100)
cdmlib-remote-webapp/src/main/resources/hibernate.properties [new file with mode: 0644]

diff --git a/cdmlib-remote-webapp/src/main/resources/hibernate.properties b/cdmlib-remote-webapp/src/main/resources/hibernate.properties
new file mode 100644 (file)
index 0000000..d7533e7
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# application properties to be applied to the jndiHibernateProperties which are configured in the 
+# src/main/webapp/WEB-INF/datasources/configurable.xml file
+#
+
+# this is just an empty file to satisfy the org.springframework.beans.factory.config.PropertiesFactoryBean configured 
+# in WEB-INF/datasources/configurable.xml which will try loading this file.
+# see src/test/resources/hibernate.properties for a properties file which may provide an alternative configuration
\ No newline at end of file