-
Notifications
You must be signed in to change notification settings - Fork 910
@DynamoDbImmutable is ignored. Error: "DynamoDb bean class must be annotated with @DynamoDbBean" #2216
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
Comments
I was having this same issue - the problem was I was calling |
@bigunyak does calling Can you post a link to the example? |
@mahtabsabet yes, that works! Thanks a lot for sharing your finding! :) @debora-ito, not sure which example you mean? I posted the code I tried. |
@bigunyak that's the documentation link I was hoping to get, I'll add this info to make it more clear. |
|
…a22734050 Pull request: release <- staging/28bb2ccf-ad27-4134-8a03-d56a22734050
Can't get example from the docs with
@DynamoDbImmutable
working.Describe the bug
Attempts to create a DynamoDbTable object fail with "A DynamoDb bean class must be annotated with @DynamoDbBean" error.
Expected Behavior
Should be no error.
Current Behavior
Error stack trace is below.
Steps to Reproduce
The following code works fine.
This code fails.
Code from the example without Lombok also fails.
DynamoDbTable object is created like this.
Possible Solution
Context
Your Environment
The text was updated successfully, but these errors were encountered: