Using dbpc package in struts 1.0

2003-03-12 Thread Philippe Van Der Gucht
Hello, I would like to use the dbpc package (http://jakarta.apache.org/commons/dbcp/index.html) in our struts 1.0 application. Has somebody here already done this? If so, what are the issues involved? Greetings, Philippe. - To

Re: Using dbpc package in struts 1.0

2003-03-12 Thread Gemes Tibor
Philippe Van Der Gucht wrote: Hello, I would like to use the dbpc package (http://jakarta.apache.org/commons/dbcp/index.html) in our struts 1.0 application. Has somebody here already done this? If so, what are the issues involved? Struts 1.0 has a db connection pool implementation included as

Re: Using dbpc package in struts 1.0

2003-03-12 Thread Mark Lowe
It use the BasicDataSource rather than the older deprecated struts GenericDataSource its more a case of the xml sytaax changing the config.xml data-source type=org.apache.commons.dbcp.BasicDataSource key=strutsConnection set-property property=defaultAutoCommit value=false/ set-property

Re: Using dbpc package in struts 1.0

2003-03-12 Thread Philippe Van Der Gucht
Thank you so much, it works beautifully. :-) (we needed dbpc for the connection failover capability) Mark Lowe wrote: It use the BasicDataSource rather than the older deprecated struts GenericDataSource its more a case of the xml sytaax changing the config.xml data-source