Hi ,
I am deploying the sample bean Emp.jar provided in the examples section which is using cloudscape .
When i deployed the bean , it is giving me this error :
----------------------------------------------------------------
weblogic.ejb.common.DeploymentException: Could not setup the persistence store for this bean.; neste
d exception is:
weblogic.cmp.rdbms.ConnectionPoolException: Could not open connection pool named 'demoPool'.
Cannot deploy CMP Entity Bean.
weblogic.cmp.rdbms.ConnectionPoolException: Could not open connection pool named 'demoPool'. Cannot
deploy CMP Entity Bean.
---------------------------------------------------------------
I have uncommented the lines :
weblogic.jdbc.connectionPool.demoPool=\ url=jdbc:cloudscape:demo,\ driver=COM.cloudscape.core.JDBCDriver,\ initialCapacity=1,\ maxCapacity=2,\ capacityIncrement=1,\ props=user=none;password=none;server=none## Add an ACL for the connection pool:weblogic.allow.reserve.weblogic.jdbc.connectionPool.demoPool=\ everyone
WHAT ELSE SHOULD I DO ??? I THINK I HAVE SET THE PROPER CLASSPATH . WHEN I USE THE t3DIPPING UTILITY IT GIVES ME THIS ERROR :
---------------------------------------------------------------
java utils.t3dbping
t3://localhost:7001 "" "" "" COM.cloudscape.core.JDBCDriver jdb
c:cloudscape:demo
Connecting to WebLogic with the WebLogic
JDBC Driver
Can't connect with the WebLogic JDBC driver:
No suitable driver
Server StackTrace:
[
<not available>]
-----------------------------------------------------------------
PLEASE HELP
THANX IN ADVANCE ,
PRAKASH M