
| Key: |
BATCH-407
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Ben Hale
|
| Reporter: |
Ben Hale
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
A FactoryBean should be created for the SimpleJobRepository. It should be passed a dataSource and then at runtime, determine the type of database and wire together the appropriate pieces.
|
|
Description
|
A FactoryBean should be created for the SimpleJobRepository. It should be passed a dataSource and then at runtime, determine the type of database and wire together the appropriate pieces. |
Show » |
|
I was able to at least unit test that the right incrementers are being created by splitting that out into a separate factory.