From 4829a67fba0126b3a1e647b8840aea8c1b4e2b25 Mon Sep 17 00:00:00 2001 From: Peter Hormanns <peter.hormanns@jalin.de> Date: Sun, 02 Nov 2014 11:51:42 +0100 Subject: [PATCH] fix typo in new hives configuration --- hsarback/conf/WEB-INF/prod-web.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hsarback/conf/WEB-INF/prod-web.xml b/hsarback/conf/WEB-INF/prod-web.xml index 2c34b01..389ebf6 100644 --- a/hsarback/conf/WEB-INF/prod-web.xml +++ b/hsarback/conf/WEB-INF/prod-web.xml @@ -212,7 +212,7 @@ <res-sharing-scope>Shareable</res-sharing-scope> </resource-ref> <resource-ref> - <res-ref-name>jms/hsadminSystem-h42</res-ref-name> + <res-ref-name>jms/hsadminSystem-h41</res-ref-name> <res-type>javax.jms.Queue</res-type> <res-auth>Container</res-auth> <res-sharing-scope>Shareable</res-sharing-scope> -- Gitblit v1.9.0-SNAPSHOT