-
Bug
-
Resolution: Done
-
Major
-
9.2.0.Final
-
None
JSON entities stored using REST with protobuf schema are not indexed and therefore querying using REST doesn't work.
Possible issue found is in class InternalCacheFactory on line 93 where DataConversion instance is created with ByteArrayWrapper wrapper. When the value type is application/x-protostream the wrapper should be ProtostreamWrapper.