Bug 1275325

Summary: WAS: indexing fails with ContextNotActiveException
Product: [Retired] JBoss BRMS Platform 6 Reporter: Zuzana Krejčová <zkrejcov>
Component: Business CentralAssignee: manstis
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.2.0CC: kverlaen, lpetrovi
Target Milestone: CR1   
Target Release: 6.2.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:43:10 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 Zuzana Krejčová 2015-10-26 14:13:57 UTC
Description of problem:
Anytime an action triggers it, indexing fails with javax.enterprise.context.ContextNotActiveException. This influences (as in the following do not work) rule inheritance, data object usage reports, listing of available rules in test scenarios (and probably a bunch of other things).

This only happens on Websphere.


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


Steps to Reproduce:
1. Create or save a change in a project or an asset.
2. Check server log.


Actual results:
javax.enterprise.context.ContextNotActiveException: WebBeans context with scope type annotation @ApplicationScoped does not exist within current thread
Featurettes like data object usage report or rule inheritance do not work.


Expected results:
No exception, everything works as expected.