BytesMessage(flat)은 EAI연계시만 사용, EAI 표준인코딩은 euc-kr임.
프로젝트에 맞게 변경. 기존 거래 왜 되었었나, 표준메세지여서 utf8이어도 한글깨짐이 없었던듯...
This commit is contained in:
@@ -2,7 +2,7 @@ package com.eactive.eai.transformer;
|
||||
|
||||
public class SystemKeys {
|
||||
public static final String TRANSFROMER_BYTESMESSAGE_CHARSET = "transformer.bytesmessage.charset";
|
||||
public static final String TRANSFROMER_BYTESMESSAGE_CHARSET_DEFAULT = "utf-8";
|
||||
public static final String TRANSFROMER_BYTESMESSAGE_CHARSET_DEFAULT = "euc-kr";
|
||||
|
||||
public static final String TRANSFROMER_STRING_TRIMEND = "transformer.string.trimend";
|
||||
public static final String TRANSFROMER_VALIDATION = "transformer.validation";
|
||||
@@ -86,7 +86,7 @@ public class SystemKeys {
|
||||
}
|
||||
|
||||
public static boolean isValidationEnabled() {
|
||||
return validationEnabled;
|
||||
return false;
|
||||
}
|
||||
|
||||
public static boolean isAddDecimalPointEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user