<bean id="springDataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close" > <property name="url" value="jdbc:oracle:thin:@localhost:1521:SPRING_TEST" /> <property name="driverClassName" value="oracle.jdbc.driver.OracleDriver" /> <property name="username" value="root" /> <property name="password" value="root" /> <property name="removeAbandoned" value="true"/> <property name="initialSize" value="20" /> <property name="maxActive" value="30" /> </bean>
Pontus this will do rt? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JBDC-Connection-pooling-tp5739116p5739196.html Sent from the Camel - Users mailing list archive at Nabble.com.