On Fri, 17 Feb 2006, Jeroen Kransen wrote:
> I'm trying to use the PostgreSQL JDBC driver in an Orion AS environment
> with JTA and a JNDI bound PGConnectionPoolDataSource. I'm getting a
> ClassCastException, because Orion apparently tries to cast my
> PGConnectionPoolDataSource to a DataSource.
Are you sure you should be using PGConnectionPoolDataSource instead of
PGPoolingDataSource?
Kris Jurka