Use lobHandler in Staging*

This commit is contained in:
dsyer
2008-02-27 09:40:42 +00:00
parent 8c68677dcb
commit 36fcddb20e
6 changed files with 51 additions and 34 deletions

View File

@@ -27,6 +27,8 @@ public class DerbyDataSourceFactoryBean extends AbstractFactoryBean {
ds.setDatabaseName("derbydb");
ds.setCreateDatabase("create");
dataSource = ds;
ds.getConnection().close();
ds.setCreateDatabase(null);
return ds;
}