History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BATCH-439
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dave Syer
Reporter: Dave Syer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch

Restart not working properly with Oracle

Created: 08/Mar/08 02:56 AM   Updated: 08/Mar/08 03:20 AM
Component/s: Execution
Affects Version/s: 1.0.0.m5
Fix Version/s: 1.0.0.rc1

Time Tracking:
Not Specified


 Description  « Hide
Restart not working properly with Oracle. This is a weird one. Some people seem to have the problem and others not (see forum thread, dating from pre-m3: http://forum.springframework.org/showthread.php?t=46821).


 All   Comments   Work Log   Change History   FishEye   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Dave Syer - 08/Mar/08 03:17 AM - edited
Actually, it looks completely deterministic (since m5 - before that it might have been changing day to day with the implementation of the daos). The FIND_JOBS query in the JobInstanceDao fails to find the previous execution because of a comparison failure (Oracle treats null and empty string different than other platforms). We had a bug like this a while ago, and I thought it was fixed, but it looks like it crept back in (in a different place).

Dave Syer - 08/Mar/08 03:20 AM
Make JOB_KEY non-empty when there are no JobParamaters.