Hi,
On Thu, 14 Sep 2000, Bauer_Wolfgang wrote:
> 1) Does anybody know whether JDBC connections are assumed to timeout?
Yes.
> If yes, can this timeout be configured somewhere?
Not through the JDBC API (AFAIK). It's driver impl. or db specific.
> Is this a operation system issue or does it depend on the database?
database
> 2) Given that connections do get lost for some reason (DB server down, etc.)
> shouldn't jBoss check that and asure that only valid connections are
> used for data access?
Yes it should. I haven't read through Aaron's Minerva pool code but I
would assume that it always returns valid connections. Should solve your
problem.
See the Minerva documentation for instructions on how to set up database
pools.
-- Juha
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]