diff --git a/src/main/webapp/WEB-INF/applicationContext-hibernate.xml b/src/main/webapp/WEB-INF/applicationContext-hibernate.xml
index 8f414a7df4e275d63aa7da7b872a8259f8a6e635..4fd19921bc3b57b3313ce6a3e475f45ad0be868a 100644
--- a/src/main/webapp/WEB-INF/applicationContext-hibernate.xml
+++ b/src/main/webapp/WEB-INF/applicationContext-hibernate.xml
@@ -12,6 +12,9 @@
 
 	<!-- ========================= RESOURCE DEFINITIONS ========================= -->
 
+    <!-- import the dataSource definition -->
+    <import resource="applicationContext-dataSource.xml"/>
+
 	<!-- Configurer that replaces ${...} placeholders with values from a properties file -->
 	<!-- (in this case, Hibernate-related settings for the sessionFactory definition below) -->
 	<context:property-placeholder location="classpath:jdbc.properties"/>