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"));