Hi I am doing JNDI BINDING of hibernate sessionfactory and using that sessionFactory instance to create session for my web applciation. I am getting exception:Session is closed!
I searched on net and found its a bug:JBAS-2707 in JBoss Application Server for HibernateIntgUnitTestCase Failure.It has been resolved: Affects Version/s: JBossAS-4.0.4RC1, JBossAS-4.0.4.CR2 | Fix Version/s: JBossAS-5.0 Alpha, JBossAS-4.0.4RC1, JBossAS-4.0.4.CR2 I have downloaded new installer:jboss-4.0.4.GA-Patch1-installer.jar But issue is not resolved with that version also... Please help........... | Caused by: org.hibernate.SessionException: Session is closed! | at org.hibernate.impl.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:49) | at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1610) | at ................................................. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951058#3951058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951058 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
