[JBoss JIRA] (DROOLS-2949) [DMN Designer] Change of data type is not propagated to manage dialog
by Guilherme Carreiro (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2949?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro edited comment on DROOLS-2949 at 8/31/18 1:00 PM:
---------------------------------------------------------------------
[~jomarko] This is a known issue.
We had some discussions about this on Slack and we decided that propagating the changes would be the best approach. However, when I estimated/planned the DROOLS-2716, I was not considering the propagation work, so I created the DROOLS-2762 to address this scenario.
In summary, I think the https://issues.jboss.org/browse/DROOLS-2762 will solve the propagation bug :) and the DROOLS-2949 is a duplicated JIRA.
was (Author: karreiro):
[~jomarko] This is a known issue. The https://issues.jboss.org/browse/DROOLS-2762 will solve the propagation bug :)
> [DMN Designer] Change of data type is not propagated to manage dialog
> ---------------------------------------------------------------------
>
> Key: DROOLS-2949
> URL: https://issues.jboss.org/browse/DROOLS-2949
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.11.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Carreiro
> Labels: drools-tools
> Attachments: Screenshot from 2018-08-31 14-59-52.png, itemDef-dependency.dmn
>
>
> User is able to achieve inconsistent state in *Manage custom data type dialog* See the attached picture. There is changed top level itemDefinition *Address* to *Adress111* however the itemDefinition *Person* stil shows it address field as *Adress*, it should be *Adress111* too.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (WFLY-10960) Missing jdk modul path 'com.sun.rowset.internal'.
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-10960?page=com.atlassian.jira.plugin... ]
Brian Stansberry commented on WFLY-10960:
-----------------------------------------
Can you provide details, e.g. a stack trace, perhaps some example code showing where it fails if it's not obvious from the stacktrace?
> Missing jdk modul path 'com.sun.rowset.internal'.
> -------------------------------------------------
>
> Key: WFLY-10960
> URL: https://issues.jboss.org/browse/WFLY-10960
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Affects Versions: 14.0.0.Final
> Reporter: heiko rohr
> Assignee: Jason Greene
>
> Hello!
> The module definition wildfly\modules\system\layers\base\sun\jdk\main\module.xml are missing the path for 'com.sun.rowset.internal'.
> This results in a 'ClassNotFoundException' when using rowset.
> Can the entry be added?
> Thx
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (DROOLS-2941) [DMN Designer] - save external dmn model
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2941?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-2941:
----------------------------------------
[~manstis] See https://github.com/kiegroup/kie-wb-common/pull/2079#issuecomment-417680492
{{DMNElements}} currently have _default_ values of child {{DMNElements}} set to non-null instances. This now causes problems as we have Errai's marshallers call the setters (instead of using the {{@MapsTo}} constructors) the marshallers ARE NOT calling {{setXYZ(value)}} when {{value == null}}. The fix is to remove the instantiation of default objects for {{DMNElements}} and use {{null}} instead. This will account for many of the valorized objects reported by [~tari_manga].
> [DMN Designer] - save external dmn model
> ----------------------------------------
>
> Key: DROOLS-2941
> URL: https://issues.jboss.org/browse/DROOLS-2941
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.11.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Labels: drools-tools
> Attachments: LACE Scoring.dmn, error.log, lace-scoring.dmn
>
>
> Save of an external dmn model in workbench throws an error in a server log.
> - Before save: [^LACE Scoring.dmn]
> - After save: [^lace-scoring.dmn]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months