summaryrefslogtreecommitdiff
path: root/qpid/java/jca/example/conf/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/jca/example/conf/web.xml')
-rw-r--r--qpid/java/jca/example/conf/web.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/qpid/java/jca/example/conf/web.xml b/qpid/java/jca/example/conf/web.xml
index 509612dc90..d87c578606 100644
--- a/qpid/java/jca/example/conf/web.xml
+++ b/qpid/java/jca/example/conf/web.xml
@@ -22,19 +22,6 @@
<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/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
- <resource-ref>
- <res-ref-name>QpidJMSXA</res-ref-name>
- <res-type>javax.jms.ConnectionFactory</res-type>
- <res-auth>Container</res-auth>
- <res-sharing-scope>Shareable</res-sharing-scope>
- </resource-ref>
-
- <ejb-local-ref>
- <ejb-ref-name>QpidTestBean</ejb-ref-name>
- <ejb-ref-type>Session</ejb-ref-type>
- <local>org.apache.qpid.jca.example.ejb.QpidTestLocal</local>
- </ejb-local-ref>
-
<servlet>
<display-name>QpidTestServlet</display-name>
<servlet-name>QpidTestServlet</servlet-name>