(no commit message)
[utils] / mythtv / war / src / main / resources / org.wamblee.mythtv.datasource.xml
diff --git a/mythtv/war/src/main/resources/org.wamblee.mythtv.datasource.xml b/mythtv/war/src/main/resources/org.wamblee.mythtv.datasource.xml
new file mode 100644 (file)
index 0000000..9caa1c8
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
+
+<beans>
+    
+    <bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
+        <property name="jndiName" value="${org.wamblee.mythtv.datasource}"/>
+    </bean>
+</beans>