Modified core to support drop and schema-sqlf.sql but leverages derby syntax outside of connection string.

Modified *.properties file to add additional property "batch.isolationlevel=ISOLATION_SERIALIZABLE
because batch-sqlf.properties needs batch.isolationlevel=ISOLATION_READ_COMMITTED.
Added corresponding sqlf properties and sqlf files.
Modified simple-job-launcher-context.xml to support the p:isolationLevelForCreate="${batch.isolationlevel}"
This commit is contained in:
wxlund
2012-12-17 16:34:38 -08:00
committed by Michael Minella
parent d3ff7c7a6e
commit 0d7bf2cd71
13 changed files with 231 additions and 2 deletions

View File

@@ -14,4 +14,5 @@ batch.database.incrementer.parent=columnIncrementerParent
batch.lob.handler.class=org.springframework.jdbc.support.lob.DefaultLobHandler
batch.grid.size=2
batch.jdbc.pool.size=6
batch.verify.cursor.position=false
batch.verify.cursor.position=false
batch.isolationlevel=ISOLATION_SERIALIZABLE