Re: DataSource object ?

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'David Hooker'" <dhooker(at)a4networks(dot)com>, "'Nikola Milutinovic'" <Nikola(dot)Milutinovic(at)ev(dot)co(dot)yu>
Cc: "'PostgreSQL JDBC'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: DataSource object ?
Date: 2002-03-21 18:14:05
Message-ID: 023301c1d104$2fb0b9f0$807ba8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

David,

You need to get the extra classes required for DataSources
(javax.sql.DataSource), and put them in your class path. When they are
available the driver will be built with them

Dave

> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of David Hooker
> Sent: Thursday, March 21, 2002 12:17 PM
> To: 'Nikola Milutinovic'
> Cc: 'PostgreSQL JDBC'
> Subject: Re: [JDBC] DataSource object ?
>
>
> There is one in the source. I've asked how to build it into
> the jar, but got no response. If you find out, let me know too.
>
> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On > Behalf Of Nikola
> Milutinovic
> Sent: Thursday, March 21, 2002 3:43 AM
> To: PostgreSQL JDBC
> Subject: [JDBC] DataSource object ?
>
>
> Hi all.
>
> I'm bugging with Tomcat, JNDI and Tyrex. Until the main
> problem is resolved, I'd like to implement my dummy JNDI
> resource. I have a sample code for Oracle. The thing is that
> Oracle's JDBC driver has a DataSource object, while I cannot
> locate one in PostgreSQL's JAR.
>
> What should I do?
>
> Nix.
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
http://www.postgresql.org/users-lounge/docs/faq.html

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Christian Cabanero 2002-03-22 01:58:58 SQLException error code update?
Previous Message David Hooker 2002-03-21 17:16:46 Re: DataSource object ?