Hi All,
I am using an custom OSGI bundle to access the activiti-rest ( 5.16.0 ) bundle. My requirement is to redirect the incoming requests from custom OSGI bundle towards activiti-rest bundle. I was able to achieve this by registering the RestServlet with HttpService.
But now I am in the process of upgrading the activiti version from 5.16.0 to 5.17.0. More over it has been informed that activiti-rest will be supporting Spring. Therefore, I have to change the way on how I access the activiti-bundle to route the incoming requests.
how can I achieve this from OSGI bundle. I appreciate any kind of help.
Regards,
Firzhan