You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2018/09/21 18:56:00 UTC

[jira] [Created] (GEODE-5771) Geode should not allow user to configure pdx persistence on a client

Dan Smith created GEODE-5771:
--------------------------------

             Summary: Geode should not allow user to configure pdx persistence on a client
                 Key: GEODE-5771
                 URL: https://issues.apache.org/jira/browse/GEODE-5771
             Project: Geode
          Issue Type: Improvement
            Reporter: Dan Smith


Geode currently does not support persistence of PDX data on the client side. This is to avoid dealing with issues that might arise if the client's PDX data is inconsistent with the server side.

However, the client side API and XSD still allow the user to set pdx to be persistent. It appears that this setting is simply ignored:

See ClientCacheFactory.setPdxPersistent and cache-1.0.xsd (the client-cache element embeds a pdx element which has a persistence flag.

These methods should be deprecated or removed.



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