Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PersistentEntity must not be null #35

Closed
mburns-acom opened this issue Jun 29, 2016 · 1 comment
Closed

PersistentEntity must not be null #35

mburns-acom opened this issue Jun 29, 2016 · 1 comment

Comments

@mburns-acom
Copy link

mburns-acom commented Jun 29, 2016

I have code that is working expect that if any data is returned from dynamodb then I get "PersistentEntity must not be null". If the table is empty then I don't get any error. I have tried a few solutions but have not figured out what the problem is.
I see that the gemfire project had the same problem last year (spring-guides/gs-accessing-gemfire-data-rest#1).
Here is the important part of my POM.

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-rest</artifactId>
        </dependency>
        <dependency>
            <groupId>com.github.derjust</groupId>
            <artifactId>spring-data-dynamodb</artifactId>
            <version>${springdata.dynamodb.version}</version>
        </dependency>
@mburns-acom
Copy link
Author

It looks like this is related to #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants