Now using JPA with a container managed entity manager.
[utils] / mythtv / war / src / main / resources / beanRefContext.xml
index 5288aba37e37eb4f5c771664c05efc3fca931c8d..1bd48a62aefabf3de6d1e60d2518171e0e5b48ea 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
- <beans> 
+<beans xmlns="http://www.springframework.org/schema/beans"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://www.springframework.org/schema/beans
+         http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
      
      <bean id="mythtv"
          class="org.springframework.context.support.ClassPathXmlApplicationContext">