[JBoss JIRA] (DROOLS-3579) [DMN Designer] Decision Table: Add support to duplicate a row with context menu
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3579?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-3579:
-----------------------------------
Affects Version/s: 7.17.0.Final
> [DMN Designer] Decision Table: Add support to duplicate a row with context menu
> -------------------------------------------------------------------------------
>
> Key: DROOLS-3579
> URL: https://issues.jboss.org/browse/DROOLS-3579
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.17.0.Final
> Reporter: Edson Tirelli
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
>
> The {{DecisionTableGrid}} allows the User to add rules (rows) above or below the one right-clicked. It'd be nice to have the option to also duplicate the row over which the User has right-clicked with an additional entry on the context menu (duplicate can default to adding a row below.. it's pretty meaningless to _duplicate above_ or _duplicate below_).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3579) [DMN Designer] Decision Table: Add support to duplicate a row with context menu
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3579?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-3579:
-----------------------------------
Priority: Minor (was: Major)
> [DMN Designer] Decision Table: Add support to duplicate a row with context menu
> -------------------------------------------------------------------------------
>
> Key: DROOLS-3579
> URL: https://issues.jboss.org/browse/DROOLS-3579
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.17.0.Final
> Reporter: Edson Tirelli
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
>
> The {{DecisionTableGrid}} allows the User to add rules (rows) above or below the one right-clicked. It'd be nice to have the option to also duplicate the row over which the User has right-clicked with an additional entry on the context menu (duplicate can default to adding a row below.. it's pretty meaningless to _duplicate above_ or _duplicate below_).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3554) KieContainer#updateToVersion removing rules with accumulate
by Mario Fusco (Jira)
[ https://issues.jboss.org/browse/DROOLS-3554?page=com.atlassian.jira.plugi... ]
Mario Fusco updated DROOLS-3554:
--------------------------------
Story Points: 5
> KieContainer#updateToVersion removing rules with accumulate
> -----------------------------------------------------------
>
> Key: DROOLS-3554
> URL: https://issues.jboss.org/browse/DROOLS-3554
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.16.0.Final
> Reporter: Olga Rodionova
> Assignee: Mario Fusco
> Priority: Major
> Attachments: RuleRemovalTest.java, SimpleRuleWithAccumulate.drl
>
>
> Consider a rule with accumulate pattern in the LHS which logically inserts an object in the RHS. Build the KieModule from the KieFileSystem including this rule, create the KieContainer and the KieSession. Insert the facts. Everything works fine.
> Create a new KieModule excluding this rule from the KieFileSystem, update the KieContainer. Expect the logically inserted fact to be retracted, as the rule which trigged its creation is no longer present. Turns out that the fact is still present in the working memory
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3579) [DMN Designer] Decision Table: Add support to duplicate a row with context menu
by Michael Anstis (Jira)
Michael Anstis created DROOLS-3579:
--------------------------------------
Summary: [DMN Designer] Decision Table: Add support to duplicate a row with context menu
Key: DROOLS-3579
URL: https://issues.jboss.org/browse/DROOLS-3579
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Reporter: Edson Tirelli
Assignee: Michael Anstis
The {{DecisionTableGrid}} allows the User to add rules (rows) above or below the one right-clicked. It'd be nice to have the option to also duplicate the row over which the User has right-clicked with an additional entry on the context menu (duplicate can default to adding a row below.. it's pretty meaningless to _duplicate above_ or _duplicate below_).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11659) HotRod-based distributed SFSB cache
by Paul Ferraro (Jira)
[ https://issues.jboss.org/browse/WFLY-11659?page=com.atlassian.jira.plugin... ]
Paul Ferraro updated WFLY-11659:
--------------------------------
Description:
WildFly is currently able to externalize @Stateful EJB to a remote Infinispan-server cluster by use of an invalidation cache and a hotrod-store. This however requires clustering on the WF side, and is generally less efficient than a session manager that uses hotrod directly.
We have, in fact, already implemented this for Tomcat (http://github.com/wildfly-clustering/wildfly-clustering-web-tomcat) designed such that the core implementation can be shared with WildFly. This jira represents the completion of this work, and encompasses:
* Porting the wildfly-clustering-web-hotrod module to WildFly.
* Enhancing the distributable-web subsystem to allow configuration of this new session manager implementation
* Enhancing deployment descriptor support to allow deployment-specific session management using the new session manager implementation
was:
WildFly is currently able to externalize web sessions to a remote Infinispan-server cluster by use of an invalidation cache and a hotrod-store. This however requires clustering on the WF side, and is generally less efficient than a session manager that uses hotrod directly.
We have, in fact, already implemented this for Tomcat (http://github.com/wildfly-clustering/wildfly-clustering-web-tomcat) designed such that the core implementation can be shared with WildFly. This jira represents the completion of this work, and encompasses:
* Porting the wildfly-clustering-web-hotrod module to WildFly.
* Enhancing the distributable-web subsystem to allow configuration of this new session manager implementation
* Enhancing deployment descriptor support to allow deployment-specific session management using the new session manager implementation
> HotRod-based distributed SFSB cache
> -----------------------------------
>
> Key: WFLY-11659
> URL: https://issues.jboss.org/browse/WFLY-11659
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Major
>
> WildFly is currently able to externalize @Stateful EJB to a remote Infinispan-server cluster by use of an invalidation cache and a hotrod-store. This however requires clustering on the WF side, and is generally less efficient than a session manager that uses hotrod directly.
> We have, in fact, already implemented this for Tomcat (http://github.com/wildfly-clustering/wildfly-clustering-web-tomcat) designed such that the core implementation can be shared with WildFly. This jira represents the completion of this work, and encompasses:
> * Porting the wildfly-clustering-web-hotrod module to WildFly.
> * Enhancing the distributable-web subsystem to allow configuration of this new session manager implementation
> * Enhancing deployment descriptor support to allow deployment-specific session management using the new session manager implementation
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11659) HotRod-based distributed SFSB cache
by Paul Ferraro (Jira)
Paul Ferraro created WFLY-11659:
-----------------------------------
Summary: HotRod-based distributed SFSB cache
Key: WFLY-11659
URL: https://issues.jboss.org/browse/WFLY-11659
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Reporter: Paul Ferraro
Assignee: Paul Ferraro
WildFly is currently able to externalize web sessions to a remote Infinispan-server cluster by use of an invalidation cache and a hotrod-store. This however requires clustering on the WF side, and is generally less efficient than a session manager that uses hotrod directly.
We have, in fact, already implemented this for Tomcat (http://github.com/wildfly-clustering/wildfly-clustering-web-tomcat) designed such that the core implementation can be shared with WildFly. This jira represents the completion of this work, and encompasses:
* Porting the wildfly-clustering-web-hotrod module to WildFly.
* Enhancing the distributable-web subsystem to allow configuration of this new session manager implementation
* Enhancing deployment descriptor support to allow deployment-specific session management using the new session manager implementation
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11659) HotRod-based distributed SFSB cache
by Paul Ferraro (Jira)
[ https://issues.jboss.org/browse/WFLY-11659?page=com.atlassian.jira.plugin... ]
Paul Ferraro updated WFLY-11659:
--------------------------------
Description:
WildFly is currently able to externalize @Stateful EJBs to a remote Infinispan-server cluster by use of an invalidation cache and a hotrod-store. This however requires clustering on the WF side, and is generally less efficient than a session manager that uses hotrod directly. Additionally, such an implementation will generally have simpler affinity requirements, using strict affinity to some namespace, and no weak affinity.
This requires:
* A new hotrod-passivation-store resource in the EJB subsystem
* A new wildfly-clustering-ejb-hotrod implementation of the EJB cache SPI
was:
WildFly is currently able to externalize @Stateful EJB to a remote Infinispan-server cluster by use of an invalidation cache and a hotrod-store. This however requires clustering on the WF side, and is generally less efficient than a session manager that uses hotrod directly.
We have, in fact, already implemented this for Tomcat (http://github.com/wildfly-clustering/wildfly-clustering-web-tomcat) designed such that the core implementation can be shared with WildFly. This jira represents the completion of this work, and encompasses:
* Porting the wildfly-clustering-web-hotrod module to WildFly.
* Enhancing the distributable-web subsystem to allow configuration of this new session manager implementation
* Enhancing deployment descriptor support to allow deployment-specific session management using the new session manager implementation
> HotRod-based distributed SFSB cache
> -----------------------------------
>
> Key: WFLY-11659
> URL: https://issues.jboss.org/browse/WFLY-11659
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Major
>
> WildFly is currently able to externalize @Stateful EJBs to a remote Infinispan-server cluster by use of an invalidation cache and a hotrod-store. This however requires clustering on the WF side, and is generally less efficient than a session manager that uses hotrod directly. Additionally, such an implementation will generally have simpler affinity requirements, using strict affinity to some namespace, and no weak affinity.
> This requires:
> * A new hotrod-passivation-store resource in the EJB subsystem
> * A new wildfly-clustering-ejb-hotrod implementation of the EJB cache SPI
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months