Now using JPA with a container managed entity manager.
[utils] / mythtv / war / src / main / resources / org.wamblee.mythtv.properties.xml
index 6ba78cef98f3c0fbfd615b35f19ced8bb90b5cbe..32fa83cd6279fa61f13abb8f93e4eb921420ed82 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="propertyBean"
         class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">