dhgarrette
94037facb8
RESOLVED - BATCH-1165: Allow 'id' and 'ref' to exist together on <*-listener/>
2009-03-20 15:12:16 +00:00
dsyer
a8a6f27e83
BATCH-1129: move <no-rollback-*/> up to <step/> in schema.
2009-03-20 15:01:11 +00:00
dsyer
0944d9a544
update central poms
2009-03-20 14:28:57 +00:00
dsyer
9dd7074f9b
fix some docos
2009-03-20 12:49:22 +00:00
dsyer
b855eb87f6
Remove redundant reference to tx namespace
2009-03-20 11:09:08 +00:00
dsyer
05ed35106c
RESOLVED - issue BATCH-1129: Problems with exception classifications
2009-03-20 11:01:54 +00:00
dsyer
de21d44af1
Try to fix timout error in build again
2009-03-20 10:49:57 +00:00
dsyer
43d9e98f00
Try to fix timout error in build
2009-03-20 10:30:10 +00:00
dsyer
2626e45995
tidy up some docos
2009-03-20 10:09:31 +00:00
dhgarrette
f22718d5f3
BATCH-1160: xsd cleanup
2009-03-20 07:23:20 +00:00
dhgarrette
dc71fe4431
BATCH-1163: In Batch xsd, elements in <job/> should be unordered
2009-03-20 07:07:09 +00:00
dhgarrette
b72b7ae14d
BATCH-1160 & BATCH-1162: Elements in <step/> and <split/> should be unordered
2009-03-20 06:31:34 +00:00
dhgarrette
e34b89cc2c
BATCH-1160: In Batch xsd, stepType and flowStepType should be unordered
2009-03-20 05:54:38 +00:00
dhgarrette
4390d193be
Clean up xsd a bit and fix some annotations
2009-03-20 04:19:01 +00:00
dhgarrette
bfd7740b96
BATCH-1161: Throw error if a flow has no steps
2009-03-20 04:18:43 +00:00
dsyer
a0730274c5
BACH-1100: Eclipse / SVN weirdness
2009-03-19 07:20:12 +00:00
dsyer
583a5917a8
Tidy up Spring config meta data to remove errors
2009-03-19 07:15:05 +00:00
dsyer
93b3bde99b
RESOLVED: BATCH-1100. Change retry/skip logic to be more efficient (and limit to single-threaded readers)
2009-03-19 06:52:53 +00:00
dsyer
c6ca23f224
RESOLVED - issue BATCH-1159: PROCESS_SKIP_COUNT seems not to ever get written to database
2009-03-18 16:36:00 +00:00
dsyer
f988e9c9d9
RESOLVED - issue BATCH-1157: Add max count parameter to counting item readers
2009-03-18 16:08:10 +00:00
dhgarrette
0f0457a35a
Add more information to section on <split/> in scalability chapter.
2009-03-18 02:46:17 +00:00
dsyer
e837eec3ea
Correct Bundle-Symbolic-Name
2009-03-17 19:13:36 +00:00
dsyer
0c695d302b
RESOLVED - issue BATCH-1156: Possible "null" context return with MapRetryContextCache in RetryTemplate
2009-03-15 19:52:42 +00:00
dhgarrette
9a17b45e96
BATCH-1013: Added <tool:annotation kind="ref"/> to "ref" within <step/>
2009-03-15 19:30:14 +00:00
dsyer
9af87b5a96
OPEN - issue BATCH-1156: Possible "null" context return with MapRetryContextCache in RetryTemplate
...
Check for null reference before deciding that a key exists.
2009-03-15 18:05:25 +00:00
dsyer
f40c4f04ce
Tweak wording in Job identity section
2009-03-15 09:10:45 +00:00
dsyer
d713508db0
Fix bug in javadocs
2009-03-14 16:55:45 +00:00
dhgarrette
a069e6fc40
BATCH-1154:
...
*Renamed the "master" step factory bean to StepParserStepFactoryBean
*Moved it to the same package as the parser
*Made it package visibility since it should only be used by the parser
2009-03-14 16:32:44 +00:00
dsyer
4837400605
RESOLVED - issue BATCH-1155: Cycle in reader package (FFIR and DefaultLineMapper)
...
Moved LineMapper up a level
2009-03-14 16:09:19 +00:00
dsyer
726e37ed1a
RESOLVED - issue BATCH-1137: Move classifier to separate package?
2009-03-14 16:04:07 +00:00
dsyer
5244ef07ca
Bump up timeout in failed test
2009-03-14 09:47:55 +00:00
dsyer
f22c1886a9
RESOLVED - issue BATCH-1090: Add unique constraint to BATCH_JOB_INSTANCE
2009-03-14 09:23:39 +00:00
dhgarrette
5c89036bec
BATCH-1154: Cleaned up error messages
2009-03-14 09:15:45 +00:00
dsyer
3b1c506bd9
RESOLVED: BATCH-1146 Added MD5 hashing to JobParameters in JDBC instance dao
2009-03-14 09:12:10 +00:00
dhgarrette
bcaaf4e2b0
BATCH-1154:
...
- Created StepFactoryBean, as a "master" factory that holds all the properties
configurable on a step and decides which type of step to create.
- the StepFactoryBean is used to generate a tasklet step as well as chunk-oriented step because if the 'tasklet=' attribute is specified on at one level and the <tasklet/> element is specified at another, the factory bean will be able to throw a useful error, whereas the parser would not know.
- removed hacks from TaskletStep and SimpleStepFactoryBean
2009-03-14 08:34:04 +00:00
dhgarrette
d2a5aeb616
BATCH-1080:
...
BATCH-1145:
Since both <step/> and <tasklet/> set directly to the *StepFactoryBean, their "parent" attributes were overwriting each other. As a solution, the top-level <tasklet/> element has been removed. To achieve the same result, the user can use an abstract top-level step with nothing declared but the <tasklet/>.
2009-03-14 02:58:20 +00:00
dhgarrette
cf062493e2
BATCH-1153: Removed "id" from all <listener/> elements. <job-listener/> and <step-listener/> have an optional "id" since no id needed when defined within a bean.
2009-03-13 23:29:26 +00:00
dhgarrette
506950484a
BATCH-1131: Updated docs to show the new way of configuring transaction attributes.
2009-03-13 22:29:47 +00:00
dhgarrette
143d003435
BATCH-1008: Changed order of elements in <split/> so that transitions are at the bottom.
2009-03-13 22:07:39 +00:00
dhgarrette
9e02c2e75a
BATCH-1139: small refactoring of unit test
2009-03-13 21:52:47 +00:00
dhgarrette
8a7ad7581d
BATCH-1131: Updated TaskletStep to accept TransactionAttribute as a List<String>, just as SimpleStepFactoryBean does. Added unit tests.
2009-03-13 21:48:29 +00:00
dhgarrette
e493bd5ceb
BATCH-1131:
...
*Move "transaction-attribute" attribute from <tasklet/> to <step/> as <transaction-attributes/>
BATCH-1152:
*Allow comma and newline as delimiters in exception lists in namespace
2009-03-13 20:18:26 +00:00
dhgarrette
90a845edbc
BATCH-1002: Corrected description of "next" attribute.
2009-03-13 18:23:50 +00:00
dhgarrette
a4c3e72666
RESOLVED - BATCH-1151: Add IDE support to <retry-listeners/> in xsd. Also refactored a bit so that all <listener> element types reuse the same common attributes.
2009-03-13 17:51:12 +00:00
dhgarrette
9e35519672
RESOLVED - BATCH-1147:
...
*Fixed SimpleChunkProcessor so that the filter count is applied correctly
*Updated SimpleChunkProcessorTests and CustomerFilterJobFunctionalTests to check the filter count.
2009-03-13 17:26:50 +00:00
dsyer
b3ba438e1a
Add some docos to xsd
2009-03-13 10:19:42 +00:00
dhgarrette
45a24282af
BATCH-1143: a bit of refactoring
2009-03-13 07:44:12 +00:00
dhgarrette
260a49649c
BATCH-1139: Add requirement that standalone <tasklet/> be abstract. Otherwise users might think that they can use <step tasklet="?"/> to refer to it. They must always use <tasklet parent="?"/>.
2009-03-13 07:32:40 +00:00
dhgarrette
1204ec62fc
RESOLVED - BATCH-1144: Create top-level element <job-listener/>
2009-03-13 06:33:50 +00:00
dhgarrette
4de7d5ec2d
BATCH-1143: Moved common logic from InlineStepParser and StandaloneStepParser to AbstractStepParser
2009-03-13 05:54:23 +00:00