dsyer
6272d2844e
RESOLVED - issue BATCH-1406: Avoid deadlock with database pool and multithreaded step when throttle limit is too high.
...
No need to save the step execution in TaskletStep at all.
2009-09-16 16:59:53 +00:00
dsyer
5cb9834c23
OPEN - issue BATCH-1369: Change semantics of @AfterChunk to execute outside transaction
...
Moved afterChunk() call
2009-09-16 16:59:11 +00:00
dsyer
0f5d1f2ded
RESOLVED - issue BATCH-1406: Avoid deadlock with database pool and multithreaded step when throttle limit is too high.
2009-09-16 16:54:45 +00:00
robokaso
cd22ad3ffc
RESOLVED - BATCH-1408: SimpleJobLauncher Package wrong
2009-09-16 16:28:26 +00:00
dsyer
d31702c20b
OPEN - issue BATCH-1401: All inserts of JobId should be of Types.BIGINT
...
Fixed samples to work with MySQL (except customer filter job)
2009-09-16 11:44:49 +00:00
dsyer
bade1c74c5
OPEN - issue BATCH-1401: All inserts of JobId should be of Types.BIGINT
...
Applied patch to trunk
2009-09-16 11:44:17 +00:00
dsyer
0940d1b9e3
RESOLVED - issue BATCH-1405: Starvation of threads - TaskExecutorRepeatTemplate
...
Added test case looking for potential issue.
2009-09-16 08:27:25 +00:00
robokaso
b689583ba8
RESOLVED - BATCH-1404: archetype update
2009-09-15 19:41:27 +00:00
dsyer
4820c5bfc9
BATCH-1395: Fixed reference to wrong ApplicationEvent
2009-09-15 14:20:32 +00:00
dsyer
ffcc7b92b4
Fix classpaths for .svn issues on export of JEE deps
2009-09-15 10:46:37 +00:00
dsyer
ae0a8184ac
BATCH-1395: change default BFPP copying in application context factory
2009-09-15 10:06:48 +00:00
lucasward
e191ac7dd4
BATCH-1403:Cleaned up warnings
2009-09-12 23:23:44 +00:00
lucasward
380c975d21
Fixed validation issue by upgrading XSD to 2.5
2009-09-12 23:05:57 +00:00
lucasward
78d0a869ad
BATCH-1277:Added JobParameter setters to JobParametersBuilder
2009-09-12 21:51:47 +00:00
dsyer
ed5f112143
RESOLVED - issue BATCH-1400: Specify schema location for imports in xsd
...
http://jira.springframework.org/browse/BATCH-1400
2009-09-12 07:07:32 +00:00
dsyer
be7cea1603
RESOLVED - issue BATCH-1399: Expose StepExecutionAggregator as a strategy interface in PartitionStep
2009-09-11 09:38:25 +00:00
dsyer
0cc68d71b8
RESOLVED - issue BATCH-1399: Expose StepExecutionAggregator as a strategy interface in PartitionStep
2009-09-11 09:34:30 +00:00
dsyer
046e1f8c12
Fix broken build
2009-09-10 05:52:00 +00:00
dsyer
694a5423d9
RESOLVED - issue BATCH-1338: Allow segregation of jobs by group, type or origin
...
Make JobRegistry mandatory
2009-09-09 16:23:32 +00:00
dsyer
0d7c7034ae
RESOLVED - issue BATCH-1338: Allow segregation of jobs by group, type or origin
...
http://jira.springframework.org/browse/BATCH-1338
Deprecated and replaced ClassPathXmlJobRegistry
2009-09-09 12:39:32 +00:00
dsyer
f3cec725f0
RESOLVED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Add extra test for JobRegistryBackground*
2009-09-09 11:46:46 +00:00
dsyer
def829f87a
REOPENED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Fixed broken build re-jig JobRegistryBackgroundJobRunner
2009-09-09 11:42:12 +00:00
dsyer
f98c5775ed
REOPENED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Added parent configuration copying as a feature in ClassPathXmlApplicationContextFactory.
2009-09-09 10:45:13 +00:00
dsyer
6d20540c01
OPEN - issue BATCH-1395: Remove or deprecate old application context creation pattern
...
Revert some recent changes and focus more on factory patterns
2009-09-09 08:12:15 +00:00
dsyer
831b1c2534
RESOLVED - issue BATCH-1356: Line reader for binary files
...
http://jira.springframework.org/browse/BATCH-1356
2009-09-08 09:53:40 +00:00
dsyer
9f0fba98d7
RESOLVED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
CHange default separator to "."
2009-09-08 08:00:21 +00:00
dsyer
f9b186ada3
RESOLVED - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Added groupName and extension points in JobRegistryBeanPostProcessor and ClassPathXmlJobRegistry
2009-09-08 07:49:37 +00:00
dsyer
ac08658c48
OPEN - issue BATCH-1338: Allow segregation of jobs by type or origin
...
Add group aware job factory and re-org interfaces in JobLocator-JobRegistry (not backwards compatible but probably not a change for anyone outside the framework)
2009-09-08 07:00:31 +00:00
dsyer
49420d633e
RESOLVED - issue BATCH-1395: Remove or deprecate old application context creation pattern
...
Deprecated the osgi context factory.
2009-09-07 17:27:25 +00:00
dsyer
4da7efee3a
RESOLVED - issue BATCH-1395: Remove or deprecate old application context creation pattern
...
Removed it.
2009-09-07 17:24:22 +00:00
dsyer
8143e66768
RESOLVED - issue BATCH-1397: Late binding only happens once per ApplicationContext if expression is in substring
...
http://jira.springframework.org/browse/BATCH-1397
2009-09-07 16:58:39 +00:00
dsyer
db485dbd10
OPEN - issue BATCH-46: Integrate demo project with S2EB webapp
...
https://jira.springsource.com/browse/BATCH-46
2009-09-07 14:05:23 +00:00
dsyer
7feadec42c
Add blocking queue in preference to thread.sleep
2009-09-07 13:34:05 +00:00
dsyer
9fd80a6b9e
Reset counter in test
2009-09-07 13:15:54 +00:00
dsyer
2df180369c
Tidy up unit test with correct mock behaviour
2009-09-07 13:12:10 +00:00
dsyer
ab88c2dd54
RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
...
Javadocs
2009-09-07 07:21:22 +00:00
dhgarrette
f29b8e908c
BATCH-1390: Restructured if-statement to prevent doing the same check twice.
2009-09-04 22:36:03 +00:00
dhgarrette
cf42e1629e
BATCH-1323: Fixed documentation in xsd
2009-09-04 15:53:01 +00:00
dsyer
08acf3bfa6
RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
...
Add extra synchronized for safety in case people use this in other ways than Batch typically does.
2009-09-04 14:44:12 +00:00
dsyer
de7df3ef21
RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
...
No need for AtomicInteger now that we are all synchronized.
2009-09-04 14:42:20 +00:00
dsyer
a4881dfe66
RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
...
Actually you do need to synchronize the whole read.
2009-09-04 14:38:48 +00:00
dsyer
0d94f6f336
RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
...
Forgot to restart from middle of chunk
2009-09-04 14:16:14 +00:00
dsyer
29fb16b522
RESOLVED - issue BATCH-1389: Thread safety in JdbcPagingReader
...
http://jira.springframework.org/browse/BATCH-1389
2009-09-04 13:19:10 +00:00
dsyer
0cc77cf6ca
OPEN - issue BATCH-1392: Throttle limit is not parsed in ChunkElementParser
...
Fixed in 2.1
2009-09-04 12:26:41 +00:00
dsyer
fba4cfd62f
RESOLVED - issue BATCH-1391: Tidy up skip sample
...
Fix broken samples
2009-09-04 11:10:22 +00:00
dsyer
201985e925
RESOLVED - issue BATCH-1391: Tidy up skip sample
2009-09-04 10:59:13 +00:00
dsyer
88e21bf234
RESOLVED - issue BATCH-1383: onSkipInProcess is not called
...
http://jira.springframework.org/browse/BATCH-1383
2009-09-04 10:56:16 +00:00
dsyer
cdf94a7148
OPEN - issue BATCH-1383: onSkipInProcess is not called
...
http://jira.springframework.org/browse/BATCH-1383
Tidied up the skip sample. Could not reproduce issue.
2009-09-04 10:36:45 +00:00
dsyer
9e5de91923
RESOLVED - issue BATCH-1390: ExecutionContextPromotionListener erases previous step
...
http://jira.springframework.org/browse/BATCH-1390
2009-09-04 10:14:46 +00:00
dsyer
4178eb32fd
Add default constructor back to SimpleRetryPolicy
2009-09-02 07:56:22 +00:00