-
Notifications
You must be signed in to change notification settings - Fork 697
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
Many-to-many: NoSuchElementException: List is empty #708
Comments
After upgrade from 0.17.7 to 0.19.1 I experience the same error when calling
It happens for all entities I call |
@matthjes, @mpe85 , could you please file a test with mapping and part where code fails? Patch to that test also will be great. |
It should be fixed in master and released in a few days. |
Hi,
I'm trying to get a many-to-many relationship working. Here are the relevant classes:
When I try to create a new fragment:
then I get the following error message:
Did I miss anything?
The text was updated successfully, but these errors were encountered: