This is really a Hibernate/JPA question, you might get more help from that forum. What
I'd expect is happening is that due to your cascade level, refresh is attempting to
refresh the database state of your detail entities. Since they don't exist, you get
an error.
Perhaps you should enumerate the cascade options you want, and leave out refresh on your
detail association.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037659#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...