I created a sample project with two entities--a parent and a child. I mapped a @OneToMany property in the parent, and the build-time enhancement fails with javassist "class is frozen". If I make the association unidirectional it seems to work.