Subject | Re: [Firebird-Java] Hibernate with Apache DBCP and Prepared Statement Pooling |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-03-14T15:43:44Z |
> This page says to always set prepared statement cache to 0 whenNo clue why.
> using Firebird with Hibernate - but doesn't explicitly refer to
> Apache DBCP. It also doesn't say why to do this.
>
> http://www.hibernate.org/120.html?cmd=prntdoc
> A confirmation that I should turn off prepared statement cachingWhat about posting a test here? We can then check why it fails.
> with Apache DBCP or any further information on this issue would be
> appreicated very much!
One guess would be that those statements belong to different connections
running different transactions. But a confirmation is needed.
Roman