[JBoss JIRA] (WFLY-13520) Add support for Infinispan query, counters, locks, and CDI
by Paul Ferraro (Jira)
[ https://issues.redhat.com/browse/WFLY-13520?page=com.atlassian.jira.plugi... ]
Paul Ferraro updated WFLY-13520:
--------------------------------
Description:
WildFly currently ships with the following modules:
org.infinispan.client.hotrod: Hot Rod client
org.infinispan.commons: Common API between the embedded and client modules
org.infinispan: Embedded library
org.infinispan.persistence.jdbc: JDBC Cache Store
org.infinispan.persistence.remote: Hot Rod Cache Store
To achieve feature parity with infinispan-server we would need to add the following modules:
org.infinispan.cdi: CDI bindings
org.infinispan.query: Query support
org.infinispan.counter: Clustered counter support
org.infinispan.lock: Clustered lock support
org.infinispan.jcache: JCache API support
was:
EAP currently ships with the following modules:
org.infinispan.client.hotrod: Hot Rod client
org.infinispan.commons: Common API between the embedded and client modules
org.infinispan: Embedded library
org.infinispan.persistence.jdbc: JDBC Cache Store
org.infinispan.persistence.remote: Hot Rod Cache Store
To achieve feature parity with RHDG we would need to add the following modules:
org.infinispan.cdi: CDI bindings
org.infinispan.query: Query support
org.infinispan.counter: Clustered counter support
org.infinispan.lock: Clustered lock support
org.infinispan.jcache: JCache API support (see EAP7-1197)
For all of the above modules, RHDG engineering will donate the existing modules, including tests, to EAP.
RHDG support and engineering will provide support for all use-cases relating to the components mentioned above, excluding the subsystems which would continue to be handled by EAP clustering.
RHDG will provide documentation for the Infinispan API which can either be included in its modularized form or linked from the EAP documentation.
It is understood that EAP will only use productized builds of the Infinispan/JGroups components that have already received RHDG QE sign-off.
> Add support for Infinispan query, counters, locks, and CDI
> ----------------------------------------------------------
>
> Key: WFLY-13520
> URL: https://issues.redhat.com/browse/WFLY-13520
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering
> Affects Versions: 20.0.0.Beta1
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Major
>
> WildFly currently ships with the following modules:
> org.infinispan.client.hotrod: Hot Rod client
> org.infinispan.commons: Common API between the embedded and client modules
> org.infinispan: Embedded library
> org.infinispan.persistence.jdbc: JDBC Cache Store
> org.infinispan.persistence.remote: Hot Rod Cache Store
> To achieve feature parity with infinispan-server we would need to add the following modules:
> org.infinispan.cdi: CDI bindings
> org.infinispan.query: Query support
> org.infinispan.counter: Clustered counter support
> org.infinispan.lock: Clustered lock support
> org.infinispan.jcache: JCache API support
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13520) Add support for Infinispan query, counters, locks, and CDI
by Paul Ferraro (Jira)
[ https://issues.redhat.com/browse/WFLY-13520?page=com.atlassian.jira.plugi... ]
Paul Ferraro moved EAP7-1500 to WFLY-13520:
-------------------------------------------
Project: WildFly (was: JBoss EAP Planning for version 7 and above)
Key: WFLY-13520 (was: EAP7-1500)
Issue Type: Feature Request (was: Requirement)
Workflow: GIT Pull Request workflow (was: EAP Agile Workflow 2.0)
Component/s: Clustering
(was: Clustering)
EAP PT Pre-Checked (PC): (was: TODO)
Target Release: (was: 8.0.0.GA)
EAP PT Community Docs (CD): (was: TODO)
EAP PT Product Docs (PD): (was: New)
Affects Version/s: 20.0.0.Beta1
(was: 7.3.0.GA)
EAP PT Test Dev (TD): (was: TODO)
EAP PT Docs Analysis (DA): (was: TODO)
EAP PT Test Plan (TP): (was: TODO)
EAP PT Analysis Document (AD): (was: TODO)
> Add support for Infinispan query, counters, locks, and CDI
> ----------------------------------------------------------
>
> Key: WFLY-13520
> URL: https://issues.redhat.com/browse/WFLY-13520
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering
> Affects Versions: 20.0.0.Beta1
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Major
>
> EAP currently ships with the following modules:
> org.infinispan.client.hotrod: Hot Rod client
> org.infinispan.commons: Common API between the embedded and client modules
> org.infinispan: Embedded library
> org.infinispan.persistence.jdbc: JDBC Cache Store
> org.infinispan.persistence.remote: Hot Rod Cache Store
> To achieve feature parity with RHDG we would need to add the following modules:
> org.infinispan.cdi: CDI bindings
> org.infinispan.query: Query support
> org.infinispan.counter: Clustered counter support
> org.infinispan.lock: Clustered lock support
> org.infinispan.jcache: JCache API support (see EAP7-1197)
> For all of the above modules, RHDG engineering will donate the existing modules, including tests, to EAP.
> RHDG support and engineering will provide support for all use-cases relating to the components mentioned above, excluding the subsystems which would continue to be handled by EAP clustering.
> RHDG will provide documentation for the Infinispan API which can either be included in its modularized form or linked from the EAP documentation.
> It is understood that EAP will only use productized builds of the Infinispan/JGroups components that have already received RHDG QE sign-off.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13519) JGroups/Infinispan module attribute needs to support multiple values
by Paul Ferraro (Jira)
Paul Ferraro created WFLY-13519:
-----------------------------------
Summary: JGroups/Infinispan module attribute needs to support multiple values
Key: WFLY-13519
URL: https://issues.redhat.com/browse/WFLY-13519
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 20.0.0.Beta1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
The channel resource in the JGroups subsystem and cache-container and remote-cache-container resources in the Infinispan subsystem have a module attribute that is used to dynamically load externalizers used to configure marshalling for capabilities associated with these resources.
In the case of Infinispan, this attribute is also used to load Infinispan modules (e.g query, multimap, hibernate, etc.).
Several users have had issues with configuring the marshalling of a custom cache because the module to which their cache container is associated does not know about their module.
Currently, the only way to load marshalling configuration from multiple modules is through the use of module dependencies (using services="import"). This causes lots of unnatural service dependencies, which complicates the ability to build fine grained galleon layers.
In order to support the use of multiple modules for a given cache-container, and also to support marshalling for multiple modules, we need to allow these resources to be associated with a list of modules, instead of a single module.
Thus, the "module" will need to be replaced by "modules", where the former becomes an alias for the latter, with some translation logic to convert multiple values to a single value.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (DROOLS-5332) [DMN Designer] Unable to open BKM editor
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-5332?page=com.atlassian.jira.plug... ]
Jozef Marko updated DROOLS-5332:
--------------------------------
Affects Version/s: 7.38.0.Final
> [DMN Designer] Unable to open BKM editor
> -----------------------------------------
>
> Key: DROOLS-5332
> URL: https://issues.redhat.com/browse/DROOLS-5332
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.38.0.Final
> Reporter: Michael Anstis
> Assignee: Valentino Pellegrino
> Priority: Major
> Labels: drools-tools
>
> Using the referenced file:
> https://kiegroup.github.io/kogito-online/?file=https://gist.githubusercon...
> The User is unable to edit the Business Knowledge Model nodes for the following nodes:
> - Risk Rating for Last Transaction Amount
> - Risk Rating for last 24 hours Transactions
> The {{kogito-tooling}} version reports the following to the console.
> {code}
> Error: JavaScriptException: (TypeError) : Cannot read property 'd' of null
> at Xys (/kogito-online/org.kie.workbench.common.dmn.showcase.DMNKogitoRuntimeWebapp-0.js:30330)
> at tes.a6r [as FW] (/kogito-online/org.kie.workbench.common.dmn.showcase.DMNKogitoRuntimeWebapp-0.js:31966)
> at Ist (/kogito-online/org.kie.workbench.common.dmn.showcase.DMNKogitoRuntimeWebapp-0.js:27657)
> at ntt.ptt [as yW] (/kogito-online/org.kie.workbench.common.dmn.showcase.DMNKogitoRuntimeWebapp-0.js:31973)
> at Q4r (/kogito-online/org.kie.workbench.common.dmn.showcase.DMNKogitoRuntimeWebapp-0.js:29779)
> at roy.soy [as J7] (/kogito-online/org.kie.workbench.common.dmn.showcase.DMNKogitoRuntimeWebapp-0.js:31999)
> at _Vr (/kogito-online/org.kie.workbench.common.dmn.showcase.DMNKogitoRuntimeWebapp-0.js:13043)
> {code}
> Sorry I have no debugged myself further.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months