[JBoss JIRA] (DROOLS-3329) [DMN Designer] Memory leak in DataTypeList
by Daniel José dos Santos (Jira)
Daniel José dos Santos created DROOLS-3329:
----------------------------------------------
Summary: [DMN Designer] Memory leak in DataTypeList
Key: DROOLS-3329
URL: https://issues.jboss.org/browse/DROOLS-3329
Project: Drools
Issue Type: Bug
Components: DMN Editor
Reporter: Daniel José dos Santos
Assignee: Michael Anstis
In the "Manage Custom Data Types", if you add and remove an type, the type is not removed from memory in "DataTypeList" after you remove it, causing a leak.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (WFLY-11368) module defined in jboss-deployment-structure.xml does not fail if resource does not exist
by Brad Maxwell (Jira)
Brad Maxwell created WFLY-11368:
-----------------------------------
Summary: module defined in jboss-deployment-structure.xml does not fail if resource does not exist
Key: WFLY-11368
URL: https://issues.jboss.org/browse/WFLY-11368
Project: WildFly
Issue Type: Feature Request
Components: EE
Affects Versions: 14.0.0.Final
Reporter: Brad Maxwell
Request for module resources to be required, if one does not exist, then fail the deployment.
{code}
<?xml version="1.0"?>
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<deployment>
<dependencies>
<module name="deployment.test.module" export="true"/>
</dependencies>
</deployment>
<module name="deployment.test.module">
<resources>
<resource-root path="missing.jar"/>
</resources>
</module>
</jboss-deployment-structure>
{code}
{code}
11:13:07,130 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0058: Additional resource root /home/jboss/jboss-eap-7.1/standalone/deployments/test.ear/missing.jar added via jboss-deployment-structure.xml does not exist
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (DROOLS-3098) UX: Add support for map and list
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3098?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-3098:
-------------------------------------
[~danielezonca] [~tirelli] I'm still trying to understand this and have a few more questions:
* In the test statement (Given/Expect headers): Are the List items something that are “baked-in” to the domain object? And can they be edited in any way - add or remove list items from the set?
* Scenario rows: Is the user able to edit the List, or only input values to those referenced in the test statement headers?
* What actions are required for the List, Collection, Map? For example, any of these: Reorder; Single select; Multi-select; Select all/none; etc.?
* What is the difference between a List (Map/Collection…) and a nested data object?
* What is the difference between a List (Map/Collection…) and a data object instance?
> UX: Add support for map and list
> --------------------------------
>
> Key: DROOLS-3098
> URL: https://issues.jboss.org/browse/DROOLS-3098
> Project: Drools
> Issue Type: Story
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Liz Clayton
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
>
> As user I want to be able to use Data Objects that contain Lists and Maps
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (DROOLS-3327) Duplicate an instance
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3327?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-3327:
-------------------------------------
[~gabriolo][~danielezonca] Just to recap what we agreed on in Slack:
Duplicate (data object header) instance only:
* Would be a contextual menu action if the user had focus or clicked on the instance header.
* Future: would support this action in the toolbar as well if the user selected this cell.
* _New question: Also support duplicate for scenario rows?
Copy/paste:
* Support "select all" for a column in some way and then copy and paste.
* _New question: Also support copy/paste for individual cells? _
> Duplicate an instance
> ---------------------
>
> Key: DROOLS-3327
> URL: https://issues.jboss.org/browse/DROOLS-3327
> Project: Drools
> Issue Type: Sub-task
> Components: Test Scenarios Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: multiDO.png
>
>
> As a user I want to be able to duplicate a Given/Expect statement (column) so that I can create a statement with an instance of the same data object.
> *_ refer to [parent jira|https://issues.jboss.org/browse/DROOLS-3193] for details and documentation. _
> _Note: The "duplicate" action is possible only for "instance" header (not for single property)._
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (DROOLS-3274) [DMN Designer] Invocation: Improve header
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3274?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-3274:
-----------------------------------
Story Points: 2
Sprint: 2018 Week 45-47
> [DMN Designer] Invocation: Improve header
> -----------------------------------------
>
> Key: DROOLS-3274
> URL: https://issues.jboss.org/browse/DROOLS-3274
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
>
> Requested by [~tirelli]:
> {quote}
> On the function invocation, it is not clear where and how to set the function name for the invocation.
> {quote}
> The _header_ has two empty cells; the top right should not even be there and the other is where the function name should be entered. Think about changing the renderer to more correctly render the header - according to the DMN specification - and put a hint/place-holder for where the function should be entered.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (DROOLS-3270) [DMN Designer] Cannot add BKM from Decision in DRG
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3270?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-3270:
----------------------------------------
[~tirelli] This JIRA came from your testing of the editor.
Can you please clarify the requirement?
At the moment we support creating a _target_ node from a _source_ node; i.e. the connector goes from _source_ to _target_. According to the DMN1.1 Specification (6.2.3 Connection rules) it is not possible to connect a _source_ {{Decision}} to a _target_ {{BKM}}. Connecting a _source_ {{BKM}} to a _target_ {{Decision}} is possible (creating a Knowledge Requirement).
Perhaps this JIRA is another manifestation of https://issues.jboss.org/browse/DROOLS-1941?
> [DMN Designer] Cannot add BKM from Decision in DRG
> --------------------------------------------------
>
> Key: DROOLS-3270
> URL: https://issues.jboss.org/browse/DROOLS-3270
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Michael Anstis
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
>
> When selecting a Decision node in the Graph view there is no quick action to add a BKM node. There should be.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (DROOLS-3178) [DMN Designer] Navigator Dock doesn't show function for BKM nodes
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3178?page=com.atlassian.jira.plugi... ]
Michael Anstis resolved DROOLS-3178.
------------------------------------
Fix Version/s: 7.15.0.Final
Resolution: Done
> [DMN Designer] Navigator Dock doesn't show function for BKM nodes
> -----------------------------------------------------------------
>
> Key: DROOLS-3178
> URL: https://issues.jboss.org/browse/DROOLS-3178
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Carreiro
> Priority: Major
> Labels: drools-tools
> Fix For: 7.15.0.Final
>
> Attachments: Screenshot from 2018-10-23 11-10-27.png, Screenshot from 2018-10-23 11-10-32.png, Screenshot from 2018-10-23 11-10-38.png, Screenshot from 2018-10-23 11-10-52.png
>
>
> The top Level expression of a BKM node is always a Function, however the Decision Navigator Dock doesn't show this top level expression as a Function, see the attached screenshots.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months