Hi Paul,
> There's no such class or interface as
> org.postgresql.jdbc3.PoolingDataSource. Have you tried
> org.postgresql.Driver?
The first time I tried with org.postgresql.Driver and it didn't work.
Then I used org.postgresql.jdcb2.optional.PoolingDataSource and it was
the same.
The last attempt was org.postgresql.jdbc3.PoolingDataSource but nothing
changed
:-(
Perhaps I need to create a Persistence Manager in my App.Server's
instance if I
need
to use Entity Beans ?
Thanks
Moreno