Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1097605

Summary: Guided rule editor cannot be opened in Business Central deployed on WebSphere AS.
Product: [Retired] JBoss BRMS Platform 6 Reporter: Radovan Synek <rsynek>
Component: Business CentralAssignee: Maciej Swiderski <mswiders>
Status: CLOSED CURRENTRELEASE QA Contact: Radovan Synek <rsynek>
Severity: high Docs Contact:
Priority: high    
Version: 6.0.2CC: kverlaen, rrajasek, zkrejcov
Target Milestone: ER3   
Target Release: 6.0.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 19:54:30 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:
Attachments:
Description Flags
error screenshot
none
Patched version that fixes the issue none

Description Radovan Synek 2014-05-14 07:41:35 UTC
Created attachment 895391 [details]
error screenshot

Guided rule editor fails to open on WebSphere AS, saying that "No SourceService found for ${assetName}".

Steps to reproduce:
1. Deploy Business-Central to WebSphere AS.
2. Create a repository and a project.
3. Create a new guided rule, error screen shows (take a look at the attached screenshot)

Comment 1 Radovan Synek 2014-05-14 16:08:43 UTC
The same applies to guided rule templates (not sure right now if it's the same editor).

Comment 2 Maciej Swiderski 2014-05-14 16:24:16 UTC
fixed, it requires to specify the parameter info as injection point is for an interface that is parameterized

kie-wb-common
master:
https://github.com/droolsjbpm/kie-wb-common/commit/2a0471852cb3ac03a1481866f510723cdf7cd171

6.0.x:
https://github.com/droolsjbpm/kie-wb-common/commit/15c00edfb695bec0e695fab0fb0a24c65f6bc879

Comment 3 Maciej Swiderski 2014-05-14 17:56:46 UTC
Created attachment 895551 [details]
Patched version that fixes the issue