Hello,
I don't want to use Memory Job Repository or DB Job Repository.. How can i avoid using Memory and DB job repositories.. Because my process if infinite process, in which "step" calls itself...
Type: Posts; User: hussain18523; Keyword(s):
Hello,
I don't want to use Memory Job Repository or DB Job Repository.. How can i avoid using Memory and DB job repositories.. Because my process if infinite process, in which "step" calls itself...
Hello,
As per my understand you want a flatfileitemreader which reads a file of each row of variable length. I also had the same problem(my processing file has different count of values in each...
Thanks Dave..
I am facing one more issue in the above spring batch job.. I am trying to start the above spring batch job as OSGI bundle.
Here in my bundle activator .. start method i writting...
Hi,
I implemented my own flatfileitemreader for reading the data from file, and it stores the seek position of processing file so dat from next time if the job restarted reader reads the data from...
Hi,
Can anybody tell me how can i start the spring batch job in osgi(equinox) container and how can i use the service published by other bundle in the same container by my bundle.
Thanks ...