How to set up a jdbc connection pool to connect to a database on which there is no 'metadata' on web
In
one of our J2EE applications, we have to configure and create a datasource that
is connected to a 'fake database' on which there is no metadata and thus
requires the application server to ignore the metadata of a database. We can
easily configure a jdbc connection pool which is connected to the 'fake
database' on Sun Java Enterprise System Application Server 8.1. But when
we try to set up a jdbc pool for the same 'fake database' on Weblogic 10.3,
it fails when try to test the connection after make the jdbc connection
configuration. In the log file, shows the error message:
1