Hi,
I am currently stressing my webapp (10 concurrent users) and the following strange exception is thrown by hibernate:
Statement already closed
I use the Sybase JConnect Driver 5.5 with the internal Hibernate pool connection (configuration below)
Code:
hibernate.dialect net.sf.hibernate.dialect.SybaseDialect
hibernate.connection.driver_class com.sybase.jdbc2.jdbc.SybDriver
hibernate.connection.username gggg
hibernate.connection.password ggggg
hibernate.connection.url jdbc:sybase:Tds:underworld:8010/GGGG
hibernate.connection.pool_size 5
hibernate.statement_cache.size 25
hibernate.proxool.pool_alias pool1
I really don't understand which part of my code would close this statement. I think there are 2 ways of thinking:
- another request is using the same connection, and has closed the resultset before this one has ended
- a sybase driver bug
Any clue ?
Any feeling ?
[code]25/11/2003 17:56:02 [ERROR] ibernate.util.JDBCExceptionReporter - JZ0S2: L'objet Statement a d