[jboss-user] [EJB/JBoss] - Re: org.hibernate.LazyInitializationException

waynebaylor do-not-reply at jboss.com
Wed Jul 25 09:47:23 EDT 2007


if you're running within an application server, you shouldn't be creating your own threads. the AS performs thread management for you.

your exception is probably because you've started a new thread but haven't properly associated a session with it.

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

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



More information about the jboss-user mailing list