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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...