(no commit message)
[utils] / mythtv / war / src / webapp / WEB-INF / web.xml
index d6961ea784461de4313444d528b4374ceae140a2..eb64edc6f6cd121800bc07d79de84136ca05e048 100644 (file)
@@ -1,12 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<web-app version="2.4
-       xmlns="http://java.sun.com/xml/ns/j2ee" 
+<web-app version="2.5
+       xmlns="http://java.sun.com/xml/ns/javaee" 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-       xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
-       http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
+       http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
 
     <listener>
         <listener-class>org.wamblee.mythtv.Application</listener-class>
     </listener>
+    
+    <!-- resource-ref>
+        <res-ref-name>MythtvConnectionFactory</res-ref-name>
+        <res-type>javax.jms.ConnectionFactory</res-type>
+        <res-auth>Container</res-auth>
+        <res-sharing-scope>Shareable</res-sharing-scope>
+    </resource-ref -->
+    
+    <!-- message-destination-ref>
+        <message-destination-ref-name>jms/MythtvTimer</message-destination-ref-name>
+        <message-destination-type>javax.jms.Queue</message-destination-type>
+        <message-destination-usage>Produces</message-destination-usage>
+        <message-destination-link>Timer</message-destination-link>
+    </message-destination-ref -->
    
 </web-app>