plexiti / camunda-grails-plugin

Integrates Camunda BPM with the Grails framework.
http://grails.org/plugin/camunda
Apache License 2.0
18 stars 8 forks source link

Testing with Worklist Webapp #64

Open pp611 opened 8 years ago

pp611 commented 8 years ago

I began to play the tutorial that comes with the Camunda grails plugin documentation. When clicking the camunda controller, the asks the camunda.deployment.scenario option be set to "shared". When that is done, Grails complains about "Error creating bean with name 'camundaManagementServiceBean'".

According to https://github.com/plexiti/camunda-grails-plugin/issues/56, the "shared" value for the deployment.scenario option is meant for production environment when the war is generated and deployed on the Camunda Tomcat instance.

This brings up a serious question: how do we test a Camunda application on Grails? It seems that one has to write a worklist web app in order to do development and test, while my intuition is that we can just use the stock worklist app to develop and test the process and decide later that if we want to develop a custom worklist app.

Anyway to get the worklist app working in development environment?