Description
DataBrowser doesn't show result of the query of single field like:
select id from /region
Jackson mapper (that is used now) returns JSON array of simple types (strings, integers, etc.) instead of objects. Web client code expects this to be an array of objects - so nothing is shown.
Attachments
Issue Links
- duplicates
-
GEODE-6808 Backward compatibility broken in DistributedSystemMXBean.queryData
- Closed