moved socketproxy to https://wamblee.org/svn/public/socketproxy
[utils] / mythtv / war / src / webapp / WEB-INF / web.xml
index eb64edc6f6cd121800bc07d79de84136ca05e048..efd70d09de0ae0377d792edc1fb78c2e88374ec9 100644 (file)
@@ -9,18 +9,22 @@
         <listener-class>org.wamblee.mythtv.Application</listener-class>
     </listener>
     
-    <!-- resource-ref>
+    <persistence-context-ref>
+        <persistence-context-ref-name>persistence/mythtv</persistence-context-ref-name>
+    </persistence-context-ref>
+    
+    <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 -->
+    </resource-ref>
     
-    <!-- message-destination-ref>
-        <message-destination-ref-name>jms/MythtvTimer</message-destination-ref-name>
+    <message-destination-ref>
+        <message-destination-ref-name>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 -->
+        <message-destination-link>InternalBootstrapQueue</message-destination-link>
+    </message-destination-ref>
    
 </web-app>