[jboss-user] [JBoss Seam] - Re: EntityNotFoundException when performing EntityManager.re
CptnKirk
do-not-reply at jboss.com
Mon Apr 16 13:48:36 EDT 2007
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#4037659
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037659
More information about the jboss-user
mailing list