What is the difference between bpm-reactor core and bpmn parse listener and its significance?
Can someone provide examples for each case.
Regards,
Vinu S
What is the difference between bpm-reactor core and bpmn parse listener and its significance?
Can someone provide examples for each case.
Regards,
Vinu S
Hi. camunda-bpm-reactor uses bpmn parse listeners to enhance the deployed model with the possibility to delegate the listener implementation via eventing.
So they do not really have a difference, the one is relying on the other …
You could always have your own parse add just the code you need to your models, reactor is just a very generic way to do so.
Hello @jangalinski,
You know how to install the camunda-bpm-reactor in camunda-bpm-platform:wildfly-7.13.0 ?
What did I do:
clone reactor, mvn clean install OK
Install extension with jar and module.xml in /camunda/modules/org/camunda/bpm/extension/reactor/
Thanks
I do not use wildfly, but I guess with wildfly/jboss/tomcat/… you have a platform.xml file somewhere where you explicitly activate the plugins your engine should use …