spring-projects / spring-boot-data-geode

Spring Boot support for Apache Geode and VMware GemFire
https://projects.spring.io/spring-boot
Apache License 2.0
46 stars 49 forks source link

Tie-up tasks for Cache Data Import/Export using JSON #82

Open jxblum opened 4 years ago

jxblum commented 4 years ago

The following things need to be investigated further:

Currently Throws:

...
Caused by: org.apache.geode.pdx.JSONFormatterException: Could not parse JSON document: [Source: (String)"{"@type":"example.app.model.Customer","id":1,"name":"Jon Doe"}"; line: 1, column: 63]
...
Caused by: org.apache.geode.cache.CacheClosedException: Client pools have been closed so the PDX type registry is not available.

:(

jxblum commented 4 years ago

Completed handling for client LOCAL Regions. See Issue #91, commit and test class.

jxblum commented 4 years ago

Completed handling for Cache Data Imports/Exports in conjunction with the @EnableClusterAware annotation. See Issue #90, commit and test class, and specifically the configuration.

jxblum commented 4 years ago

Filed the following Apache Geode JIRA tickets related to these problems: