Bug 972638

Summary: Fact editor rejects creation of a declarative model which fact name already exists in a different package
Product: [Retired] JBoss BRMS Platform 6 Reporter: Toshiya Kobayashi <tkobayas>
Component: Business CentralAssignee: Walter Medvedeo <wmedvede>
Status: CLOSED NOTABUG QA Contact: Lukáš Petrovický <lpetrovi>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.x.xCC: etirelli, manstis
Target Milestone: ER1   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-02 14:41:50 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 Toshiya Kobayashi 2013-06-10 09:55:40 UTC
Description of problem:

Platform BZ for https://issues.jboss.org/browse/GUVNOR-2018


Steps to Reproduce:

See GUVNOR-2018

Actual results:

Error popup shows up "The name 'MyFactType1' is already taken - please choose another"

Expected results:

A fact type is successfully created.

Comment 2 Edson Tirelli 2013-08-02 13:54:51 UTC
Not applicable to 6.0.x, as it now uses a new data modeller.

Comment 3 Lukáš Petrovický 2013-08-02 14:41:50 UTC
Agreed.

Comment 4 JBoss JIRA Server 2013-08-19 08:54:42 UTC
David LANTERI <david.lanteri> made a comment on jira GUVNOR-2018

Hi,
I'm facing the problem in Drools 5.5.0 Final with a single package :
I archive the declarative model (because of a build package failure) and delete it from Archive, then I recreate it.
When adding a new fact type to it, I get the message :
« The name ‘stabilityResult’ is already taken – please choose another ».

Please, could you help ?
Best regards,
David.

Comment 5 JBoss JIRA Server 2013-11-18 12:01:54 UTC
Michael Anstis <michael.anstis> updated the status of jira GUVNOR-2018 to Resolved

Comment 6 JBoss JIRA Server 2013-11-18 12:01:54 UTC
Michael Anstis <michael.anstis> made a comment on jira GUVNOR-2018

6.0.x has a new Data Modeller, that replaces the old Fact Modeller. This generates Java classes. The check for an existing asset name no longer applies.