Skip to content

Instantly share code, notes, and snippets.

@pz78
pz78 / BatchRunner.java
Created May 28, 2015 14:00
JSR-352 batch with Spring Batch as implementation: Batch job initialization fails on error while creating bean with name 'batchPropertyPostProcessor'
package x98.batch;
import java.util.Properties;
import javax.batch.operations.JobOperator;
import javax.batch.runtime.BatchRuntime;
public class BatchRunner {
public static void main(String[] args) {