[infinispan-issues] [JBoss JIRA] (ISPN-8898) Indexing not working using REST with embedded cache manager
Adam Melkus (JIRA)
issues at jboss.org
Thu Mar 1 09:20:00 EST 2018
Adam Melkus created ISPN-8898:
---------------------------------
Summary: Indexing not working using REST with embedded cache manager
Key: ISPN-8898
URL: https://issues.jboss.org/browse/ISPN-8898
Project: Infinispan
Issue Type: Bug
Components: Indexing, Remote Querying, REST
Affects Versions: 9.2.0.Final
Environment: sample application attached
Reporter: Adam Melkus
Priority: Critical
Attachments: ispn_broken.zip
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}}.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list