Bug 1292501

Summary: Kie Blueprint integration is not as powerful as the Spring one
Product: [Retired] JBoss BRMS Platform 6 Reporter: Anton Giertli <agiertli>
Component: Fuse IntegrationAssignee: Edson Tirelli <etirelli>
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: unspecified Docs Contact: Dawn Eisner <deisner>
Priority: unspecified    
Version: 6.2.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:47:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Anton Giertli 2015-12-17 15:31:03 UTC
Platform BZ for
https://issues.jboss.org/browse/DROOLS-969
Description of problem:

Kie integration seems to be more powerful when using Spring.
For example, you can defined KieModule using RelesaeId and you can even enable KieScanner
https://github.com/droolsjbpm/droolsjbpm-integration/blob/6.2.x/kie-spring/src/main/resources/org/kie/spring/kie-spring-6.0.0.xsd#L495
This is not possible when using Blueprint
https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-aries-blueprint/src/main/resources/org/kie/aries/blueprint/kie-aries-blueprint.xsd
The 2 implementations have to be functionally equivalent.

Version-Release number of selected component (if applicable):
6.1

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:

kie-blueprint integration is not equivalent to kie-spring
Expected results:
kie-blueprint integration is equivalent to kie-spring


Additional info: