I'm sure there is some nuance I'm missing here. Should changing it to the
following prevent the error? It doesn't appear to be working.
@OneToOne(optional=true, fetch=FetchType.EAGER)
@JoinColumn(name="USER_KEY", unique=true, updatable=false, insertable=false)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976185#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...