Ok I fount out my mistake.
In the bean declaration, where I was using the jobParameter to set a property, I forgot tu set the attribute scope="step" as in the example below :
<bean...
Type: Posts; User: Mektoub; Keyword(s):
Ok I fount out my mistake.
In the bean declaration, where I was using the jobParameter to set a property, I forgot tu set the attribute scope="step" as in the example below :
<bean...
Hi everyone,
I'm facing a strange problem in my spring batch application.
It seems I've made a misoncifugration as I can't use #{jobParameters} in my app since I got this exception :
Caused...