Subject | RE: [Firebird-Java] Re: Pools and Tomcat Data Sources |
---|---|
Author | Steffen Heil |
Post date | 2004-06-04T21:33:22Z |
Hi
the complete class was deprecated, but the two mentioned members.
Anyway, because of some other problem, I am still trying to switch to
1.5rc3.
Thanks for the modifications so far.
But what about character sets?
cri.setProperty( ISCConstants.isc_dpb_lc_ctype, charset ); ??
be used (that's names recommended by the JDBC 3.0 specification).
But there is no setMaxPoolSize(), there is only setMaxConnections(). So
there is no way to use the correct ones now, right?
- How to get this inside my Servlet?
- How can I set any property? exspecially encoding and dialect.
And again, very much thanks for your help. Right now, I made my development
version unuseable, so i am very happy about any help.
Regards,
Steffen
> In 1.0.1 it was not deprecated.The warning messages where copied directly from the compilers output. Not
the complete class was deprecated, but the two mentioned members.
Anyway, because of some other problem, I am still trying to switch to
1.5rc3.
Thanks for the modifications so far.
But what about character sets?
cri.setProperty( ISCConstants.isc_dpb_lc_ctype, charset ); ??
> In final version properties maxConnections, minConnections and idleTimeoutwill be deprecated, instead maxPoolSize, minPoolSize and maxIdleTime should
be used (that's names recommended by the JDBC 3.0 specification).
But there is no setMaxPoolSize(), there is only setMaxConnections(). So
there is no way to use the correct ones now, right?
> http://jaybirdwiki.firebirdsql.org/config/TomcatConnectionPoolingI have seen this before, but there are two major informatios missing:
- How to get this inside my Servlet?
- How can I set any property? exspecially encoding and dialect.
And again, very much thanks for your help. Right now, I made my development
version unuseable, so i am very happy about any help.
Regards,
Steffen