Re: pg73jdbc3.jar and Connection Pool properties

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: Moreno Mauri <Moreno(dot)Mauri(at)italtel(dot)it>
Cc: "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:16:32
Message-ID: 20031006141632.A11161@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On 06/10/2003 13:21 Moreno Mauri wrote:
> Hi Paul,
>
> > There's no such class or interface as
> > org.postgresql.jdbc3.PoolingDataSource. Have you tried
> > org.postgresql.Driver?
>
> The first time I tried with org.postgresql.Driver and it didn't work.
>
> Then I used org.postgresql.jdcb2.optional.PoolingDataSource and it was
> the same.
>
> The last attempt was org.postgresql.jdbc3.PoolingDataSource but nothing
> changed
> :-(

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

>
> Perhaps I need to create a Persistence Manager in my App.Server's
> instance if I
> need
> to use Entity Beans ?

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

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Moreno Mauri 2003-10-06 13:53:41 Re: pg73jdbc3.jar and Connection Pool properties
Previous Message Moreno Mauri 2003-10-06 12:21:04 Re: pg73jdbc3.jar and Connection Pool properties