Outbound HTTP 거래에 대해 Simulation거래도 Rest와 동일하게 변경
This commit is contained in:
@@ -64,7 +64,8 @@ public class IFRouter
|
|||||||
AdapterGroupVO adptGrpVO = adapterManager.getAdapterGroupVO(service.getPsvSysItfTp());
|
AdapterGroupVO adptGrpVO = adapterManager.getAdapterGroupVO(service.getPsvSysItfTp());
|
||||||
if( EAIMessageKeys.TRANTYPE_TAS.equals(eaiMessage.getTranType())
|
if( EAIMessageKeys.TRANTYPE_TAS.equals(eaiMessage.getTranType())
|
||||||
// RESTAdapter는 교체하지 않는다
|
// RESTAdapter는 교체하지 않는다
|
||||||
&& !StringUtils.equals(adptGrpVO.getType(), "RST")) {
|
&& !StringUtils.equals(adptGrpVO.getType(), "RST")
|
||||||
|
&& !StringUtils.equals(adptGrpVO.getType(), "HTT")) {
|
||||||
// isLocal = true;
|
// isLocal = true;
|
||||||
// if (logger.isInfo()) logger.info(guidLogPrefix + " TRANTYPE TAS [" + eaiMessage.getTranType() + "]");
|
// if (logger.isInfo()) logger.info(guidLogPrefix + " TRANTYPE TAS [" + eaiMessage.getTranType() + "]");
|
||||||
PropManager manager = PropManager.getInstance();
|
PropManager manager = PropManager.getInstance();
|
||||||
|
|||||||
Reference in New Issue
Block a user