0
     How we can avoid the @nil=true in WSO2DSS

        we are using POSTGRESSQL database. my tables has NULL data 
        while i am retrieving from data base using wso2dss and wso2esb i am getting it as object Json
        which define like this {"@nil":"true"}
        how we can get NULL in wso2dss.i need to set any properties in wso2dss
        for clarification please refer this 

        http://stackoverflow.com/questions/17020186/how-we-can-override-a-wso2-dss-nil-true-value`
        i stuck in middle my application not running because of this object i need to replace it with "NULL"

我越来越像这样

{"Body":{"Datalist":{"username":{"@nil":"true"},"password":{"@nil":"true"}}}}

   But i need in this format






          {"Body":{"Datalist":{"username":"NULL","password":"NULL"}}}
        Thanks in advance
4

1 回答 1

0

这不是错误,而是 XML 中“NULL”的标准表示。有关更多详细信息,请参阅我在 [1] 的 stackoverflow 查询中的回答

[1] https://stackoverflow.com/a/17194678/959669

干杯,普拉巴斯

于 2013-06-20T05:11:12.080 回答