Yes, I can see it in the browser.
looks like some other issue...i'll try it and let you know. :)
thx
Type: Posts; User: tequilaguy; Keyword(s):
Yes, I can see it in the browser.
looks like some other issue...i'll try it and let you know. :)
thx
Thanks Dave. This should be really helpful for someone who is just starting with spring batch and has a complex business requirement :)
However I am getting this error when trying to download...
Hello Dave,
did you get time to publish the code for the sample application you wrote? :)
Thanks
Thanks Robert. :)
Having a compsoite item reader solved it.
RecordSeparatorPolicy can have a isStartofRecord method to handle such situations.
Hi,
I have just strated with spring batch and I am trying to read a file which has records of following type:
## START FILE <this is file header>
## 123 john f kennedy <start of a 1st record>...
Well how stupid can i get! ;)
I was thinking there is an issue with simpleJob Bean because if I use a single step, it works. was thinking its not able to take a <List>
Sorry abt that...
Is there something wrong with this configuration?
<bean id="hello" class="org.springframework.batch.sample.tasklet.PrintTasklet">
<property name="message" value="Hello"/>
</bean>...
Hello Alex,
I have a very similar requirement...creating different jobs based on whats there on queue etc. I have just started using the batch framework. Would be of great help to start the design...
Thanks Dave and Lucas.
I'll eagerly wait for that sample application :)
Will post more once I understand the framework a bit more.
Thanks again
lucasward, thanks a lot :)
just to elaborate on point no 4...
What i meant was that this aplication will keep reading files and keep adding records onto a queue.Lets call this as file...
Hello,
I have a business use case and after reading the documentation, looks like spring batch framework can help me solve it.
Use Case: Three type of files are written to a directory by...