2 Attachment(s)
Making a batch job as Launchable from Spring Batch admin console
Hi,
I have a batch job defined in spring xml file. I have placed these xml file under META-INF\spring\batch\jobs. When i start my jboss server and clicks on jobs menu using spring batch admin console, it shows me my newly added job. I can check it status ,whether it is running, started or stopped.But i cannot launch this batch job from admin console. The value of Launchable attribute is false. What configuration changes are required so that i can launch my batch job from admin console?
i am attaching my job context xml file and admin console screen shot for reference.