[ https://issues.apache.org/jira/browse/GEODE-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Juan José Ramos Cassella resolved GEODE-5771. --------------------------------------------- Resolution: Fixed Fix Version/s: 1.8.0 Merged into develop through commit [fbb132f|https://github.com/apache/geode/commit/fbb132f227e81fa8aa79367d0394098eb967359d]. > 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: Bug > Reporter: Dan Smith > Assignee: Juan José Ramos Cassella > Priority: Major > Labels: pull-request-available > Fix For: 1.8.0 > > Time Spent: 20m > Remaining Estimate: 0h > > 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)