Subject Warnings: type FBWrappingDataSource deprecated
Author dobedani
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