Chris Schaefer
db8b5d9735
General cleanup in spring-batch-samples
...
* Delete unused classes, files, misc ide files
* Cleanup checkstyle/pmd/findbugs reports
* Add @Override as needed
* Remove schema versions in xml configs
* Remove unused imports
* General tidying
* Cleanup deprecated jdbctemplate methods
* Fix @Ignored OrderItemReaderTests test
2014-03-27 00:22:21 -04:00
Chris Schaefer
18d923d6ea
BATCH-1919: Switch to using <jdbc:/> namespace in samples
2012-12-16 13:32:41 -05:00
Chris Schaefer
d512ba8ff2
BATCH-1685: Upgrade minimum support level for Spring to 3.1.2
2012-09-12 06:08:36 +01:00
Dave Syer
9bb970afe2
BATCH-1651: add paging reader to jdbc partitioning sample
2010-11-22 09:43:06 +00:00
dsyer
f38c05567a
BATCH-1546: enable integration tests with Oracle
2010-04-05 16:22:08 +00:00
dsyer
5f80ced21f
Finally: tracked build failure to odd number of items in customer table (after skip sample)
2010-03-28 12:03:41 +00:00
dsyer
420a6b28aa
BATCH-1460: fix paging queries in Derby and Oracle.
2009-12-21 21:42:46 +00:00
dsyer
68b5a4c935
RESOLVED - issue BATCH-1459: H2 support
2009-12-19 16:34:15 +00:00
dsyer
78768959b0
BATCH-1407: make samples work with MySQL.
2009-09-22 11:33:21 +00:00
dsyer
6b1e440a67
BATCH-1169: change comment to correct name for system property
2009-03-23 07:18:27 +00:00
dsyer
e4ca63a927
RESOLVED - issue BATCH-980: Add SystemPropertyInitializer
2008-12-30 09:23:27 +00:00
dsyer
02d3c5756b
Some bizarre classpath issues in Eclipse - moved data-source config out of default package except for samples. Also separated hibernate config from rest of samples.
2008-06-24 15:58:41 +00:00
dsyer
3b72c04bef
[BATCH-503] Fix TX definition in samples. Also add multi-environment support in samples (mysql and derby as examples)
2008-03-25 06:57:55 +00:00
dsyer
21fb94a079
Oops, removed the incrementer parent by mistake.
2008-03-04 09:53:50 +00:00
dsyer
05609cc2fb
RESOLVED - issue BATCH-404: FactoryBeans for step configuration
...
http://jira.springframework.org/browse/BATCH-404
Better name for helper method.
2008-03-04 09:47:22 +00:00
lucasward
428a60f86f
BATCH-407:Added repository factory to samples and created a factory for incrementers for that logic to obtain them could be unit tested. Also renamed SimpelJobRepositoryFactoryBean to just JobRepositoryFactoryBean
2008-03-03 20:23:34 +00:00
dsyer
196b8547b8
OPEN - issue BATCH-404: FactoryBeans for step configuration
...
http://jira.springframework.org/browse/BATCH-404
Remove SimpleStepFactoryBean.
2008-03-03 16:16:59 +00:00
robokaso
ac1f86b1a5
RESLOVED - BATCH-346: CommandLineJobRunner now requires just single xml file argument, samples modified to use import statement (and removed parent context loading from test launcher)
2008-02-29 08:54:09 +00:00
dsyer
219e9a08a4
Externalise lob handler reference
2008-02-27 09:51:20 +00:00
lucasward
f092cb8a99
added a BatchResourceFactoryBean to fixedlengthImportJob and fixed a repository error it illuminated.
2008-01-28 15:41:43 +00:00
lucasward
2e68e82e84
BATCH-295: JobLauncher now only contains one method: run(Job, JobInstanceProperties). Misc. other changes were made to facilitate.
2008-01-22 23:39:41 +00:00
dsyer
c022df6ce0
RESOLVED - issue BATCH-262: Hibernate Job blocks on flush
...
http://jira.springframework.org/browse/BATCH-262
The hibernate job blocks with high isolatio nlevels because it is reading a cursor and then updating the same objects (the cursor is in a different transaction because it uses openSession()).
The resolution is to change the isolation level - might be worth some more careful work later to encourage the right sort of best practice.
2007-12-22 09:40:59 +00:00
dsyer
3712f0fe8d
IN PROGRESS - issue BATCH-262: Hibernate Job blocks on flush
...
http://jira.springframework.org/browse/BATCH-262
Comment out import of alt data source
2007-12-21 14:37:05 +00:00
dsyer
c456d3b306
IN PROGRESS - issue BATCH-262: Hibernate Job blocks on flush
...
http://jira.springframework.org/browse/BATCH-262
Move session factory to parent context
2007-12-21 14:36:24 +00:00
dsyer
c9fccc8d85
Make it easier to launch HSQLDB server - just use -Dbatch.jdbc.url= on the command line.
2007-12-16 12:03:29 +00:00
dsyer
f49c9d9526
IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
SimpleJobRepository.findOrCreateJob now blocks if the transaction isolation level is high enough (see Javadocs).
2007-12-15 15:25:11 +00:00
dsyer
a583e068cf
Externalise location of scripts to initialise database
2007-12-12 23:27:05 +00:00
dsyer
8ea331bfc7
Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
...
BATCH-238: Remove hibernate support for the Daos.
2007-12-10 21:23:48 +00:00