| I have the same problem on 5.0.10 (bundled with Wildfly 10). Result is that you cannot persist a parent entity together with a child @OneToOne (optional = false) child entity. Works only when setting optional = true, but then you cannot Lazy load the child entity (since @LazyToOne.PROXY requires optional=false). |