I'm currently using JSR 352 Batch API in Jboss/CDI environment (JBeret implementation).
I didn't find into JSR and JBeret documentation how to add prefix the specifics batchs tables (STEP_EXECUTION, JOB_EXECUTION, JOB_INSTANCE ...).
Example : JOB_INSTANCE => BATCH_JOB_INSTANCE
Does someone have an idea ?
Thanks.