Exception in thread "main" 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.AbstractSessionFactoryBean$TransactionAwareInvocationHandler.invoke(AbstractSessionFactoryBean.java:300)
at $Proxy0.getCurrentSession(Unknown Source)
public class SpringHibernateImageDAOImpl extends HibernateDaoSupport implements ImageDAO public class HibernateImageDAOImpl implements ImageDAO public calss JDBCImageDAOImpl implements ImageDAO