Thank you for the reply! I didn't know about the StepInterruptionPolicy. While it may be work to setup, it seems it will be a lot easier than what I had in mind. Thanks for saving me a few hours :)
Type: Posts; User: ug333; Keyword(s):
Thank you for the reply! I didn't know about the StepInterruptionPolicy. While it may be work to setup, it seems it will be a lot easier than what I had in mind. Thanks for saving me a few hours :)
I just found this old thread, and I have a question related to it.
lucasward said that in 1.x there are no checks made while executing to see if there have been updates. So, if I load a...
I am trying to set a lockMode when calling the find(final String queryString, final Object[] values) method on org.springframework.orm.hibernate3.HibernateTemplate. I need the find to execute with a...