We are working with OSGI. The Camunda engine is integrated in a server bundle. Some functional code is in another bundle. In a System task I specified a JavaDelegate class that is in my functional bundle. At runtime this class cannot be found by the Process Engine. How can I make this work?
Hi,
I am not an OSGi expert, but I do know that there is a community extension that implements this: https://github.com/camunda/camunda-bpm-platform-osgi/. So maybe you can use that or get some inspiration there.
Cheers,
Thorben