Where is the org.postgresql.jdbc3.Jdbc3ObjectFactory with the 8.x driver versions ?

From: Marc SCHNEIDER <marco_2025(at)web(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Where is the org.postgresql.jdbc3.Jdbc3ObjectFactory with the 8.x driver versions ?
Date: 2006-01-19 10:28:12
Message-ID: 769494622@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello everybody,

In the tomcat JNDI / JDBC parameters you can tell the server to use the class org.apache.commons.dbcp.BasicDataSourceFactory with javax.sql.DataSource.

With jdbc drivers versions 7.x you could use org.postgresql.jdbc3.Jdbc3ObjectFactory with org.postgresql.jdbc3.Jdbc3SimpleDataSource.
The trouble is the org.postgresql.jdbc3.Jdbc3ObjectFactory doesn't exist anymore with 8.x driver versions.
Why did this class disappeared ? What class should we use instead ?

Thank you in advance,

Best regards
Marc SCHNEIDER
______________________________________________________________________
XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!
Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130

Browse pgsql-jdbc by date

  From Date Subject
Next Message Antonio Rodriguez Anaya 2006-01-19 14:46:33 ERROR: The backend has broken the connection -- AND: FATAL: Socket command type unknown
Previous Message Marc SCHNEIDER 2006-01-19 09:54:20 Re: PGConnection (LargeObject) / JNDI Tomcat Issue