dss显示无效的日期格式,我认为它是dss中的abug

时间:2013-05-28 07:10:33

标签: wso2 wso2esb wso2dss

my input mappings are two that is workid and modifiedon(data type is time stamp i selected in input mappings) while i am running at try this service it is showing error in dss server side like below

嵌套异常: - java.lang.RuntimeException:无效的日期格式(2012-03-14 00:00:00 + 05:30),out-s位于正确的位置

同样的查询在postgres sql中正常运行,我知道dss中有什么不对,数据类型在dss中不支持,我认为它在dss中是abug。

1 个答案:

答案 0 :(得分:4)

使用以下格式的日期。

2012-03-14T00:00:00 + 05:30

2012-03-14T00:00:00