Hi,
I'd like to deploy different processes from differents JARs with CDI.
I have a processes.xml together with the configuration (activiti.cf.xml) of the processengine in one JAR. This works fine . The processes are deployed and the engine is alive.
In a second JAR I have also a second processes.xml and this will be ignored.
For my understanding it should enough to put an processes.xml in the root of an JAR
and the process will be deployed independet of the JAR.
How can I handle this or is it neccessary to deploy all processes from the JAR where I configure and start the engine.
regards