From 8c55192fd7242b1395af35c2b728546081cc05fe Mon Sep 17 00:00:00 2001 From: zoomk Date: Tue, 28 Oct 2025 15:47:53 +0900 Subject: [PATCH] for logging --- src/com/eactive/eai/common/util/ServiceLocator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/eactive/eai/common/util/ServiceLocator.java b/src/com/eactive/eai/common/util/ServiceLocator.java index b587adf..2e97be8 100644 --- a/src/com/eactive/eai/common/util/ServiceLocator.java +++ b/src/com/eactive/eai/common/util/ServiceLocator.java @@ -204,9 +204,9 @@ System.out.println("=================getQueueConnectionFactory qConnFactoryName[ } - } catch (NamingException ne) { - //throw new ServiceLocatorException(ne); - throw new ServiceLocatorException(ExceptionUtil.getErrorCode(ne,"RECEAICUL113")); +// } catch (NamingException ne) { +// //throw new ServiceLocatorException(ne); +// throw new ServiceLocatorException(ExceptionUtil.getErrorCode(ne,"RECEAICUL113")); } catch (Exception e) { //throw new ServiceLocatorException(e); throw new ServiceLocatorException(ExceptionUtil.getErrorCode(e,"RECEAICUL114"));