Posts by Douglas Trigo • 23 points
5 posts
-
0
votes2
answers208
viewsA: When no file is found, you should skip to the next step (Spring Batch)
Solution: In class FlatFileItemReader, just call the method setStrict(false); By default this value is true. When the value is true and the file is not found, it throws an error and terminates Step…
-
0
votes2
answers208
viewsQ: When no file is found, you should skip to the next step (Spring Batch)
I’m using Spring Batch. In my Job, I have several steps, and they all read from a file. csv. The problem is as follows, there will be times when the file . csv will not be in the available location…
-
0
votes1
answer119
viewsQ: Spring Batch Skippolicy, what’s it for?
I wonder what the Skippolicy which is set in Stepbuilderfactory. If possible would like some documentation explaining.
-
1
votes1
answer216
viewsQ: How to validate attributes in Spring Batch
I’m working with Spring Batch. In my batch processing, my Reader needs to read a file .csv. When I read the file, I have a class that represents each line, and I would like to know how to validate…
-
1
votes0
answers36
viewsQ: How much scrolo the datatable up it goes up all at once (Primefaces mobile)
I am using Primefaces mobile and to present some data I am using the datatable, I make a query and it lists the records normally, while I roll the logs down using my mobile browser it descends…