If you access an hibernate object outside the scope of the hibernate session where it has
been loaded or saved, then before accessing a "lazy" property you have to open a
new session and reattach the object to the new session. Check the hibernate session
interface to do that - I believe it's update() ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138987#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...