26
Feb
11

Hibernate exceptions 0.02 Exception in thread “main” org.hibernate.HibernateException: No CurrentSessionContext configured!



This will appear if you didn’t define the current_session_context_class property. One possible way of fixing this would be adding:

<property name=”current_session_context_class”>thread</property>

to your hibernate.cfg.xml


0 Responses to “Hibernate exceptions 0.02 Exception in thread “main” org.hibernate.HibernateException: No CurrentSessionContext configured!”



  1. Leave a Comment

Leave a comment


Blog Stats

  • 281,774 hits