@ -133,8 +133,8 @@ public class DefaultMessageSourceResolvable implements MessageSourceResolvable,
@@ -133,8 +133,8 @@ public class DefaultMessageSourceResolvable implements MessageSourceResolvable,
@ -252,12 +252,12 @@ public class LazyConnectionDataSourceProxy extends DelegatingDataSource {
@@ -252,12 +252,12 @@ public class LazyConnectionDataSourceProxy extends DelegatingDataSource {
privateStringpassword;
privateBooleanreadOnly=Boolean.FALSE;
privateIntegertransactionIsolation;
privateBooleanautoCommit;
privatebooleanreadOnly=false;
privatebooleanclosed=false;
privateConnectiontarget;
@ -311,11 +311,15 @@ public class LazyConnectionDataSourceProxy extends DelegatingDataSource {
@@ -311,11 +311,15 @@ public class LazyConnectionDataSourceProxy extends DelegatingDataSource {
if(method.getName().equals("toString")){
return"Lazy Connection proxy for target DataSource ["+getTargetDataSource()+"]";
@ -329,15 +333,11 @@ public class LazyConnectionDataSourceProxy extends DelegatingDataSource {
@@ -329,15 +333,11 @@ public class LazyConnectionDataSourceProxy extends DelegatingDataSource {