Subject | Warnings: type FBWrappingDataSource deprecated |
---|---|
Author | dobedani |
Post date | 2006-05-11T10:23:46Z |
Dear All,
I am using Jaybird version 2.0.1 and for a long time already, I have
been getting warnings that org.firebirdsql.jdbc.FBWrappingDataSource
is deprecated.
Until recently, my code has been working all right. I am trying to
switch to JDK 5.0 and I'm now experiencing problems. And it's better
to prevent the warnings! I know, there's also a class
org.firebirdsql.pool.FBWrappingDataSource which apparently does not
generate these warnings.
I wonder whether the pool datasource is doing the same as the jdbc
one? In other words: please confirm that I should replace
org.firebirdsql.jdbc.FBWrappingDataSource
with
org.firebirdsql.pool.FBWrappingDataSource
TIA & Greetings,
Dobedani
I am using Jaybird version 2.0.1 and for a long time already, I have
been getting warnings that org.firebirdsql.jdbc.FBWrappingDataSource
is deprecated.
Until recently, my code has been working all right. I am trying to
switch to JDK 5.0 and I'm now experiencing problems. And it's better
to prevent the warnings! I know, there's also a class
org.firebirdsql.pool.FBWrappingDataSource which apparently does not
generate these warnings.
I wonder whether the pool datasource is doing the same as the jdbc
one? In other words: please confirm that I should replace
org.firebirdsql.jdbc.FBWrappingDataSource
with
org.firebirdsql.pool.FBWrappingDataSource
TIA & Greetings,
Dobedani