From 5481bda5e25f885f2592371d7bc1a515ef7b582e Mon Sep 17 00:00:00 2001 From: Peter Hormanns <peter.hormanns@jalin.de> Date: Tue, 06 Aug 2013 22:01:16 +0200 Subject: [PATCH] should be h97 --- hsarback/conf/WEB-INF/prod-web.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hsarback/conf/WEB-INF/prod-web.xml b/hsarback/conf/WEB-INF/prod-web.xml index a03d37b..d626b0f 100644 --- a/hsarback/conf/WEB-INF/prod-web.xml +++ b/hsarback/conf/WEB-INF/prod-web.xml @@ -326,13 +326,13 @@ <res-sharing-scope>Shareable</res-sharing-scope> </resource-ref> <resource-ref> - <res-ref-name>jms/hsadminSystem-h98</res-ref-name> + <res-ref-name>jms/hsadminSystem-h97</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-h99</res-ref-name> + <res-ref-name>jms/hsadminSystem-h98</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