wso2esb 4.8.1中的disableAutoPrimitive

时间:2016-12-20 15:41:23

标签: json soap wso2 wso2esb

如何在wso2esb 4.8.1中配置正则表达式,以便在从soap到json时将特定的长号转换为字符串?我试过了:

synapse.commons.json.disableAutoPrimitive.regex=^\d{20}$

synapse.commons.json.output.disableAutoPrimitive.customReplaceRegex=^\d{20}$
在synapse.properties中

,但这不起作用。

1 个答案:

答案 0 :(得分:1)

根据https://wso2.org/jira/browse/ESBJAVA-4781,这似乎在ESB下一版本中已得到修复。