Replies: 1 comment
-
Ah, I didn't search the issues. This is a known bug: #150 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a basic StringBoot application to test out EclipseStore.
But no matter what I try, the first execution with no storage file works fine and the storage folder is created.
But on the next execution I get a type cast exception on the data root object:
Caused by: org.eclipse.serializer.exceptions.TypeCastException: Cannot cast com.example.data.DataRoot to com.example.data.DataRoot
I have run out of ideas of where to look for this. I tried both the static shared instance as per the Bookstore demo and also the Spring created eclipse store. Can anyone please give me some pointers of where the problem might lie?
Here is what I have so far:
application.properties:
DateRoot.java:
Emails.java
And then I have a Spring bean that generates some data:
Beta Was this translation helpful? Give feedback.
All reactions