[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Eager Fetching in certain conditions

tefron do-not-reply at jboss.com
Wed Aug 9 17:53:59 EDT 2006


Usually a lazy exception is a sign the your hibernate session is either closed or doesn't contaion the specific object, in which case an eager fetch won't help...
consider merging/updating your object into the session or keep the originall session opened.
T.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964187#3964187

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964187



More information about the jboss-user mailing list