[JBoss JIRA] (DROOLS-4041) [DMN Designer] Submarine: Refactor service use to support pluggable implementation
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4041?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-4041:
-----------------------------------
Description: Refactor the current use of Errai's {{Caller}} interface to support pluggable service implementation for Submarine. (was: Prepare a minimal DMN Designer standalone WAR that only supports _standalone_ mode.
No Home Page, no Library, No preferences, no other editors.)
> [DMN Designer] Submarine: Refactor service use to support pluggable implementation
> ----------------------------------------------------------------------------------
>
> Key: DROOLS-4041
> URL: https://issues.jboss.org/browse/DROOLS-4041
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: Stunner, drools-tools, submarine
> Fix For: 8.0.0.Final
>
>
> Refactor the current use of Errai's {{Caller}} interface to support pluggable service implementation for Submarine.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-10404) Review/revise 2lc caching design
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-10404?page=com.atlassian.jira.plugin... ]
Radoslav Husar updated WFLY-10404:
----------------------------------
Fix Version/s: (was: 17.0.0.Beta1)
> Review/revise 2lc caching design
> --------------------------------
>
> Key: WFLY-10404
> URL: https://issues.jboss.org/browse/WFLY-10404
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering, JPA / Hibernate
> Affects Versions: 13.0.0.Beta1
> Reporter: Scott Marlow
> Assignee: Paul Ferraro
> Priority: Major
>
> Review cache isolation, cache region factories, override ISPN default behavior to handle more efficient names, updates to infinispan-hibernate-cache-spi, app configuration choices for choosing different strategies.
> * Avoid the ByteString byte length limitation of 255 ([https://github.com/infinispan/infinispan/commit/046517fc0829bb0a1768169e5...]) in region name prefix + region name as cache key. Also see [https://issues.jboss.org/browse/ISPN-9206].
> * Enhance the org.jboss.as.jpa.hibernate5.service.WildFlyCustomRegionFactoryInitiator to improve caching for:
> ** container managed persistence units
> ** non-container-managed persistence unit (e.g. native Hibernate or app calls into javax.persistence.Persistence.createEntityManagerFactory())
> ** WildFlyCustomRegionFactoryInitiator cannot start an Infinispan cache by default, should we offer an API/SPI that Spring could implement for specifying the cache (service) to be used for a particular persistence unit? The application could specify the custom API/SPI implementation class via a persistence unit property.
> *** Currently, Hibernate defaults the 2lc on but that fails when the Infinispan cache is not automatically started, so WildFlyCustomRegionFactoryInitiator defaults caching off.
> *** If this is not possible, then keep the current WildFlyCustomRegionFactoryInitiator logic to default Hibernate caching off, unless the app requests caching via configuration settings.
>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-4039) Columns can be bound inappropriately
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-4039?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi commented on DROOLS-4039:
------------------------------------------
[~yamer]
There are actually two bugs I see
1) the most obvious is the possibility to set to an instance a property of a different type (the one shown in the webcast)
2) the other I see is the behavior of the search: IMO (but it is my personal opinion) -> a) search should be disabled when a property cell is selected; b) if UX want to keep the search enabled, then the property cell must be de-selected and also the "add" button.
Said differently, when we select a property cell we also _filter_ (=search) the right panel and _enable_ the "add" feature; _but_ if we want to keep the manual search, this should revert the above, returning in a _disabled_ state (or similar)
[~danielezonca] WDYT ?
> Columns can be bound inappropriately
> -------------------------------------
>
> Key: DROOLS-4039
> URL: https://issues.jboss.org/browse/DROOLS-4039
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.22.0.Final
> Reporter: Jozef Marko
> Assignee: Yeser Amer
> Priority: Major
> Labels: ScenarioSimulation
> Attachments: bind-column.webm
>
>
> There exist a way how user can bind scenario column inappropriately. For example property column of object A, can be bound to the property of totally different object. The way is shown in the attached video.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-4039) Columns can be bound inappropriately
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-4039?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi reassigned DROOLS-4039:
----------------------------------------
Assignee: Yeser Amer (was: Daniele Zonca)
> Columns can be bound inappropriately
> -------------------------------------
>
> Key: DROOLS-4039
> URL: https://issues.jboss.org/browse/DROOLS-4039
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.22.0.Final
> Reporter: Jozef Marko
> Assignee: Yeser Amer
> Priority: Major
> Labels: ScenarioSimulation
> Attachments: bind-column.webm
>
>
> There exist a way how user can bind scenario column inappropriately. For example property column of object A, can be bound to the property of totally different object. The way is shown in the attached video.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-4039) Columns can be bound inappropriately
by Jozef Marko (Jira)
Jozef Marko created DROOLS-4039:
-----------------------------------
Summary: Columns can be bound inappropriately
Key: DROOLS-4039
URL: https://issues.jboss.org/browse/DROOLS-4039
Project: Drools
Issue Type: Bug
Components: Scenario Simulation and Testing
Affects Versions: 7.22.0.Final
Reporter: Jozef Marko
Assignee: Daniele Zonca
Attachments: bind-column.webm
There exist a way how user can bind scenario column inappropriately. For example property column of object A, can be bound to the property of totally different object. The way is shown in the attached video.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months