camunda-community-hub / camunda-platform-7-osgi

OSGi integration for Camunda Platform 7
Apache License 2.0
22 stars 24 forks source link

is there a way to get cockpit working with camunda-bpm-platform-osgi #63

Closed elkhadirzyad closed 4 years ago

elkhadirzyad commented 4 years ago

Hello,

i'm try to make cockpit works in karaf container, but i have "The process engine you are trying to access does not exist", is there a way to define or get the process engine ?

rbraeunlich commented 4 years ago

Hello @elkhadirzyad do you have any bundle in your Karaf that exposes/configures a process engine?

elkhadirzyad commented 4 years ago

I have an already existed process engine created by other person, how to use it in my camunda

rbraeunlich commented 4 years ago

Hey @elkhadirzyad there is no special cockpit-osgi adaption. Therefore, I cannot tell you anything exact. You'll most likely have to write some code to perform a service lookup and then pass the engine to cockpit.

rbraeunlich commented 4 years ago

See #64