Connection pool problem with Spring and programmatic transaction management
问题 I need your help in order to solve connection pool problem with Spring. I’m using Spring with Java 1.4 (no annotation). Here is the datasource and the connection pool definition: <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"> <property name="driverClassName"> <value>${database.jdbcName}</value> </property> <property name="url" value="jdbc:sybase:${database.url}"> </property> <property name="username"> <value>${database.username}</value> <