ConnectionSynchronization, 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 ...
I'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 ...
Hi 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 ...
DataSourceUtils 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 ...
DataSourceUtils.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(){ ...
I 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 ...