I am trying out spring-batch with JPA+Hibernate and c3p0. Standalone example is working fine but this combination is giving problem while executing the test case. Below is my spring-configuration.xml
I am invoking the job as below from my service class
On execution of test case I am getting below exception
I am not sure where I am going wrong. Any help in resolving this is appreciated.
Thanks
Mohan