What is JCD in JCAPS anyway?
Hi ,There are couple of questions..1. JCD translates to what component internally during build creation? Is it a sessio bean ?2. Is there any option of connection pooling while i user Orace eway?ThanksKKS
[246 byte] By [
Kartica] at [2007-11-26 19:50:08]

# 1
Hi All,Any pointer to the following Qs ?1 JCD translates to what component internally during build creation? Is JCD a a session bean ?2. Is there any option of connection pooling while i use Oracle eway to execute stored procedure?Thanks KKS
# 2
1 JCD is not a session bean, but a POJO class which is embedded in the related service session bean during the build of the project.
2. The Oracle connection is per default a pooled connection an you can set the min and max pool size in the JDBC connector settings. Please have a look at the eWay adapter for Oracle User Guide.