Hi Sumedha,
Connection pooling should be available even if those parameters haven't
been explicitly specified by the user. You can use a default value. e.g.
Tomcat has several configuration parameters for the connectors. If you
do no specify a value, the default is used.
Thanks
Azeez
sumedha rubasinghe (JIRA) wrote:
[ http://wso2.org/jira/browse/WSAS-611?page=comments#action_14365 ]
sumedha rubasinghe commented on WSAS-611:
-----------------------------------------
This is implemented. But UI needs to be updated.
Connection pooling gets enabled if either one of following parameters are in
<config> section.
<property name="org.wso2.ws.dataservice.minpoolsize">o</property>
<property name="org.wso2.ws.dataservice.maxpoolsize">25</property>
Data services connection pooling for JDBC
-----------------------------------------
Key: WSAS-611
URL: http://wso2.org/jira/browse/WSAS-611
Project: WSO2 WSAS
Issue Type: New Feature
Reporter: Afkham Azeez
Assigned To: sumedha rubasinghe
Priority: Critical
Fix For: 2.2
Need to have a connection pooling mechanism for data services which connect to
databases using JDBC. We can use commons DBCP (http://commons.apache.org/dbcp/)
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev