Issue Type: Bug Bug
Affects Versions: 4.1.9
Assignee: Brett Meyer
Created: 07/Jan/13 11:01 PM
Description:

HHH-7206 caused an NPE in TwoPhaseLoad#initializeEntity. This was found while reproducing HHH-7910 – the test described there is necessary to reproduce this NPE.

doInitializeEntity checks 'if ( entityEntry == null )' and throws an AssertionFailure. This is too late and needs to be done in initializeEntity, before the 'entityEntry.getPersister()' is attempted.

Project: Hibernate ORM
Priority: Major Major
Reporter: Brett Meyer
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