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

Bug 1165636

Summary: Recursion in ClassFactBuilder leads to StackOverflow when loading in assets into project model cache
Product: [Retired] JBoss BRMS Platform 6 Reporter: Toshiya Kobayashi <tkobayas>
Component: Business CentralAssignee: manstis
Status: CLOSED DUPLICATE QA Contact: Jiri Locker <jlocker>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.3CC: alazarot, manstis, rzhang
Target Milestone: ER3   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1175892 (view as bug list) Environment:
Last Closed: 2014-12-25 05:17:21 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:
Bug Depends On:    
Bug Blocks: 1165640, 1175892    

Description Toshiya Kobayashi 2014-11-19 12:05:20 UTC
Description of problem:

Backport GUVNOR-2116 to B*MS 6.0.x


Steps to Reproduce:
1. In business-central
2. Add dependency to a project
      groupId : com.fasterxml.jackson.core
      artifactId : jackson-databind
      version : 2.2.3
3. Create a new Guided Rule

Actual results:

It takes more than 5 seconds to open the Editor and logs error messages.

20:57:20,475 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/127.0.0.1:8080-4) null
20:57:20,594 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/127.0.0.1:8080-4) null
20:57:20,690 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/127.0.0.1:8080-4) null
....

Expected results:

Open the Editor without error messages.

Comment 11 Ryan Zhang 2014-12-25 05:17:21 UTC

*** This bug has been marked as a duplicate of bug 1175892 ***