org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Coderanch by Ray Clark, 1 year ago
via Coderanch by Ray Clark, 1 year ago
via coderanch.com by Unknown author, 1 year ago
via cweize.com by Unknown author, 2 years ago
via hibernate.org by Unknown author, 1 year ago
via Sakai JIRA by Earle R Nietzel, 1 year ago
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here
at org.springframework.orm.hibernate3.SpringSessionContext.currentSession(SpringSessionContext.java:63)
at org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:687)
at com.home.dvdtracker.hibernate.DvdHibernate.getDvdList(DvdHibernate.java:24)