On 4/15/08, Rama Nittala <[EMAIL PROTECTED]> wrote:
> We are trying to configure Websphere 6.0 JDBC connection pool for
> Aqualogic Database. Bea provides only a java.sql.Driver and doesn't
> provide implementation for javax.sql.ConnectionPoolDataSource.
>
>
>
> In order to configure a jdbc Datasource in Websphere the provider needs
> to implement javax.sql.ConnectionPoolDataSource. Since Aqualogic doesn't
> have one, we are looking at DBCP to solve our problem. However, I did
> not see an implementation for ConnectionPoolDataSouce interface.
>
>
>
> Can any one suggest us a solution or help us determine if DBCP is the
> right solution for this problem?
>
>
Have a look at the DriverAdapterCPDS in DBCP:
http://commons.apache.org/dbcp/api-1.2.2/org/apache/commons/dbcp/cpdsadapter/DriverAdapterCPDS.html

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to