@Ingo: you are missing a job executor – as this is never started. See e.g. http://docs.camunda.org/latest/guides/installation-guide/jboss/#bpm-platform-install-the-platform-on-a-vanilla-jboss-adjusting-the-standalonexml – there a job executor is configured in standalone.xml.
So the interesting question is if a job executor can be configured in the processes.xml. According to http://docs.camunda.org/latest/api-references/deployment-descriptors/#descriptors-processesxml this is not the case – but I am not sure if the docs are accurate?
--
You received this message because you are subscribed to the Google Groups "camunda BPM users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camunda-bpm-us...@googlegroups.com.
To post to this group, send email to camunda-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/a0a9cbe2-ec06-47e2-90ed-0247293b7aac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/37d135e5.00001cb4.00000020%40ca-ruecker.
To unsubscribe from this group and stop receiving emails from it, send an email to camunda-bpm-users+unsubscribe@googlegroups.com.
To post to this group, send email to camunda-bpm-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/bc9404e4-627b-481c-958a-0a4214819371%40googlegroups.com.
Hi Ingo,
Did you try to remove the Job-Acquistion element from the processes.xml?
When I understand the code correctly it wont set a job executor for the engine which will bootstrap the default embedded one.
Cheers,
Christian