[jboss-user] [EJB 3.0] - Re: How to lazily load collections?
ALRubinger
do-not-reply at jboss.com
Mon Oct 16 15:41:01 EDT 2006
Looks like you're trying to access "tdmAlerts" after the transaction has ended, or after manuall closing the session held by the Entitymanager. This happens pretty frequently if you're sending the object to a remote client or storing to/retrieving from a session (HTTP, SFSB, etc), for instance.
Where are you calling "refresh"?
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978622#3978622
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978622
More information about the jboss-user
mailing list