[JBoss JIRA] (DROOLS-3665) [DMN Designer] Data Types - Constraints (Range/Enumeration) - Add "Time" component when the type is "Time"
by Kris Verlaenen (Jira)
[ https://issues.jboss.org/browse/DROOLS-3665?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-3665:
-----------------------------------
Sprint: 2019 Week 08-10, 2019 Week 11-13, 2019 Week 14-16 (was: 2019 Week 08-10, 2019 Week 11-13)
> [DMN Designer] Data Types - Constraints (Range/Enumeration) - Add "Time" component when the type is "Time"
> ----------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3665
> URL: https://issues.jboss.org/browse/DROOLS-3665
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
> Attachments: 2.0.png, 2.1.png
>
>
> When the type of the Data Type is "Time", add the "Time" component to the input, as the following mockup shows:
> !2.0.png|thumbnail!
> !2.1.png|thumbnail!
> ⚠️ Notice:
> The time component is composed by:
> - An input with the timepicker;
> - A toggle button (to toggle between offset and timezone)
> - An input which is filled accordingly to the toggle button
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 6 months
[JBoss JIRA] (DROOLS-3341) Duplicate DO columns
by Kris Verlaenen (Jira)
[ https://issues.jboss.org/browse/DROOLS-3341?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-3341:
-----------------------------------
Sprint: 2019 Week 08-10, 2019 Week 11-13, 2019 Week 14-16 (was: 2019 Week 08-10, 2019 Week 11-13)
> Duplicate DO columns
> --------------------
>
> Key: DROOLS-3341
> URL: https://issues.jboss.org/browse/DROOLS-3341
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Elizabeth Clayton
> Assignee: Yeser Amer
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: 1.png, duplicate.png, multiDO.png, screencast-29-03-19-1.webm
>
>
> As a 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.
> * As a user I want a means to create a data object instance in the test template using an existing statement column, so that I can quickly create instances from the test table.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 6 months
[JBoss JIRA] (DROOLS-3594) FEEL: Implement the interval-based algebra functions as defined by J.F. Allen
by Kris Verlaenen (Jira)
[ https://issues.jboss.org/browse/DROOLS-3594?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-3594:
-----------------------------------
Sprint: 2019 Week 05-07, 2019 Week 08-10, 2019 Week 11-13, 2019 Week 14-16 (was: 2019 Week 05-07, 2019 Week 08-10, 2019 Week 11-13)
> FEEL: Implement the interval-based algebra functions as defined by J.F. Allen
> -----------------------------------------------------------------------------
>
> Key: DROOLS-3594
> URL: https://issues.jboss.org/browse/DROOLS-3594
> Project: Drools
> Issue Type: Enhancement
> Components: dmn engine
> Affects Versions: 7.17.0.Final
> Reporter: Edson Tirelli
> Assignee: Edson Tirelli
> Priority: Major
> Attachments: ORF2009_Temporal_Reasoning_final.pdf
>
>
> In his paper "An interval-based representation of temporal knowledge", J.F.Allen defines an algebra to resolve interval relationships.
> This algebra is implemented already in Drools core to deal with events.
> This ticket is an RFE to implement similar functions in FEEL to support such algebra in DMN.
> The list of functions is:
> * before
> * meets
> * overlaps
> * finishes
> * includes
> * starts
> * coincides
> * after
> * metBy
> * overlappedBy
> * finishedBy
> * during
> * finishes
> Details of the semantics can be found in the attached presentation, slides 24 and 25.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 6 months
[JBoss JIRA] (JBREM-1340) Memory leak related to org.jboss.threads.JBossThreadFactory
by Adrián López (Jira)
Adrián López created JBREM-1340:
-----------------------------------
Summary: Memory leak related to org.jboss.threads.JBossThreadFactory
Key: JBREM-1340
URL: https://issues.jboss.org/browse/JBREM-1340
Project: JBoss Remoting
Issue Type: Bug
Components: jmx remoting
Reporter: Adrián López
We have a memory leak when using the jboss-cli-client JAR inside of Jolokia.
Jolokia uses remoting to connect to the JMX of several JBoss servers. After running for some days, the Old Gen memory space reach 100%.
A heap dump analyzed with Eclipse MAT returns:
{code}
One instance of "java.lang.ThreadGroup" loaded by "<system class loader>" occupies 377.517.248 (87,28%) bytes. The instance is referenced by org.jboss.threads.JBossThread @ 0xe0a81ef0 HTTP-11 , loaded by "org.jboss.modules.ModuleClassLoader @ 0xe04ffe20". The memory is accumulated in one instance of "java.lang.ThreadGroup[]" loaded by "<system class loader>".
The stacktrace of this Thread is available. See stacktrace.
Keywords
java.lang.ThreadGroup[]
org.jboss.modules.ModuleClassLoader @ 0xe04ffe20
java.lang.ThreadGroup
{code}
I have created also another [issue|https://issues.jboss.org/browse/JBTHR-72] to jboss-threads, but looks the problem is not there.
Same for [Jolokia|https://github.com/rhuss/jolokia/issues/401]
Thanks
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 6 months