I'm trying to deploy a CMP bean which uses a DB pool. Satabase is DB2 on OS/390. I'm using 'COM.ibm.db2.jdbc.app.DB2Driver'
JDBC driver. When I start the Weblogic server (agter copying the bean jar file into application directory), it gives me following error:
--------------
weblogic.ejb20.cmp.rdbms.RDBMSException: Unexpected failure while accessing table 'ejbAccounts': java.sql.SQLException: Connection Pool demoPool does not exist.
java.sql.SQLException: Connection Pool demoPool does not exist.
at weblogic.jdbc.common.internal.ConnectionPool.reserve (ConnectionPool.java:148)at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs
(ConnectionPool.java:113)
------------------
In short its not creating the connection POOL.
Can you please tel me what all settings do I need to make for creating the connection pool?
What should be the URL, properties ??