[JBoss JIRA] (DROOLS-716) Guvnor/BRMS Joda DateTime == operator breaking Guided Rule UI
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-716?page=com.atlassian.jira.plugin... ]
Jozef Marko closed DROOLS-716.
------------------------------
Resolution: Won't Do
> Guvnor/BRMS Joda DateTime == operator breaking Guided Rule UI
> -------------------------------------------------------------
>
> Key: DROOLS-716
> URL: https://issues.jboss.org/browse/DROOLS-716
> Project: Drools
> Issue Type: Bug
> Components: Guided Rule Editor
> Affects Versions: 6.2.0.CR4
> Reporter: Daniel Daniel
> Assignee: Mark Proctor
> Priority: Major
> Labels: drools-tools
>
> I get the following error in the logs when I save:
> {noformat}
> 02:33:35,790 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/0.0.0.0:8080-1) org.joda.time.format.ISODateTimeFormat and org.joda.time.format.ISODateTimeFormat$Constants disagree on InnerClasses attribute
> 02:33:35,829 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/0.0.0.0:8080-1) org.joda.time.format.DateTimeFormatterBuilder and org.joda.time.format.DateTimeFormatterBuilder$TimeZoneId disagree on InnerClasses attribute
> {noformat}
> My breaking rule is
> {noformat}
> rule "Test DateTime"
> when
> $testDayA : TestDay($uniqueIdA : uniqueId, $dayA : day, valid == true)
> $testDayB : TestDay(uniqueId != $uniqueIdA, day == $dayA, valid == true)
> then
> $testDayA.setValid(false);
> update($testDayA);
> end
> {noformat}
> The day variable is
> {noformat}
> private DateTime day;
> {noformat}
> I can get the UI closing and opening if I remove 'day == $dayA'. That is the expression that breaks the UI.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-716) Guvnor/BRMS Joda DateTime == operator breaking Guided Rule UI
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-716?page=com.atlassian.jira.plugin... ]
Jozef Marko reopened DROOLS-716:
--------------------------------
> Guvnor/BRMS Joda DateTime == operator breaking Guided Rule UI
> -------------------------------------------------------------
>
> Key: DROOLS-716
> URL: https://issues.jboss.org/browse/DROOLS-716
> Project: Drools
> Issue Type: Bug
> Components: Guided Rule Editor
> Affects Versions: 6.2.0.CR4
> Reporter: Daniel Daniel
> Assignee: Mark Proctor
> Priority: Major
> Labels: drools-tools
>
> I get the following error in the logs when I save:
> {noformat}
> 02:33:35,790 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/0.0.0.0:8080-1) org.joda.time.format.ISODateTimeFormat and org.joda.time.format.ISODateTimeFormat$Constants disagree on InnerClasses attribute
> 02:33:35,829 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/0.0.0.0:8080-1) org.joda.time.format.DateTimeFormatterBuilder and org.joda.time.format.DateTimeFormatterBuilder$TimeZoneId disagree on InnerClasses attribute
> {noformat}
> My breaking rule is
> {noformat}
> rule "Test DateTime"
> when
> $testDayA : TestDay($uniqueIdA : uniqueId, $dayA : day, valid == true)
> $testDayB : TestDay(uniqueId != $uniqueIdA, day == $dayA, valid == true)
> then
> $testDayA.setValid(false);
> update($testDayA);
> end
> {noformat}
> The day variable is
> {noformat}
> private DateTime day;
> {noformat}
> I can get the UI closing and opening if I remove 'day == $dayA'. That is the expression that breaks the UI.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-1202) I am not able to assign keys to Enum value through external data objects
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-1202?page=com.atlassian.jira.plugi... ]
Jozef Marko closed DROOLS-1202.
-------------------------------
Resolution: Won't Do
This won't be done due to changed team focus on DMN and ScenarioSimulation assets.
> I am not able to assign keys to Enum value through external data objects
> ------------------------------------------------------------------------
>
> Key: DROOLS-1202
> URL: https://issues.jboss.org/browse/DROOLS-1202
> Project: Drools
> Issue Type: Bug
> Components: Enumerations Editor
> Reporter: Fatema Rangwala
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: TestEnumPrac.java
>
>
> I was able to import Enum through data objects in workbench. But when I tried to add keys to enum value it is not supported.
> For e.g. in workbench it is supported to assign keys to enum value like [F='Female', M='Male'].
> But not able to assign keys to enum using external data object.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months