Added integration-test provided by Erik-Berndt Scheper <erik.berndt.scheper@gmail...
[hibernate4-maven-plugin] / src / it / hibernate4-maven-plugin-envers-sample / src / main / resources / spring-application-context.xml
diff --git a/src/it/hibernate4-maven-plugin-envers-sample/src/main/resources/spring-application-context.xml b/src/it/hibernate4-maven-plugin-envers-sample/src/main/resources/spring-application-context.xml
new file mode 100644 (file)
index 0000000..0af6233
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns:jee="http://www.springframework.org/schema/jee"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
+
+        http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.2.xsd">
+
+    <bean id="transactionManager" class="${spring.jta.transaction.manager}"/>
+
+    <jee:jndi-lookup id="dataSource" jndi-name="${spring.jta.dataSource.name}"/>
+
+</beans>