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 ++-- hsarback/conf/META-INF/prod-context.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hsarback/conf/META-INF/prod-context.xml b/hsarback/conf/META-INF/prod-context.xml index ee25e12..a36355e 100644 --- a/hsarback/conf/META-INF/prod-context.xml +++ b/hsarback/conf/META-INF/prod-context.xml @@ -146,13 +146,13 @@ type="javax.jms.Queue"/> <ResourceLink - name="jms/hsadminSystem-h98" - global="jms/hsadminSystem-h98" + name="jms/hsadminSystem-h97" + global="jms/hsadminSystem-h97" type="javax.jms.Queue"/> <ResourceLink - name="jms/hsadminSystem-h99" - global="jms/hsadminSystem-h99" + name="jms/hsadminSystem-h98" + global="jms/hsadminSystem-h98" type="javax.jms.Queue"/> <ResourceLink 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