표준전문 오류 처리 관련 수정
This commit is contained in:
@@ -675,6 +675,10 @@ public abstract class DefaultProcess extends Process {
|
||||
AdapterVO inboundAdapterVO = AdapterManager.getInstance().getAdapterVO(inboudnAdapterGroupName, inboudnAdapterName);
|
||||
String errorResponseHandlerClass = AdapterPropManager.getInstance().getProperty(inboundAdapterVO.getPropGroupName(), "ERR_MSG_HANDLER");
|
||||
if(StringUtils.isBlank(errorResponseHandlerClass)) {
|
||||
this.resEaiMsg.setRspErrCd("RECEAIINA001", false);
|
||||
// String errorCode = mapper.getErrorCode(resStandardMessage);
|
||||
String errorMsg = mapper.getErrorMsg(resStandardMessage);
|
||||
this.resEaiMsg.setRspErrMsg(errorMsg);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user