Commit Graph

320 Commits

Author SHA1 Message Date
dsyer
1981dedbf0 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Move JobExecutionListener to core and add some Javadocs.
2007-10-23 18:45:48 +00:00
dsyer
afe75ab8cc IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Move JobExecutionListener to core and add some Javadocs.
2007-10-23 18:45:32 +00:00
dsyer
d182b36846 RESOLVED - issue BATCH-177: CountingCompletionPolicy causes the Step to go into infinite loop
http://opensource.atlassian.com/projects/spring/browse/BATCH-177

Use different base class for CountingCompletionPolicy
2007-10-23 13:33:33 +00:00
dsyer
dcdeeb7b6f Delete unused test case (curse to Subclipse) 2007-10-23 13:16:46 +00:00
dsyer
e41d046165 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Rollback previous change...
2007-10-23 13:05:47 +00:00
dsyer
045e476ab5 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Use package access instead of reflection to get to registry inside facade
2007-10-23 13:04:16 +00:00
dsyer
82fdcd43ff IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Remove JobExecutionRegistry abstraction (not used).
2007-10-23 12:57:47 +00:00
dsyer
1d97a14dc8 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Remove JobExecutionRegistry abstraction (not used).
2007-10-23 12:57:37 +00:00
dsyer
3e53a04c6c Fix broken test where customer data was not initialised 2007-10-23 12:55:13 +00:00
dsyer
82e8f47ef7 OPEN - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Add listeners to JobExecutionFacade
2007-10-22 19:46:21 +00:00
dsyer
df7d8f3c47 RESOLVED - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-145

Moved it into infrastructure (in the wrong place originally).
2007-10-21 15:44:43 +00:00
dsyer
455ed2fade RESOLVED - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-145

Moved it into infrastructure.
2007-10-21 15:36:37 +00:00
dsyer
19c410d320 RESOLVED - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-145

Moved it into infrastructure.
2007-10-21 15:36:27 +00:00
dsyer
b66119a800 IN PROGRESS - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-145
2007-10-21 15:29:06 +00:00
dsyer
18dcbd6a70 IN PROGRESS - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-145
2007-10-21 15:28:51 +00:00
dsyer
7352cdfe5f Removed reference to name property 2007-10-21 15:17:33 +00:00
dsyer
95f089a638 RESOLVED - issue BATCH-180: JobConfigurations do not get their names set if they are child beans
http://opensource.atlassian.com/projects/spring/browse/BATCH-180

Removed setName() from *Configuration - you have to use the bean id or setBeanName().
2007-10-21 15:10:52 +00:00
dsyer
089ac8f171 RESOLVED - issue BATCH-180: JobConfigurations do not get their names set if they are child beans
http://opensource.atlassian.com/projects/spring/browse/BATCH-180

Removed setName() from *Configuration - you have to use the bean id or setBeanName().
2007-10-21 15:10:41 +00:00
dsyer
a5cd014700 Remove M2_REPO crap from classpaths. 2007-10-21 14:42:01 +00:00
lucasward
45c02a90e5 FieldSetTests wasn't updated in the last commit. 2007-10-18 04:01:24 +00:00
lucasward
63bd6a5e65 BATCH-173 Misc Bug fixes. 2007-10-18 03:53:10 +00:00
lucasward
2c7d52a5ae BATCH-173 Misc Bug fixes. 2007-10-18 03:52:28 +00:00
lucasward
2c5c74a4a6 BATCH-172 - Added additional error checking to HibernateDao 2007-10-16 16:41:30 +00:00
lucasward
0997e173d6 BATCH-172- HibernateDao not persisting Identifier details.
I added some additional tests to the HibernateJobDaoTests in an attempt to replicate, but all tests pass successfully.
2007-10-16 16:39:41 +00:00
lucasward
f67b63c0c1 BATCH-166 - additional asserts in StaxEventReaderInputSource. 2007-10-16 03:37:08 +00:00
lucasward
a844620c86 BATCH-169:DefaultFramentReader#markFragmentFinished returns the same object twice in the case of markFragmentFinished is called after markFragmentStart 2007-10-16 03:02:27 +00:00
lucasward
7ad5153652 Cleaned up composite key input source, and re-added singlekey input source. For some reason the original commit didn't take. 2007-10-16 02:48:05 +00:00
dsyer
383575ebe2 Oops - missing bean ID 2007-10-15 07:46:32 +00:00
dsyer
ac25be77e5 Organise imports 2007-10-15 07:01:40 +00:00
lucasward
3a66076aeb updated samples pom to include iBatis jars. 2007-10-15 05:39:34 +00:00
lucasward
adfea27de5 Removed erroneous import in iBatis input source. 2007-10-15 05:30:13 +00:00
lucasward
eab243ff3f BATCH 144 and BATCH 150: create Hibernate and iBatis input sources with sample jobs. 2007-10-15 05:23:37 +00:00
lucasward
ee0dcdd37a BATCH 144 and BATCH 150: create Hibernate and iBatis input sources with sample jobs. 2007-10-15 05:23:23 +00:00
lucasward
ba7490b452 BATCH 144 and BATCH 150: create Hibernate and iBatis input sources with sample jobs. 2007-10-15 05:23:00 +00:00
dsyer
30302f3d1f Stop job broken (stop All works) because Timestamp!=Date. Fixed in ScheduledJobIdentifier.equals() and unit test. 2007-10-14 12:48:55 +00:00
dsyer
b9c291328f RESOLVED - issue BATCH-121: BatchResourceFactoryBean - needs to be aware of JobIdentifier strategy
http://opensource.atlassian.com/projects/spring/browse/BATCH-121

Factored label generation out of job identifier into a separate strategy for resource factory
2007-10-14 08:07:44 +00:00
dsyer
fafc8bdd7a RESOLVED - issue BATCH-121: BatchResourceFactoryBean - needs to be aware of JobIdentifier strategy
http://opensource.atlassian.com/projects/spring/browse/BATCH-121

Factored label generation out of job identifier into a separate strategy for resource factory
2007-10-14 08:07:37 +00:00
dsyer
dc7d7bc886 Reinstate aop:scoped-proxy after SPR-3804 was fixed. 2007-10-12 15:59:22 +00:00
dsyer
7f6a846120 Javadocs to clarify a little the absolute path issue. 2007-10-12 13:56:19 +00:00
dsyer
997d6f855c Remove syserr debug statements from unit test 2007-10-12 13:50:52 +00:00
dsyer
f6b0bfdb47 Fixed filepaths again for UNIX build 2007-10-12 13:49:44 +00:00
dsyer
db405df7a4 FIXED: Destruction callback not made for inner beans 2007-10-12 12:22:34 +00:00
dsyer
19093c54e6 FIXED: Destruction callback not made for inner beans 2007-10-12 12:18:30 +00:00
dsyer
d4f1e3b0b8 Moved commented code around - still needs to be fixed for UNIX. 2007-10-12 11:44:58 +00:00
dsyer
a83e29af2e IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121

Broken tests in UNIX - can't fix it now so commented out...
2007-10-11 15:56:02 +00:00
dsyer
57086ed565 IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121

Add getLabel() to JobIdentifier and use that to plug into the placeholder in the filename.
2007-10-11 15:41:09 +00:00
dsyer
9aac870ad8 IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121

Add getLabel() to JobIdentifier and use that to plug into the placeholder in the filename.
2007-10-11 15:40:55 +00:00
dsyer
f1aa890783 IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121
2007-10-11 13:32:27 +00:00
dsyer
592e113937 IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121
2007-10-11 13:16:50 +00:00
dsyer
80db2f7050 Fix download links in docos 2007-10-10 18:05:55 +00:00