Bug 1209228

Summary: Package.getTypeDeclarations() and Package.getFactTypes() its not listing facts
Product: [Retired] JBoss BPMS Platform 6 Reporter: Paulo Henrique Alves <alvesph.redhat>
Component: BREAssignee: Edson Tirelli <etirelli>
Status: CLOSED NOTABUG QA Contact: Jiri Locker <jlocker>
Severity: high Docs Contact:
Priority: high    
Version: 6.0.3CC: kverlaen, mbaluch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-23 13:12:38 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:
Attachments:
Description Flags
JUnit BPMSTest none

Description Paulo Henrique Alves 2015-04-06 18:19:19 UTC
Created attachment 1011507 [details]
JUnit BPMSTest

Description of problem:
org.drools.core.rule.Package.getTypeDeclarations() and org.drools.core.rule.Package.getFactTypes() its not listing facts inside package

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

How reproducible:
Create a project in BPMS;
Create fact using Data Modeler;
Execute JUnit BPMSTest attach class.

Actual results:
HashMap its empty

Expected results:
HashMap has all class inside package

Additional info:


Document URL: 

Section Number and Name: 

Describe the issue: 

Suggestions for improvement: 

Additional information: 


Description of problem:


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Edson Tirelli 2015-09-23 13:12:38 UTC
The Data Modeller creates standard Java classes, and as such, not available through the getTypeDeclarations() and getFactTypes() methods.