[JBoss JIRA] (DROOLS-4517) Contextual Menus after scrolling
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4517?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-4517:
-----------------------------------
Story Points: 3
Sprint: 2019 Week 47-49 (from Nov 18)
> Contextual Menus after scrolling
> --------------------------------
>
> Key: DROOLS-4517
> URL: https://issues.jboss.org/browse/DROOLS-4517
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor, Scenario Simulation and Testing
> Affects Versions: 7.27.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: Screenshot from 2019-09-10 09-48-27.png, Screenshot from 2019-09-10 09-53-24.png
>
>
> There is an issue with contextual menus in ScenarioSimalation and DMN designers. When user wants to show the contextual menu after scrolling was done:
> h3. ScenarioSimulation
> Menu is shown at inappropriate place
> !Screenshot from 2019-09-10 09-48-27.png|thumbnail!
> h3. DMN
> Menu is not shown at all
> !Screenshot from 2019-09-10 09-53-24.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4517) Contextual Menus after scrolling
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4517?page=com.atlassian.jira.plugi... ]
Jozef Marko commented on DROOLS-4517:
-------------------------------------
[~manstis] I t is fine, just link DROOLS-4517 and AF-2347 so we close both when the time comes.
> Contextual Menus after scrolling
> --------------------------------
>
> Key: DROOLS-4517
> URL: https://issues.jboss.org/browse/DROOLS-4517
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor, Scenario Simulation and Testing
> Affects Versions: 7.27.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: Screenshot from 2019-09-10 09-48-27.png, Screenshot from 2019-09-10 09-53-24.png
>
>
> There is an issue with contextual menus in ScenarioSimalation and DMN designers. When user wants to show the contextual menu after scrolling was done:
> h3. ScenarioSimulation
> Menu is shown at inappropriate place
> !Screenshot from 2019-09-10 09-48-27.png|thumbnail!
> h3. DMN
> Menu is not shown at all
> !Screenshot from 2019-09-10 09-53-24.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4788) newline within the rule cell of spreadsheet is included as a value incorrectly
by Toni Rikkola (Jira)
[ https://issues.jboss.org/browse/DROOLS-4788?page=com.atlassian.jira.plugi... ]
Toni Rikkola reassigned DROOLS-4788:
------------------------------------
Assignee: Mario Fusco (was: Toni Rikkola)
> newline within the rule cell of spreadsheet is included as a value incorrectly
> ------------------------------------------------------------------------------
>
> Key: DROOLS-4788
> URL: https://issues.jboss.org/browse/DROOLS-4788
> Project: Drools
> Issue Type: Bug
> Components: decision tables
> Affects Versions: 7.26.0.Final
> Environment: - spreadsheet
> - 7.26.0.Final and later
> Reporter: Hiroko Miura
> Assignee: Mario Fusco
> Priority: Major
> Labels: support
> Attachments: newlineInConditionCellTest.zip
>
>
> When there is new line in rule cell with specific condition, new line('\n') is included as a value.
> Here is generated problematic DRL.
> {noformat}
> rule "newlineInCell_11"
> when
> m:Message(map["Key1"] == var1,
> map["\nKey2"] == var2) <== HERE
> then
> System.out.println(m.getMessage());
> m.setMessage("Goodbye cruel world");
> m.setStatus(Message.GOODBYE);
> end
> {noformat}
> This does happen with 7.26.0.Final(RHDM7.5.0), but not with 7.23.0.Final(7.4.x).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4788) newline within the rule cell of spreadsheet is included as a value incorrectly
by Toni Rikkola (Jira)
[ https://issues.jboss.org/browse/DROOLS-4788?page=com.atlassian.jira.plugi... ]
Toni Rikkola reassigned DROOLS-4788:
------------------------------------
Assignee: Toni Rikkola (was: Mario Fusco)
> newline within the rule cell of spreadsheet is included as a value incorrectly
> ------------------------------------------------------------------------------
>
> Key: DROOLS-4788
> URL: https://issues.jboss.org/browse/DROOLS-4788
> Project: Drools
> Issue Type: Bug
> Components: decision tables
> Affects Versions: 7.26.0.Final
> Environment: - spreadsheet
> - 7.26.0.Final and later
> Reporter: Hiroko Miura
> Assignee: Toni Rikkola
> Priority: Major
> Labels: support
> Attachments: newlineInConditionCellTest.zip
>
>
> When there is new line in rule cell with specific condition, new line('\n') is included as a value.
> Here is generated problematic DRL.
> {noformat}
> rule "newlineInCell_11"
> when
> m:Message(map["Key1"] == var1,
> map["\nKey2"] == var2) <== HERE
> then
> System.out.println(m.getMessage());
> m.setMessage("Goodbye cruel world");
> m.setStatus(Message.GOODBYE);
> end
> {noformat}
> This does happen with 7.26.0.Final(RHDM7.5.0), but not with 7.23.0.Final(7.4.x).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFLY-12806) Upgrade to Wildfly 17, can't find persistence unit
by Emilio Cuberos (Jira)
[ https://issues.jboss.org/browse/WFLY-12806?page=com.atlassian.jira.plugin... ]
Emilio Cuberos commented on WFLY-12806:
---------------------------------------
Here is the <datasource> from our standalone.xml
{code:java}
<datasources>
<datasource jndi-name="java:jboss/datasources/healthtrender" pool-name="healthtrender">
<connection-url>jdbc:postgresql://localhost:5432/hemocue</connection-url>
<driver-class>org.postgresql.Driver</driver-class>
<driver>postgresql-42.2.8.jar</driver>
<security>
<user-name>hemocue</user-name>
<password>hemocue</password>
</security>
<validation>
<valid-connection-checker class-name="org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLValidConnectionChecker"/>
<background-validation>true</background-validation>
<exception-sorter class-name="org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLExceptionSorter"/>
</validation>
</datasource>
<drivers>
<driver name="h2" module="com.h2database.h2">
<xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
</driver>
</drivers>
</datasources>
{code}
> Upgrade to Wildfly 17, can't find persistence unit
> --------------------------------------------------
>
> Key: WFLY-12806
> URL: https://issues.jboss.org/browse/WFLY-12806
> Project: WildFly
> Issue Type: Bug
> Reporter: Emilio Cuberos
> Assignee: Brian Stansberry
> Priority: Major
> Attachments: persistence.xml
>
>
> Hi,
> Could you give us some advice? We upgraded from Java 8 / Wildfly 10, to Java 11 and Wildfly 17.
> Now the persistence units (attached persistence.xml) are no longer found:
> {code:java}
> Caused by: java.lang.IllegalArgumentException: WFLYWELD0037: Error injecting persistence unit into CDI managed bean. Can't find a persistence unit named 'healthtrender-core' in deployment healthtrender-cloud-1.0.0.war for injection point private javax.persistence.EntityManager com.hemocue.cloud.repository.UserProfileRepository.em"}}
> {code}
> Here is an example of class where we inject a persistence-unit called "healthtrender-core" which is present in the persistence.xml:
> {code:java}
> package com.hemocue.cloud.repository;
> import com.hemocue.cloud.entity.user.Program;
> import javax.enterprise.context.Dependent;
> import javax.persistence.EntityManager;
> import javax.persistence.PersistenceContext;
> @Dependent
> public class ProgramRepository extends AbstractRepository<Program> {
> @PersistenceContext(unitName = "healthtrender-core")
> private EntityManager em;
> @Override
> EntityManager entityManager() {
> return em;
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFCORE-4755) Add support for disallowed values in model descriptions
by Darran Lofthouse (Jira)
Darran Lofthouse created WFCORE-4755:
----------------------------------------
Summary: Add support for disallowed values in model descriptions
Key: WFCORE-4755
URL: https://issues.jboss.org/browse/WFCORE-4755
Project: WildFly Core
Issue Type: Feature Request
Components: Management
Affects Versions: 11.0.0.Beta2
Reporter: Darran Lofthouse
Under WFCORE-1110 we are going to be preventing some values from being allowed as if set their behaviour is unexpected, this is the opposite of the org.jboss.as.controller.operations.validation.AllowedValuesValidator.
If implemented this may have an admin client impact to prevent disallowed values being specified.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4517) Contextual Menus after scrolling
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4517?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-4517:
----------------------------------------
[~jomarko] The fix for AF-2347 however depends on the grid performance PRs being merged (otherwise I'd need to write the fix twice).
> Contextual Menus after scrolling
> --------------------------------
>
> Key: DROOLS-4517
> URL: https://issues.jboss.org/browse/DROOLS-4517
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor, Scenario Simulation and Testing
> Affects Versions: 7.27.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: Screenshot from 2019-09-10 09-48-27.png, Screenshot from 2019-09-10 09-53-24.png
>
>
> There is an issue with contextual menus in ScenarioSimalation and DMN designers. When user wants to show the contextual menu after scrolling was done:
> h3. ScenarioSimulation
> Menu is shown at inappropriate place
> !Screenshot from 2019-09-10 09-48-27.png|thumbnail!
> h3. DMN
> Menu is not shown at all
> !Screenshot from 2019-09-10 09-53-24.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4517) Contextual Menus after scrolling
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4517?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-4517:
----------------------------------------
[~jomarko] Good spot! Yes it should.
> Contextual Menus after scrolling
> --------------------------------
>
> Key: DROOLS-4517
> URL: https://issues.jboss.org/browse/DROOLS-4517
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor, Scenario Simulation and Testing
> Affects Versions: 7.27.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: Screenshot from 2019-09-10 09-48-27.png, Screenshot from 2019-09-10 09-53-24.png
>
>
> There is an issue with contextual menus in ScenarioSimalation and DMN designers. When user wants to show the contextual menu after scrolling was done:
> h3. ScenarioSimulation
> Menu is shown at inappropriate place
> !Screenshot from 2019-09-10 09-48-27.png|thumbnail!
> h3. DMN
> Menu is not shown at all
> !Screenshot from 2019-09-10 09-53-24.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months