cancel
Showing results for 
Search instead for 
Did you mean: 

processes.xml in different JARS

rarndt
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

felix
Champ in-the-making
Champ in-the-making
I've got the same problem. I would like to reuse my diagrams and bundle them in an own jar-Module.