I have Spring process application running on Wildfly based 7.10 shared process engine. From time to time, during application deployment, I get following warning"
WARN [org.camunda.bpm.application] (pool-7-thread-3) ENGINE-07008 Process Application ‘my-process-app’: No ELResolver provided by ProcessApplicationElResolver org.camunda.bpm.engine.spring.application.SpringProcessApplicationElResolver
And then, there is a series of exceptions, that Java delegate beans can not be recognized. Usually, next reload is OK, but on production environment It can happen on every cluster member, so start of application is very frustrating.
Is there any way to inform process engine, that application is initialized an ready to start process on it?