JDBCExceptionReporter « SQL « JPA Q&A





1. org.hibernate.util.JDBCExceptionReporter: SQL Error: 17002    forum.hibernate.org

Hi, I'm using spring 2.5.6, hibernate 3, Oracle 11g and Jboss 5 my spring-hibernate.xml is: WEB-INF/classes org.hibernate.dialect.Orac le10gDialect false validate 5 50 0 ...

2. JDBCExceptionReporter - SQL Error: 17008, SQLState: 08003    forum.hibernate.org

Hello Hibernate Users, I'm currently working on a web application running on the Spring Tomcat server with an Oracle 10g Database backend. We use the app server to handle the data source connection pooling. When the web application initially starts up, the connection to the database is great.. but after some heavy usage on the application I start seeing the following ...

3. WARN JDBCExceptionReporter:71-SQL Error:-22,SQLState: S0002    forum.hibernate.org

Hello! I have a this error "WARN JDBCExceptionReporter:71-SQL Error:-22,SQLState: S0002" when I try to insert in a table with Hibernate. My file "hbm.xml" is this: and the id name in the clase LogEvents is a ...