简体   繁体   中英

RemoteRestRuntimeFactory cannot be resolved for jBPM6

I want to access web service written in jBPM6 using restapi, i search through internet and found one example , here in example they have used RemoteRestRuntimeFactory class but i am not able to find any related jar file to resolve error for cannot be resolved to a type. can anyone please help me to find solution for this?

have you checked this: https://github.com/droolsjbpm/jbpm-playground/tree/master/jbpm-simple-rest-client

That is a simple example that uses maven to create the rest client. You can use that against kid-workbench to interact with tasks, processes, etc.

That contains all the dependencies that you need.

HTH

@salaboy引用了一个仅在独立模式下工作的简单rest客户端,当您尝试导入kie-service时,您必须考虑排除maven依赖项,但底线是kie-remote到目前为止尚未准备好在战争中部署。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM