[jboss-user] [JBossWS] - Re: Jboss 4.2.0 and SQL Server

davideling do-not-reply at jboss.com
Wed Jun 27 08:53:18 EDT 2007


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



More information about the jboss-user mailing list