You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ryan McMahon (JIRA)" <ji...@apache.org> on 2018/04/06 19:03:00 UTC

[jira] [Updated] (GEODE-5028) More meaningful error when custom serializer isn't registered

     [ https://issues.apache.org/jira/browse/GEODE-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McMahon updated GEODE-5028:
--------------------------------
    Description: 
_As_ a user of the native client library
 _I want to_ receive meaningful feedback if I forget to register my custom serializer
 _So that_ I know that registering the serializer will fix the issue

*GIVEN* I forget to register my custom serializer
 *WHEN* I try and put() a custom domain object in my cache
 *THEN* I get an error/exception that says "serializer not found"

Currently a NullReferenceException is thrown in PdxWrapper which doesn't help guide the customer to a solution.

  was:
_As_ a user of the native client library
_I want to **_ receive meaningful feedback if I forget to register my custom serializer
_So that_ I know that registering the serializer will fix the issue

*GIVEN* I forget to register my custom serializer
*WHEN* I try and put() a custom domain object in my cache
*THEN* I get an error/exception that says "serializer not found"

Currently a NullReferenceException is thrown in PdxWrapper which doesn't help guide the customer to a solution.


> More meaningful error when custom serializer isn't registered
> -------------------------------------------------------------
>
>                 Key: GEODE-5028
>                 URL: https://issues.apache.org/jira/browse/GEODE-5028
>             Project: Geode
>          Issue Type: New Feature
>          Components: native client
>            Reporter: Ryan McMahon
>            Priority: Major
>
> _As_ a user of the native client library
>  _I want to_ receive meaningful feedback if I forget to register my custom serializer
>  _So that_ I know that registering the serializer will fix the issue
> *GIVEN* I forget to register my custom serializer
>  *WHEN* I try and put() a custom domain object in my cache
>  *THEN* I get an error/exception that says "serializer not found"
> Currently a NullReferenceException is thrown in PdxWrapper which doesn't help guide the customer to a solution.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)