0 Replies Latest reply on May 16, 2016 3:54 AM by mauriclaudio

    Spring Batch in Wildfly 10 final

    mauriclaudio

      I'd like to use Spring Batch in Wildfly instead of JBeret, as default JSR 352 implementation. Following instruction found on this blog, I was able to manage it using Spring Batch 3.0.

      Unfortunately, with Spring 3.0.7 it doesn't work anymore, I got an Exception : "java.util.ServiceConfigurationError: javax.batch.operations.JobOperator: Provider org.springframework.batch.core.jsr.launch.JsrJobOperator not a subtype".

      Can anyone give me any hint to solve this issue ?