Hi Sebastian,
I have just tried to invoke REST from my struts action class but no luck, I need some samples. pls guide.
ProcessEngineRestServiceImpl procEngSrv = new ProcessEngineRestServiceImpl();
pers = (ProcessEngineRestService) procEngSrv.getProcessDefinitionService("
http://localhost:8080/engine-rest");
System.out.println(pers);
Error:
org.camunda.bpm.engine.rest.exception.RestException: Could not find an implementation of the interface org.camunda.bpm.engine.rest.spi.ProcessEngineProvider- SPI
Regards,
Jayendran