BATCH-1639: fix oracle jump to item

This commit is contained in:
dsyer
2010-10-09 15:25:45 +00:00
parent 07b39aaf0e
commit abd66edb30
5 changed files with 9 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# Placeholders batch.*
# for Oracle:
batch.jdbc.driver=oracle.jdbc.OracleDriver
batch.jdbc.url=jdbc:oracle:thin:@localhost:1521:xe
batch.jdbc.url=jdbc:oracle:thin:@oracle:1521:xe
batch.jdbc.user=spring
batch.jdbc.password=spring
batch.jdbc.testWhileIdle=false