Environment
- Windows 10 Enterprise x64 English
- JDK 8u131
- Grails: 2.5.6
- Grails Plugin: org.camunda.bpm:camunda-engine:7.7.0
- Apache Tomcat 8.5.16
Steps
- We deploy the war file built by Grails to tomcat\webapps directory.
- We use
repositoryService.createProcessDefinitionQuery().latestVersion()
to get the process definitons. - We updated the
tomcat\webapps\[war-file-name]\WEB-INF\classes\[package-name]\sample.bpmn
file. - We check the process definitions, nothing happened.
- We even try to delete the bpmn file, the corresponding process is still there.
Questions
- We did exactly the same before, the bpmn file updated as we expected.
- Now we have no idea why it is not working.
Any help would be appreciated.