Ok, I'm going to prepare the test case.
However, I found that if I use just one tokenizer the skip functionality works fine. (leaving the file to process just with the "rem" prefix for each...
Type: Posts; User: zotmar; Keyword(s):
Ok, I'm going to prepare the test case.
However, I found that if I use just one tokenizer the skip functionality works fine. (leaving the file to process just with the "rem" prefix for each...
Hi Dave,
Thank for answering again,
That's not the problem because, if I set the skip limit in 1 , 10 or 1000 the the process coninues until the skip limit is reached.
In this process, we check...
I'm sorry here is the zip file
Hi Dave, thanks for trying too help me.
At the begining I thought the same, for that reason I post other job without a custom reader implementation.
Here is a job development with 2.1.0.M1. Without...
I'm sorry I put a wrong link
This is the correct one.
Is related with an ItemWriter, however, i'm experiencing the same with a ItemReader
http://jira.springframework.org/browse/BATCH-1354
...
Hi lucas,
I developed another Job. And i'm facing with the same problem.
I'm not using a custom reader this time.
All that I could find out is that the job gets into an infinite loop when I try...
Hi, Lucas,
Is there any posibility that my problem could be related with this recent Jira ticket?
http://forum.springsource.org/newreply.php?do=newreply&noquote=1&p=260664
Regards,
Mario
Thanks for replying quickly
Here I'm attaching some configuration files and our custom iplementation of the items readers. I think that this would be enough to diagnosticate.
Let me now if you need...
We've migrating from Spring batch 1.1.1 to 2.0.3 and we are experiencing a problem behavior.
We have some jobs that must run during the day, so they use a similar scheduling configuration.
...