Bug 1307012 - KIE Spring in OSGI environment needs different setup than in non-OSGI environment
Summary: KIE Spring in OSGI environment needs different setup than in non-OSGI environ...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Dawn Eisner
QA Contact: Jiri Petrlik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-12 12:53 UTC by Jiri Petrlik
Modified: 2020-03-27 19:42 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:42:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jiri Petrlik 2016-02-12 12:53:37 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_BRMS/6.2/html/Administration_And_Configuration_Guide/chap-Integrating_Red_Hat_JBoss_BRMS_with_Red_Hat_JBoss_Fuse.html

Section Number and Name: 
Administration And Configuration Guide / Chapter 6.

Describe the issue: 
KIE Spring in OSGI environment needs different setup than in non-OSGI environment:
1. The "org.drools.osgi.spring.OsgiKModuleBeanFactoryPostProcessor" should be used instead of "org.kie.spring.KModuleBeanFactoryPostProcessor" to postprocess KIE elements in OSGI environment.
2. Do NOT install 'drools-module' feature before 'kie-spring' feature! If you did so, the 'drools-compiler' bundle would not detect packages exported by 'kie-spring', and you would see a NCDF error later. However, you can run
'osgi:refresh drools-compiler_bundle_ID' to force drools-compiler to rebuild its Import-Package metadata.

Suggestions for improvement: 

Additional information:

Comment 1 Jiri Petrlik 2016-02-12 13:00:05 UTC
Here is the merge request for this issue in documentation GIT repository [1].

[1] https://gitlab.cee.redhat.com/bxms-docs/BxMS/merge_requests/14


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