1. DataSourceUtils.releaseConnection never commits forum.springsource.orgDataSourceUtils.releaseConnection never commits I am using TransactionProxyFactoryBean and i have a simple test setup as follows: |
2. ConnectionSynchronization, DataSourceUtils.java forum.springsource.orgConnectionSynchronization, DataSourceUtils.java Hi, I am currently working on Spring.NET (yes, I know this is Spring Java..) and DB4o (OO Database for C#/Java) Integration. As a result, I am reading your source ... |
3. performance issue with DataSourceUtils.getConnection forum.springsource.orgI'm using Springs JdbcTemplate to carry out updates / inserts of several rows and when profiling the operation I noticed that the bottleneck was not the query itself but the call ... |
4. DataSourceUtils forum.springsource.orgHi I was wondering if there was a reason why Springs DataSourceUtils does not support getConnection(username, password). I want to use the same datasource/connectionpool/transaction management, but need to change the credentials ... |
5. DataSourceUtils hanging forum.springsource.orgDataSourceUtils hanging My application, which isn't heavy in terms of volume, has recently started to hang. After enabling spring debug logging, and putting a breakpoint in DataSourceUtils.doGetConnection, I see that my ... |
6. DataSourceUtils.isConnectionTransactional always returns false forum.springsource.orgDataSourceUtils.isConnectionTransactional always returns false I have created a transactional datasource using the jtdsDataSource for Sybase. I actually get a pooled connection from a XAConnection as follows; HTML Code: private void initDNADataSource(){ ... |
7. using datasourceUtils forum.springsource.orgI am using jasperreports for which I need a connection for which I am using DatasourceUtils Here is my code , this code uses same approach of opening connection try catch ... |