Bug 974013 - Add kie-remote into BRE
Summary: Add kie-remote into BRE
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Configuration
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Kris Verlaenen
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On: 973913
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-13 09:35 UTC by Ryan Zhang
Modified: 2013-08-07 15:09 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-08-07 15:09:57 UTC
Type: Bug
Embargoed:
rzhang: needinfo+


Attachments (Terms of Use)

Description Ryan Zhang 2013-06-13 09:35:12 UTC
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:

Comment 1 Ryan Zhang 2013-06-13 09:39:21 UTC
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?

Comment 2 Kris Verlaenen 2013-06-19 00:31:12 UTC
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

Comment 3 Kris Verlaenen 2013-08-07 15:09:57 UTC
As discussed on program call, since execution server for BRMS is different, I'll close this issue.


Note You need to log in before you can comment on or make changes to this bug.