Re: org.hibernate.util.JDBCExceptionReporter logExceptions WARNING: SQL Error: 0, SQLState: 08003 org.hibernate.util.JDBCExceptionReporter logExceptions SEVERE: No operations allowed after connection closed.
Posted by: Sheng Chien
Date: October 14, 2009 10:25PM

Hi Shekar,

I think it is not using C3p0 by default.
Please try add this property to your hibernate.cfg.xml.
<property name="hibernate.connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>

Regards,
Sheng Chien

Options: ReplyQuote


Subject
Written By
Posted
Re: org.hibernate.util.JDBCExceptionReporter logExceptions WARNING: SQL Error: 0, SQLState: 08003 org.hibernate.util.JDBCExceptionReporter logExceptions SEVERE: No operations allowed after connection closed.
October 14, 2009 10:25PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.