Caused by: java.lang.ClassNotFoundException: za.co.discoverygrouprisk.processcontroller.web.JAXWSWebServiceDelegate from [Module "deployment.camel-test-0.1.0-SNAPSHOT.war:main" from Service Module Loader]
We have deployed the process (*.bpmn) as part of a war file as described on the start-up manual. It seems that the module "deployment.camel-test-0.1.0-SNAPSHOT.war:main does not have 'visibility' to delegate classes inside the lib folder of the camunda rest web app. Any ideas how we can config Camunda to fix this class loading issue?
PS We do not want to put this generic delegate class inside the war file used to deploy our processes since it contains quite a lot of transitive dependencies that makes the process war files huge and also does not fit well with our architecture as outlined above.
Thank you.
<process-application
xmlns="http://www.camunda.org/schema/1.0/ProcessApplication"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<process-archive name="proc-ctrl-task-test">
<process-engine>default</process-engine>
<properties>
<property name="isDeleteUponUndeploy">true</property>
<property name="isScanForProcessDefinitions">true</property>
</properties>
</process-archive>
</process-application>
Currently the war contains one bmpn file with a single service task.
Any suggestions?
--
You received this message because you are subscribed to a topic in the Google Groups "camunda BPM users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/camunda-bpm-users/WFVqiEZDSJA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to camunda-bpm-us...@googlegroups.com.
To post to this group, send email to camunda-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/f2d503cd-9f45-4e15-a746-763b728170e0%40googlegroups.com.