Backport of Batch API subsystem to EAP6
Tested on JBoss EAP 6.2.4, 6.3 and 6.4.
- Batch-jberet subsystem starting up before datasource ready leads to application start failed.
- Refer to build section to get eap6-batch-dist-1.0.3.zip
- eap6-batch-dist-1.0.2.zip
- eap6-batch-dist-1.0.1.zip
- eap6-batch-dist-1.0.0.zip
We're using a patched version of JBeret: https://github.com/fcorneli/jsr352
This is a backport of https://github.com/wildfly/wildfly/tree/master/batch/jberet to JBoss AS 7.2/EAP6.
This is a backport of https://github.com/wildfly/wildfly/tree/master/batch/extension to JBoss AS 7.2/EAP6.
This is a module that generates a ZIP artifact to ease installation of the Batch API on EAP6.
This module contains Arquillian based integration tests and examples.
We're using Maven as build system. Build the project via:
mvn clean install
We're using the Maven Release Plugin for the release management. Release the project via:
mvn release:prepare
mvn release:perform
The artifact are available within the e-Contract.be Maven Repository. There is also a Maven Project Site being deployed.