-
Notifications
You must be signed in to change notification settings - Fork 92
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
EntityMetamodel instantiation fails on Blaze-persist Alpha4 #518
Comments
Thanks, gonna take a look at that later today. |
Could you maybe explain the mapping to me? I used the following and the model build succeeded.
|
These are the entities: https://gist.github.com/JWGmeligMeyling/b1e700b765600a67c77349fba9b12047 |
Perhaps the table per class inheritance strategy? |
Thanks, have a reproducer now. Investigating the reasons now. |
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Feb 22, 2018
Thanks! 👍 Will verify the patch on my test suite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EntityMetamodel instantiation fails on Blaze-persist Alpha4. In this case it fails on finding the id property of a referenced type for which the id property is defined in the super class.
(PartnerDiscountCode references GlobalPartner which extends Partner which has the id property).
The stack trace is as follows:
Description
Expected behavior
Actual behavior
Steps to reproduce
Environment
Version: 1.2.0-alpha4
JPA-Provider: Hibernate 5.2.12
DBMS: Postgresql 9.5
Application Server: Wildfly 10
The text was updated successfully, but these errors were encountered: