I tried to fix the module.xml and cleared all caches.
The problem is related to Java8 i think.
So i tried to use wildfly9 - without any success, run into the same issue as mentioned here:
I then tried to compile the wildfly9+ fork:
Without any success:
[ERROR] /Users/patrickwerner/Downloads/camunda-bpm-platform-wildfly9-/engine/src/main/java/org/camunda/bpm/engine/impl/cmmn/handler/HumanTaskItemHandler.java:[202,37] cannot find symbol
symbol: method getCamundaFollowUpDate()
location: variable definition of type org.camunda.bpm.model.cmmn.instance.HumanTask
Im using maven 3.3.3 with JDK 1.8.0_51.
Has anyone managed to get camunda working with wildfly9 / JDK8 ?
I think @frank hast this combination working. What am i doing wrong whilst compiling your fork?