summaryrefslogtreecommitdiff
path: root/qpid/java/jca/example/conf/ejb-jar.xml
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2012-02-01 23:56:28 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2012-02-01 23:56:28 +0000
commit0dcfedb9a055a5ec9175a13cdce8667104cd799a (patch)
treed195069c3d429ef502f3514d8b1faf82eba0f651 /qpid/java/jca/example/conf/ejb-jar.xml
parent08b3d439ce5cdcd127d14489ba4730ae3f2c7724 (diff)
downloadqpid-python-0dcfedb9a055a5ec9175a13cdce8667104cd799a.tar.gz
QPID-3734 Commiting patch by Weston Price.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca/example/conf/ejb-jar.xml')
-rw-r--r--qpid/java/jca/example/conf/ejb-jar.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/qpid/java/jca/example/conf/ejb-jar.xml b/qpid/java/jca/example/conf/ejb-jar.xml
index 2f513bd3f8..a1aa859d96 100644
--- a/qpid/java/jca/example/conf/ejb-jar.xml
+++ b/qpid/java/jca/example/conf/ejb-jar.xml
@@ -27,40 +27,13 @@
<enterprise-beans>
<message-driven>
<ejb-name>QpidHelloListenerBean</ejb-name>
- <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>
</message-driven>
<message-driven>
<ejb-name>QpidHelloSubscriberBean</ejb-name>
- <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>
</message-driven>
<message-driven>
<ejb-name>QpidJMSResponderBean</ejb-name>
- <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>
</message-driven>
- <session>
- <ejb-name>QpidTestBean</ejb-name>
- <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>
- </session>
</enterprise-beans>