]
Alexey Kazakov resolved JBIDE-19982.
------------------------------------
Assignee: Alexey Kazakov
Fix Version/s: 4.3.0.Beta1
Resolution: Rejected
I'm rejecting the issue then.
Wildfly doesn't pick up batchlet classes in debug mode
------------------------------------------------------
Key: JBIDE-19982
URL:
https://issues.jboss.org/browse/JBIDE-19982
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: batch, server
Affects Versions: 4.3.0.Beta1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.3.0.Beta1
It seems that wildfly 8.2. (or JBT server adapter?) doesn't support hot deployment
for batch application.
See steps to reproduce.
If I change job.xml then it works fine. But if I add some new classes which are
referenced from the job xml file then it doesn't it.
I see both the modified jbo xml files and new class file in
wildfly-8.2.0.Final/standalone/deployments/jboss-batch-processing.war folder but server
restarting is still required.
This is probably an upstream issue but we need to investigate this case and maybe
document it somehow if this is an expecting behavior.