[
https://issues.jboss.org/browse/ISPN-8038?page=com.atlassian.jira.plugin....
]
Gustavo Fernandes updated ISPN-8038:
------------------------------------
Description:
Setting compat mode with a string marshaller in the server, the same marshaller in the hot
rod client, writing text content via rest and reading via Hot Rod yields:
{noformat}
org.infinispan.client.hotrod.exceptions.HotRodClientException:
Request for messageId=3 returned server error (status=0x85): java.lang.ClassCastException:
[B cannot be cast to java.lang.String
{noformat}
was:
Setting compat mode with a string marshaller in the server, the same marshaller in the hot
rod client, writing text content via rest and reading via Hot Rod yields:
{noformat}
org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for messageId=3
returned server error (status=0x85): java.lang.ClassCastException: [B cannot be cast to
java.lang.String
{noformat}
java.lang.ClassCastException with compatibility mode and text
content
---------------------------------------------------------------------
Key: ISPN-8038
URL:
https://issues.jboss.org/browse/ISPN-8038
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 9.1.0.CR1
Reporter: Gustavo Fernandes
Fix For: 9.1.0.Final
Setting compat mode with a string marshaller in the server, the same marshaller in the
hot rod client, writing text content via rest and reading via Hot Rod yields:
{noformat}
org.infinispan.client.hotrod.exceptions.HotRodClientException:
Request for messageId=3 returned server error (status=0x85):
java.lang.ClassCastException: [B cannot be cast to java.lang.String
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)