Bug 1209228 - Package.getTypeDeclarations() and Package.getFactTypes() its not listing facts
Summary: Package.getTypeDeclarations() and Package.getFactTypes() its not listing facts
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: BRE
Version: 6.0.3
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Edson Tirelli
QA Contact: Jiri Locker
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-06 18:19 UTC by Paulo Henrique Alves
Modified: 2015-09-23 13:12 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-23 13:12:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
JUnit BPMSTest (2.52 KB, text/plain)
2015-04-06 18:19 UTC, Paulo Henrique Alves
no flags Details

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.


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