I am using Spring Batch to build an Accumulative Snapshot for our Data Warehouse and I am having a configuration roadblock that I cannot figure out.
In my case it was simply missing the spring transaction dependency - or perhaps pointing to an old one. Replacing that with 3.1 took the error away.