1. RE: thread local and disconnect in EJB ?? forum.hibernate.orgRegular Joined: Thu Aug 28, 2003 2:42 pm Posts: 71 Location: The Netherlands Hellu, I just posted this to the old newsgroup and noticed too late it was already closed. Soooo here again, please some help: ------------- Hellu again Steve, I got a "big" problem dealing with those hibernate sessions between two EJB's that run in Jboss 3.2.2. RC2. in combination ... |
2. doubt on use Hibernate with EJB and thread forum.hibernate.orgI use the below stateless ejb as facade. I think that with it I haven't any problem with multithreading. Is correct ? Code: //simple ejb facade public class FacadeBean implements SessionBean { private SessionContext sessionContext; private SessionFactory sf=null; public void setSessionContext(SessionContext ctx) { this.sessionContext = ctx; ... |
3. Thread Local Session and SF EJB forum.hibernate.org |