[JBoss JIRA] (DROOLS-3195) [DMN Designer] [DMN Designer] Reinstate Shape BorderSize and Font BorderSize properties
by Edson Tirelli (Jira)
[ https://issues.jboss.org/browse/DROOLS-3195?page=com.atlassian.jira.plugi... ]
Edson Tirelli commented on DROOLS-3195:
---------------------------------------
To be honest, if this was already removed, I would not worry about it at all. Lets close this ticket. If we ever get a request to support this in the future we re-open or create a new ticket.
> [DMN Designer] [DMN Designer] Reinstate Shape BorderSize and Font BorderSize properties
> ---------------------------------------------------------------------------------------
>
> Key: DROOLS-3195
> URL: https://issues.jboss.org/browse/DROOLS-3195
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Edson Tirelli
> Priority: Optional
> Labels: drools-tools
>
> Following https://issues.jboss.org/browse/DROOLS-3186 both "Shape BorderSize" and "Font BorderSize" properties were removed as they are not supported by the DMN1.2 DI format. However there was some discussion as to whether we should support them as extension elements in the XML we marshall.
> Well, IMO, if these properties are not part of the standard there's no real need to add support for them (it has little effect on the UI.. removal - and reinstatement - is trivial). However it has bigger ramifications on the backend code.
> I'm leaving the decision as to whether we want to support these properties as extensions with [~tirelli] and to a lessor extent [~tari_manga] :-)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3195) [DMN Designer] [DMN Designer] Reinstate Shape BorderSize and Font BorderSize properties
by Edson Tirelli (Jira)
[ https://issues.jboss.org/browse/DROOLS-3195?page=com.atlassian.jira.plugi... ]
Edson Tirelli closed DROOLS-3195.
---------------------------------
Resolution: Won't Do
> [DMN Designer] [DMN Designer] Reinstate Shape BorderSize and Font BorderSize properties
> ---------------------------------------------------------------------------------------
>
> Key: DROOLS-3195
> URL: https://issues.jboss.org/browse/DROOLS-3195
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Edson Tirelli
> Priority: Optional
> Labels: drools-tools
>
> Following https://issues.jboss.org/browse/DROOLS-3186 both "Shape BorderSize" and "Font BorderSize" properties were removed as they are not supported by the DMN1.2 DI format. However there was some discussion as to whether we should support them as extension elements in the XML we marshall.
> Well, IMO, if these properties are not part of the standard there's no real need to add support for them (it has little effect on the UI.. removal - and reinstatement - is trivial). However it has bigger ramifications on the backend code.
> I'm leaving the decision as to whether we want to support these properties as extensions with [~tirelli] and to a lessor extent [~tari_manga] :-)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-2602) Download link for particular KIE Execution Server war instead of zip with wars for all containers
by Edson Tirelli (Jira)
[ https://issues.jboss.org/browse/DROOLS-2602?page=com.atlassian.jira.plugi... ]
Edson Tirelli commented on DROOLS-2602:
---------------------------------------
[~mbiarnes] I think having the deployables as individual links is good, because they are individually deployed. If it is feasible to add that to the website, please go ahead.
> Download link for particular KIE Execution Server war instead of zip with wars for all containers
> -------------------------------------------------------------------------------------------------
>
> Key: DROOLS-2602
> URL: https://issues.jboss.org/browse/DROOLS-2602
> Project: Drools
> Issue Type: Feature Request
> Components: kie server
> Affects Versions: 7.7.0.Final
> Reporter: Igor Azarny
> Assignee: Michael Biarnes Kiefer
> Priority: Optional
> Labels: distribution
>
> Could you please provide the download link for particular KIE Execution Server war instead of zip with wars for all containers?
> Reason - need to create buildpack with kie server for pivotal cloud foundry on CI env. So I need just kie-server-7.7.0.Final-webc.war instead of kie-server-distribution-7.7.0.Final.zip
> Thanks, Igor
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3193) UX to support selection of multiple data/domain object instances
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3193?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-3193:
-------------------------------------
[~danielezonca] A few questions, when you have time: Would you expect that the user would want to:
- Add the table structure first (spanning header) then populate the Instance related cells?
- Define a Data Object1 and then Duplicate it to create a Data Object2 instance?
- Define a Data Object1, then later realize they might need to add an additional instance of the same object.
> UX to support selection of multiple data/domain object instances
> ----------------------------------------------------------------
>
> Key: DROOLS-3193
> URL: https://issues.jboss.org/browse/DROOLS-3193
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
>
> As user I want to use multiple instances of the same data object in my test scenarios (multiple instances support) (i.e. scenario with more than one instance of “Person”...), so that I can create a test scenario.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (JGRP-1680) RDMA based transport
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-1680?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-1680:
--------------------------------
https://stackoverflow.com/questions/7820124/how-to-use-dma-or-rdma-in-java
> RDMA based transport
> --------------------
>
> Key: JGRP-1680
> URL: https://issues.jboss.org/browse/JGRP-1680
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Major
> Fix For: 5.0
>
>
> Investigate whether an RDMA based transport makes sense.
> Advantages:
> * Speed, low latency (TCP/IP is bypassed entirely)
> * Low CPU usage
> Disadvantages:
> * JNI/C code
> ** Such a transport implementation would have to live outside of the JGroups repo
> ** Maintainability nightmare: the C code would also have to be ported to various OSes
> *** Investigate Java based libs (IBM's jVerbs) and C based libs (Apache Portable Runtime?)
> * High memory use, growing with cluster size: similarly to TCP, a 'group multicast' would involve N-1 sends. RDMA requires a Queue Pair (QP) for each destination. Each QP requires pinned memory (receive and send buffer), so each node would have to reserve (pin) N-1 memory buffers [1]
> ** OTOH, we may not use many group multicasts, e.g. with Infinispan's partial replication (DIST mode)
> * High cost of RDMA adapters, NICs and wiring: only a very small fraction of users would run such a transport.
> [1] http://www.hpcwire.com/hpcwire/2006-08-18/a_critique_of_rdma-1.html
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3141) [DMN Designer] Decision Table: Add additional Properties to drill-down
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3141?page=com.atlassian.jira.plugi... ]
Jozef Marko edited comment on DROOLS-3141 at 10/26/18 11:38 AM:
----------------------------------------------------------------
[~manstis] 3 errors below appear in server log when [^a1.dmn] saved, is the first error expected, second two are relatred to current open issues I think.
{code}
17:29:06,414 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '==' on decision table 'Decision-1', input clause #1: syntax error near '<EOF>'
17:29:06,415 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression 'input-1' on decision table 'Decision-1', input clause #1: Unknown variable 'input'
17:29:06,416 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '' on decision table 'Decision-1', rule #1
{code}
Basically same compilation errors appear if I fill all *Output Values* and *Default Output* fields.
Furthermore, *Default Value* fields are not saved between save and reopen.
was (Author: jomarko):
[~manstis] 3 errors below appear in server log when [^a1.dmn] saved, is the first error expected, second two are relatred to current open issues I think.
{code}
17:29:06,414 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '==' on decision table 'Decision-1', input clause #1: syntax error near '<EOF>'
17:29:06,415 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression 'input-1' on decision table 'Decision-1', input clause #1: Unknown variable 'input'
17:29:06,416 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '' on decision table 'Decision-1', rule #1
{code}
Basically same compilation errors appear if I fill all *Output Value* and *Default Output Value* fields
> [DMN Designer] Decision Table: Add additional Properties to drill-down
> ----------------------------------------------------------------------
>
> Key: DROOLS-3141
> URL: https://issues.jboss.org/browse/DROOLS-3141
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
> Attachments: a1.dmn
>
>
> The Properties Panel currently shows properties for Stunner-level "graph" components.
> *Further to DROOLS-2804, that added the generic support for "drill down" and {{ExpressionLanguage}} on {{LiteralExpression}}, this JIRA is to add support for the remaining properties that should be rendered when a component is "drilled down".*
> h2. Properties on the Grid Level
> The selection on the grid level should show the properties below. Please notice that selection of multiple cells, rows or columns should show empty properties panel.
> (everything should have ID, Description properties. Components which inherit from "NamedElement" should also have Name property)
> h3. Decision Table
> ||Selected item||Properties panel items||type|| ||
> |Row|n/a|n/a|n/a|
> |Input Column|Constraints|Text field|(/)|
> |Output Column|Output values|Unary tests|(/)|
> |Output Column|Default Output|expression|(/)|
> |Cell|ExpressionLanguage|URI|(/)|
> h2. Manual Acceptance Test
> - Switching between DRG and Grid editor, check proper fields shown
> - Switching between rows, columns, cells in Grid editor, check proper fields
> -- In same expression kind
> -- Across different expression kinds
> - Clear expression kind
> - Read only mode - older asset version
> - All Grid specific properties saved
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3141) [DMN Designer] Decision Table: Add additional Properties to drill-down
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3141?page=com.atlassian.jira.plugi... ]
Jozef Marko edited comment on DROOLS-3141 at 10/26/18 11:36 AM:
----------------------------------------------------------------
[~manstis] 3 errors below appear in server log when [^a1.dmn] saved, is the first error expected, second two are relatred to current open issues I think.
{code}
17:29:06,414 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '==' on decision table 'Decision-1', input clause #1: syntax error near '<EOF>'
17:29:06,415 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression 'input-1' on decision table 'Decision-1', input clause #1: Unknown variable 'input'
17:29:06,416 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '' on decision table 'Decision-1', rule #1
{code}
Basically same compilation errors appear if I fill all *Output Value* and *Default Output Value* fields
was (Author: jomarko):
[~manstis] 3 errors below appear in server log when [^a1.dmn] saved, is the first error expected, second two are relatred to current open issues I think.
{code}
17:29:06,414 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '==' on decision table 'Decision-1', input clause #1: syntax error near '<EOF>'
17:29:06,415 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression 'input-1' on decision table 'Decision-1', input clause #1: Unknown variable 'input'
17:29:06,416 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '' on decision table 'Decision-1', rule #1
{code}
> [DMN Designer] Decision Table: Add additional Properties to drill-down
> ----------------------------------------------------------------------
>
> Key: DROOLS-3141
> URL: https://issues.jboss.org/browse/DROOLS-3141
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
> Attachments: a1.dmn
>
>
> The Properties Panel currently shows properties for Stunner-level "graph" components.
> *Further to DROOLS-2804, that added the generic support for "drill down" and {{ExpressionLanguage}} on {{LiteralExpression}}, this JIRA is to add support for the remaining properties that should be rendered when a component is "drilled down".*
> h2. Properties on the Grid Level
> The selection on the grid level should show the properties below. Please notice that selection of multiple cells, rows or columns should show empty properties panel.
> (everything should have ID, Description properties. Components which inherit from "NamedElement" should also have Name property)
> h3. Decision Table
> ||Selected item||Properties panel items||type|| ||
> |Row|n/a|n/a|n/a|
> |Input Column|Constraints|Text field|(/)|
> |Output Column|Output values|Unary tests|(/)|
> |Output Column|Default Output|expression|(/)|
> |Cell|ExpressionLanguage|URI|(/)|
> h2. Manual Acceptance Test
> - Switching between DRG and Grid editor, check proper fields shown
> - Switching between rows, columns, cells in Grid editor, check proper fields
> -- In same expression kind
> -- Across different expression kinds
> - Clear expression kind
> - Read only mode - older asset version
> - All Grid specific properties saved
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3141) [DMN Designer] Decision Table: Add additional Properties to drill-down
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3141?page=com.atlassian.jira.plugi... ]
Jozef Marko commented on DROOLS-3141:
-------------------------------------
[~manstis] 3 errors below appear in server log when [^a1.dmn] saved, is the first error expected, second two are relatred to current open issues I think.
{code}
17:29:06,414 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '==' on decision table 'Decision-1', input clause #1: syntax error near '<EOF>'
17:29:06,415 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression 'input-1' on decision table 'Decision-1', input clause #1: Unknown variable 'input'
17:29:06,416 ERROR [org.kie.dmn.core.compiler.DMNFEELHelper] (EJB default - 9) Error compiling FEEL expression '' on decision table 'Decision-1', rule #1
{code}
> [DMN Designer] Decision Table: Add additional Properties to drill-down
> ----------------------------------------------------------------------
>
> Key: DROOLS-3141
> URL: https://issues.jboss.org/browse/DROOLS-3141
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
> Attachments: a1.dmn
>
>
> The Properties Panel currently shows properties for Stunner-level "graph" components.
> *Further to DROOLS-2804, that added the generic support for "drill down" and {{ExpressionLanguage}} on {{LiteralExpression}}, this JIRA is to add support for the remaining properties that should be rendered when a component is "drilled down".*
> h2. Properties on the Grid Level
> The selection on the grid level should show the properties below. Please notice that selection of multiple cells, rows or columns should show empty properties panel.
> (everything should have ID, Description properties. Components which inherit from "NamedElement" should also have Name property)
> h3. Decision Table
> ||Selected item||Properties panel items||type|| ||
> |Row|n/a|n/a|n/a|
> |Input Column|Constraints|Text field|(/)|
> |Output Column|Output values|Unary tests|(/)|
> |Output Column|Default Output|expression|(/)|
> |Cell|ExpressionLanguage|URI|(/)|
> h2. Manual Acceptance Test
> - Switching between DRG and Grid editor, check proper fields shown
> - Switching between rows, columns, cells in Grid editor, check proper fields
> -- In same expression kind
> -- Across different expression kinds
> - Clear expression kind
> - Read only mode - older asset version
> - All Grid specific properties saved
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3141) [DMN Designer] Decision Table: Add additional Properties to drill-down
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3141?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-3141:
--------------------------------
Attachment: a1.dmn
> [DMN Designer] Decision Table: Add additional Properties to drill-down
> ----------------------------------------------------------------------
>
> Key: DROOLS-3141
> URL: https://issues.jboss.org/browse/DROOLS-3141
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
> Attachments: a1.dmn
>
>
> The Properties Panel currently shows properties for Stunner-level "graph" components.
> *Further to DROOLS-2804, that added the generic support for "drill down" and {{ExpressionLanguage}} on {{LiteralExpression}}, this JIRA is to add support for the remaining properties that should be rendered when a component is "drilled down".*
> h2. Properties on the Grid Level
> The selection on the grid level should show the properties below. Please notice that selection of multiple cells, rows or columns should show empty properties panel.
> (everything should have ID, Description properties. Components which inherit from "NamedElement" should also have Name property)
> h3. Decision Table
> ||Selected item||Properties panel items||type|| ||
> |Row|n/a|n/a|n/a|
> |Input Column|Constraints|Text field|(/)|
> |Output Column|Output values|Unary tests|(/)|
> |Output Column|Default Output|expression|(/)|
> |Cell|ExpressionLanguage|URI|(/)|
> h2. Manual Acceptance Test
> - Switching between DRG and Grid editor, check proper fields shown
> - Switching between rows, columns, cells in Grid editor, check proper fields
> -- In same expression kind
> -- Across different expression kinds
> - Clear expression kind
> - Read only mode - older asset version
> - All Grid specific properties saved
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months