-
Bug
-
Resolution: Done
-
Major
-
14.0.5.Final
-
None
If a cache entry will use BigInteger or BigDecimal like this example it is possible to register the protostream adapter for the client, but it will fail for queries as the server has not registered the adapter for it.
Because of this a query will fail with an error "ISPN005003: Exception reported java.lang.IllegalArgumentException: No marshaller registered for Protobuf type playground.BigInteger"
The registered proto definitions (from the client) should allow to use queries as put and get will work.
Maybe the existing Adapters for common types like this should be registered by default to support queries.
- relates to
-
ISPN-14455 Common types like BigDecimal BigInteger and UUID should be registered for Marshalling by default
- New