首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >这是wso2dss中的Bug吗

这是wso2dss中的Bug吗
EN

Stack Overflow用户
提问于 2013-06-11 12:39:41
回答 1查看 104关注 0票数 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"},“密码”:{“@nil”:“true”}

代码语言:javascript
复制
   But i need in this format






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

回答 1

Stack Overflow用户

发布于 2013-06-20 05:11:12

这不是一个bug,而是XML中"NULL“的标准表示。有关更多细节,请参考我对堆栈溢出查询1的答复。

1

干杯,普拉巴思

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/17044327

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档