Has anyone tried implementing a unsupported database to use for jobRepository for Spring Batch?
My database Sap Hana db is not supported for Spring Batch. I am looking for a guide on how to implement my own DAOs for SimpleJobRepository for SpringBatch. Has tried this before? I did not include the database type property because according to spring batch website not including it will auto search for a database type. I also used JobRepositoryFactoryBean since the db is unsupported. I am excited though to write my own implementation for this, maybe i can contribute it to spring batch source. My Setting is as follows: <bean id="jobRepository" class="org.springframework.batch.core.repository