Your problem is Hibernate related.

When you load a persistent object it's related
objects are lazily loaded.
That is these objects aren't actually loaded,
but will be loaded only when you try to access them.

The problem  take place when you access
to lazily loaded object proxy when it's owner session
is terminated.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058158
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to