[jboss-user] [JBoss jBPM] - Re: problems integrating jbpm console with another applicati

newbie007 do-not-reply at jboss.com
Wed Jul 19 18:52:25 EDT 2006


The LazyInitializationException normally appears when your hibernate session is closed and you are trying to use a property or calling a getter on that detached object.

Try initializing the object using Hibernate.initialize method or close the  session (some how) after rendering the JSP.

Here is the definition of the exception:

http://www.hibernate.org/hib_docs/v3/api/org/hibernate/LazyInitializationException.html

Thanks.



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

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



More information about the jboss-user mailing list