Hi,

I am invoking the spring batch using CommandLineJobRunner.main.When there is problem in the DB connection,program is exiting normally with out entering into the catch block.

When I am...