From e762eb2145f513284a31a5f11326539efa50f7b2 Mon Sep 17 00:00:00 2001 From: Purodha <bli00@hostsharing.net> Date: Tue, 02 Apr 2013 17:56:29 +0200 Subject: [PATCH] Merge branch 'master' of ssh://hsh04-source@hsh04.hostsharing.net/home/doms/source.hostsharing.net/source/hsadmin.git --- hsarback/conf/WEB-INF/prod-web.xml | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/hsarback/conf/WEB-INF/prod-web.xml b/hsarback/conf/WEB-INF/prod-web.xml index fd9035e..2366b25 100644 --- a/hsarback/conf/WEB-INF/prod-web.xml +++ b/hsarback/conf/WEB-INF/prod-web.xml @@ -230,6 +230,18 @@ <res-sharing-scope>Shareable</res-sharing-scope> </resource-ref> <resource-ref> + <res-ref-name>jms/hsadminSystem-h53</res-ref-name> + <res-type>javax.jms.Queue</res-type> + <res-auth>Container</res-auth> + <res-sharing-scope>Shareable</res-sharing-scope> + </resource-ref> + <resource-ref> + <res-ref-name>jms/hsadminSystem-h54</res-ref-name> + <res-type>javax.jms.Queue</res-type> + <res-auth>Container</res-auth> + <res-sharing-scope>Shareable</res-sharing-scope> + </resource-ref> + <resource-ref> <res-ref-name>jms/hsadminSystem-h55</res-ref-name> <res-type>javax.jms.Queue</res-type> <res-auth>Container</res-auth> @@ -254,6 +266,24 @@ <res-sharing-scope>Shareable</res-sharing-scope> </resource-ref> <resource-ref> + <res-ref-name>jms/hsadminSystem-h59</res-ref-name> + <res-type>javax.jms.Queue</res-type> + <res-auth>Container</res-auth> + <res-sharing-scope>Shareable</res-sharing-scope> + </resource-ref> + <resource-ref> + <res-ref-name>jms/hsadminSystem-h60</res-ref-name> + <res-type>javax.jms.Queue</res-type> + <res-auth>Container</res-auth> + <res-sharing-scope>Shareable</res-sharing-scope> + </resource-ref> + <resource-ref> + <res-ref-name>jms/hsadminSystem-h61</res-ref-name> + <res-type>javax.jms.Queue</res-type> + <res-auth>Container</res-auth> + <res-sharing-scope>Shareable</res-sharing-scope> + </resource-ref> + <resource-ref> <res-ref-name>jms/hsadminSystem-dns1</res-ref-name> <res-type>javax.jms.Queue</res-type> <res-auth>Container</res-auth> -- Gitblit v1.9.0-SNAPSHOT