Might be.
You solved the issue on which I am freaking out for last couple of days. Thanks for the help
Type: Posts; User: varmawku; Keyword(s):
Might be.
You solved the issue on which I am freaking out for last couple of days. Thanks for the help
thanks a ton Michael.
It works when I change it to use ClassPathXmlApplicationContext.
Any idea why BeanFactory doesn't work.
Adding the code:
Configuration file:
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Same code works in Spring batch version 2.0.0, but not in 2.1.0
Am I missing anything that needs in version 2.1.0.
Please help.
I am trying to write a simple spring job. Its failing with the below error. Any help is really appreciated.
Caused by: java.lang.IllegalArgumentException: JobRepository is mandatory
at...