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

Bug 1187049

Summary: WLS: Document workaround required to enable KIE-CDI access kmodules defined in WEB-INF/lib
Product: [Retired] JBoss BRMS Platform 6 Reporter: Marek Winkler <mwinkler>
Component: DocumentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED EOL QA Contact: Radovan Synek <rsynek>
Severity: high Docs Contact: Dawn Eisner <deisner>
Priority: high    
Version: 6.1.0CC: brms-docs, rrajasek
Target Milestone: CR1   
Target Release: 6.1.0   
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:46:16 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 Marek Winkler 2015-01-29 09:18:48 UTC
Please document the workaround needed, when a developer wants to inject a KieSession/KieBase/.. using KIE-CDI on WebLogic. Due to WebLogic classloading mechanism, the KieModules defined in jars located in WEB-INF/lib are not visible to KIE-CDI, therefore it is unable to inject any assets (KieSessions/KieBases/..) defined in them.

Please see BZ 1186354 for details about the workaround and example reproducer illustrating the workaround.

This should probably be documented in the Developer guide, but it is up to you.