Ondra Žižka commented on Improvement HHH-7610

I was hoping that marking it optional=false or EAGER could fix it... but nope.

@Embedded
    @Basic(fetch=FetchType.EAGER, optional=false)
    private ReleaseTraits traits; // Still null.

So that's my suggestion - use optional=false to tell Hibernate to create the object.

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