it seems a racing condition, please make streams object as synchronized.
if it still do not resolve problem. please share your XML config file, specific to tasklet.
Type: Posts; User: bmaduskar; Keyword(s):
it seems a racing condition, please make streams object as synchronized.
if it still do not resolve problem. please share your XML config file, specific to tasklet.
Hi Sigurd,
are you done with writing your own unmarshaller?? it is definitely more resource intensive approch.
better if you do validation in before job. once job is triggered for reading, it...
i don't think it is valid reason, for above said Problem. whenever you inititalize spring bean factory , it will initialize each and every bean ,whether we are going to use it or not that is...
multithreading can come handy here, for java , each spring batch job is a process , if you use thread pool executor , which is with JDK 1.6 or further you can , execute 10 or more jobs in join and...
i believe it is already there , there is no need to commit in last step , it will be taken care by spring batch once your job will be completed successfully only, else transaction will be rolled back...
HI All,
i need to configure spring job in a way that, on checking of some condition it will execute its all steps again , basically i need to parse nested XML and load data in DB , but nesting...