From 7b3a532e141911ead4c7aae57545e55c232d8df2 Mon Sep 17 00:00:00 2001 From: Peter Hormanns <peter.hormanns@jalin.de> Date: Wed, 26 Jun 2013 15:05:22 +0200 Subject: [PATCH] neue Hives h67/h68 --- hsarback/conf/WEB-INF/prod-web.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/hsarback/conf/WEB-INF/prod-web.xml b/hsarback/conf/WEB-INF/prod-web.xml index 9ddf170..d13d76a 100644 --- a/hsarback/conf/WEB-INF/prod-web.xml +++ b/hsarback/conf/WEB-INF/prod-web.xml @@ -314,6 +314,18 @@ <res-sharing-scope>Shareable</res-sharing-scope> </resource-ref> <resource-ref> + <res-ref-name>jms/hsadminSystem-h67</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-h68</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.3