Nedenom commented on Bug HHH-7537

Encountered the same exception in my PostInsertEventListener (registered with EventType.POST_INSERT).

Here I try to insert a new entity object w/one-to-many collection.

public void onPostInsert(PostInsertEvent event) {
...
event.getSession().save(myEntity);
}

May seem like this modifies the ActionQueue somehow?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira