in spring i usegetHibernateTemplate() to get list,but i can see from control pannel:
debug:net.sf.hibernate.impl.SessionImpl <running Session.finalize()>
warning:net.sf.hibernate.impl.SessionImpl <unclose connection>
debug:net.sf.hibernate.impl.SessionImpl <running Session.finalize()>
warning:net.sf.hibernate.impl.SessionImpl <unclose connection>
how can do this problem?
can you give me some solve and some config option?


Reply With Quote