On Sun, 13 Mar 2005, Manohar Kaul wrote:
> Hi,
> I am trying to integrate the JDBC3 driver for Postgresql 7.4 in
> the java application server that comes standard to the j2ee 1.4 kit.
> Now I am not sure how I can tell what the
> "vendor-specific class name that implements the DataSource and/or
> XADataSource APIs" field should be filled in with?
> I am creating a Connection Pool.
>
See the Datasource section of the JDBC docs:
http://www.postgresql.org/docs/7.4/static/jdbc-datasource.html
Kris Jurka