Re: pg73jdbc3.jar and Connection Pool properties

From: Moreno Mauri <Moreno(dot)Mauri(at)italtel(dot)it>
To: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: pg73jdbc3.jar and Connection Pool properties
Date: 2003-10-06 13:53:41
Message-ID: 3F8173E5.3E0BD1AC@italtel.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>Without knowing what your app server needs, have you tried either
org.postgresql.jdcb2.optional.ConnectionPool or
org.postgresql.jdcb3.Jdbc3ConnectionPool?

I read (I don't remember in which of the various forum I found the
suggest)
that in Connection Pool's properties for Sun One Application Server
I have to indicate not org.postgresql.Driver but directly
the class org.postgresql.jdcb3.Jdbc3ConnectionPool (or the
jdbc2.optional
class ... I think it depends from which version of jdbc, 2 or 3, you are
using).

Now everything runs: I was wrong when I set the resource references
for my entity beans (I had to indicate the JNDI name for the persistence
manager).

>I've never used your particular app server so I've no idea. I found
this
in the archives:

http://archives.postgresql.org/pgsql-jdbc/2003-03/msg00031.php

Thanks Paul, I'll have it a look !

Moreno

Browse pgsql-jdbc by date

  From Date Subject
Next Message Seth Rubin 2003-10-06 16:23:34 Re: ResultSet next() returning true when no rows
Previous Message Paul Thomas 2003-10-06 13:16:32 Re: pg73jdbc3.jar and Connection Pool properties