Joeseph Blowseph wrote:
> DataSourceClass: org.postgresql.ds.PGSimpleDataSource
> JNDI Name: jdbc/PGSimple
> URL: jdbc:postgresql://localhost:5432/PGSQL1
If you're using a DataSource, then the internal JDBC URL to use is
constructed from the parameters used to configure the datasource
(setDatabaseName, etc).
I don't know what your container is doing with the "JDBC URL" bit, but
AFAIK it's not used by the datasource at all.
-O