Perhaps the EmbeddedId class is not registered #3451
Replies: 1 comment 2 replies
-
When Ebean starts it needs to find all the classes it is interested in including
What this error is saying is that Q: Are you using query beans and hence the io.ebean:querybean-generator annotation processor? If you are we could look in the generated sources code to see if the embedded classes is in there or not etc. My suspicion is that you are not using query beans. If you show us the code in If the entity classes are found by classpath scanning, then there seems to be some issue with the classpath. The things to look at are: Is there a test that uses Ebean, how does that initialise Ebean, does that work, is this issue seen only when trying to run the application etc. |
Beta Was this translation helpful? Give feedback.
-
I got this error when I have two primary key in my Entity model.
This is my AdsId Class
This is my main Entity
Could you help me, Thank you so much, where I am wrong here?
Beta Was this translation helpful? Give feedback.
All reactions