Description of problem: kie-remote is also required in BRMS engine. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Kris, Thanks for pointing this out. I assume that we would include both kie-remote-client and kie-remote-service for both BRE and BPE(BPMS engine). Could we include these two modules in droolsjbpm-integrtion distribution?
kie-remote-* is currently mostly targeted towards BPMS. Including it for BRMS as well might not be trivial: - kie-remote is based on jbpm-services etc., basically it depends on almost all core jbpm jars, including it would mean including almost all jbpm jars as part of BRMS - the session mgmt in jbpm-services is mostly targeted towards process or process+rules use cases, it might not be the best solution for pure rule use cases (as it will persist the session state after each command, which might not be ideal when a session can include a large amount of data - kie-remote-service is currently not included in kie-drools-wb (so either we would need to include it there as well, or the user would have to set up the REST service themselves somehow), the REST service itself is also targeted towards processes (rule functionality only available through the generic execute method) Kris
As discussed on program call, since execution server for BRMS is different, I'll close this issue.