i'm new to ejbs/weblogic. does anyone know how to add jdbc connection pools in the tool. the connection pool settings are correct in the weblogic.properties file and i've shutdown and restarted the weblogic server to reload the file.
i was able to generate the container, but unable to deploy the ejb to the server. the deployer throws the weblogic.cmp.rdbms.ConnectionPoolException. i'm connecting to an Oracle database.
any ideas? thanks!
-
jdbc connection pools in ejb deployer (weblogic) (4 messages)
- Posted by: Ramesh Srinivasan
- Posted on: October 17 2000 17:21 EDT
Threaded Messages (4)
- jdbc connection pools in ejb deployer (weblogic) by Murphy In on October 17 2000 19:14 EDT
- jdbc connection pools in ejb deployer (weblogic) by Surapong Kanoktipstharporn on October 19 2000 02:34 EDT
- jdbc connection pools in ejb deployer (weblogic) by Ramesh Srinivasan on October 19 2000 02:54 EDT
- jdbc connection pools in ejb deployer (weblogic) by Ramesh Srinivasan on October 20 2000 10:30 EDT
- jdbc connection pools in ejb deployer (weblogic) by Surapong Kanoktipstharporn on October 19 2000 02:34 EDT
-
jdbc connection pools in ejb deployer (weblogic)[ Go to top ]
- Posted by: Murphy In
- Posted on: October 17 2000 19:14 EDT
- in response to Ramesh Srinivasan
I bet its a classpath problem
is ur driver in the class path , i mean in the Weblogic classpath set in ur startup script
-
jdbc connection pools in ejb deployer (weblogic)[ Go to top ]
- Posted by: Surapong Kanoktipstharporn
- Posted on: October 19 2000 02:34 EDT
- in response to Murphy In
did you d/l jdbc driver from oracle and set classpath to point to directory that you place driver
technet.oracle.com
it has driver for jdk1.2 .Driver comes with oracle8i is for jdk1.1
may the force be with you. -
jdbc connection pools in ejb deployer (weblogic)[ Go to top ]
- Posted by: Ramesh Srinivasan
- Posted on: October 19 2000 14:54 EDT
- in response to Surapong Kanoktipstharporn
surapong, thanks for the tip. i didn't have the jdbc driver for oracle installed. i'll try it and see if it works. -
jdbc connection pools in ejb deployer (weblogic)[ Go to top ]
- Posted by: Ramesh Srinivasan
- Posted on: October 20 2000 10:30 EDT
- in response to Surapong Kanoktipstharporn
here's the weblogic.properties settings for the connection pool. does anyone notice anything wrong?
weblogic.jdbc.connectionPool.oraclePool=\
url=jdbc:weblogic:oracle:ethcen,\
driver=weblogic.jdbc.oci.Driver,\
loginDelaySecs=1,\
initialCapacity=4,\
maxCapacity=10,\
capacityIncrement=2,\
allowShrinking=true,\
shrinkPeriodMins=15,\
refreshMinutes=10,\
testTable=dual,\
props=user=scott;password=tiger;server=ethcen