Bug 1144148

Summary: Runtime access to config model in SCA binding
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Rick Wagner <rwagner>
Component: SwitchYardAssignee: Rob Cernich <rcernich>
Status: VERIFIED --- QA Contact: Matej Melko <mmelko>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: oskutka, ppecka, rcernich, soa-p-jira
Target Milestone: CR1   
Target Release: One-off release   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1144147 Environment:
Last Closed: Type: Support Patch
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1144147    
Bug Blocks: 1120384    

Description Rick Wagner 2014-09-18 19:08:19 UTC
+++ This bug was initially created as a clone of Bug #1144147 +++

SCAInvoker access the config model, which is known to be non-thread-safe, at runtime which can potentially lead to issues with concurrent requests. Initialize local variables with the necessary config settings in the constructor and remove runtime access to the config model.

Comment 2 Rob Cernich 2014-09-25 17:43:54 UTC
should be available in p8 or later

Comment 4 ppecka 2014-11-20 12:58:54 UTC
VERIFIED by decompiling containing jars. as this is hard to reproduce issue, such tests are part of QA integration tests