[JBoss JIRA] (DROOLS-4259) Scenario can not access parent data object fields
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4259?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-4259:
----------------------------------------
[~danielezonca] Please see [~emmurphy] request above.
> Scenario can not access parent data object fields
> -------------------------------------------------
>
> Key: DROOLS-4259
> URL: https://issues.jboss.org/browse/DROOLS-4259
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.24.0.Final
> Reporter: Jozef Marko
> Assignee: Daniele Zonca
> Priority: Critical
> Labels: ScenarioSimulation, rhpam74releasenote
> Attachments: Screenshot from 2019-06-26 08-56-23.png, inheritance.zip
>
>
> Scenario Designer can not access parent data object fields, even if the field has public getter and setter. If you check the attached project there are two fields - *price* and *size* while *size* is declared in parent class. If you try to run the scenario, error about not possible initialization of the data object appears.
> If you move the *size* field from *Picture* into *Advertisement* class and rerun the scenario, everything works fine.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-4292) executable-model fails with more than 5 arguments query
by Luca Molteni (Jira)
[ https://issues.jboss.org/browse/DROOLS-4292?page=com.atlassian.jira.plugi... ]
Luca Molteni updated DROOLS-4292:
---------------------------------
Sprint: 2019 Week 26-28
> executable-model fails with more than 5 arguments query
> -------------------------------------------------------
>
> Key: DROOLS-4292
> URL: https://issues.jboss.org/browse/DROOLS-4292
> Project: Drools
> Issue Type: Bug
> Components: executable model
> Affects Versions: 7.23.0.Final
> Reporter: Toshiya Kobayashi
> Assignee: Luca Molteni
> Priority: Major
> Labels: support
>
> executable-model build fails when a query defined with more than 5 arguments.
> for example)
> {noformat}
> query peeps( String name, int age, long ageLong, int id, String likes )
> Person( name := name, age := age, ageLong := ageLong, id := id, likes := likes )
> end
> {noformat}
> {noformat}
> java.lang.ArrayIndexOutOfBoundsException: 5
> at org.drools.model.QueryDef.getQueryClassByArity(QueryDef.java:30)
> at org.drools.modelcompiler.builder.generator.QueryGenerator.getQueryType(QueryGenerator.java:120)
> at org.drools.modelcompiler.builder.generator.QueryGenerator.processQueryDef(QueryGenerator.java:42)
> at org.drools.modelcompiler.builder.generator.ModelGenerator.generateModel(ModelGenerator.java:143)
> at org.drools.modelcompiler.builder.ModelBuilderImpl.compileKnowledgePackages(ModelBuilderImpl.java:147)
> at org.drools.modelcompiler.builder.ModelBuilderImpl.buildRules(ModelBuilderImpl.java:97)
> at org.drools.modelcompiler.builder.ModelBuilderImpl.buildPackages(ModelBuilderImpl.java:66)
> at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:108)
> at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:100)
> at org.drools.compiler.kie.builder.impl.AbstractKieProject.buildKnowledgePackages(AbstractKieProject.java:261)
> at org.drools.compiler.kie.builder.impl.AbstractKieProject.verify(AbstractKieProject.java:75)
> at org.drools.compiler.kie.builder.impl.KieBuilderImpl.buildKieProject(KieBuilderImpl.java:271)
> at org.drools.compiler.kie.builder.impl.KieBuilderImpl.buildAll(KieBuilderImpl.java:239)
> at org.drools.compiler.kie.builder.impl.KieBuilderImpl.buildAll(KieBuilderImpl.java:208)
> at org.drools.compiler.kie.builder.impl.KieBuilderImpl.buildAll(KieBuilderImpl.java:196)
> at org.drools.modelcompiler.BaseModelTest.createKieBuilder(BaseModelTest.java:144)
> at org.drools.modelcompiler.BaseModelTest.createKieBuilder(BaseModelTest.java:125)
> at org.drools.modelcompiler.BaseModelTest.getKieContainer(BaseModelTest.java:114)
> at org.drools.modelcompiler.BaseModelTest.getKieContainer(BaseModelTest.java:107)
> at org.drools.modelcompiler.BaseModelTest.getKieSession(BaseModelTest.java:103)
> at org.drools.modelcompiler.BaseModelTest.getKieSession(BaseModelTest.java:99)
> at org.drools.modelcompiler.QueryTest.testQuery5Args(QueryTest.java:884)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-4292) executable-model fails with more than 5 arguments query
by Toshiya Kobayashi (Jira)
Toshiya Kobayashi created DROOLS-4292:
-----------------------------------------
Summary: executable-model fails with more than 5 arguments query
Key: DROOLS-4292
URL: https://issues.jboss.org/browse/DROOLS-4292
Project: Drools
Issue Type: Bug
Components: executable model
Affects Versions: 7.23.0.Final
Reporter: Toshiya Kobayashi
Assignee: Luca Molteni
executable-model build fails when a query defined with more than 5 arguments.
for example)
{noformat}
query peeps( String name, int age, long ageLong, int id, String likes )
Person( name := name, age := age, ageLong := ageLong, id := id, likes := likes )
end
{noformat}
{noformat}
java.lang.ArrayIndexOutOfBoundsException: 5
at org.drools.model.QueryDef.getQueryClassByArity(QueryDef.java:30)
at org.drools.modelcompiler.builder.generator.QueryGenerator.getQueryType(QueryGenerator.java:120)
at org.drools.modelcompiler.builder.generator.QueryGenerator.processQueryDef(QueryGenerator.java:42)
at org.drools.modelcompiler.builder.generator.ModelGenerator.generateModel(ModelGenerator.java:143)
at org.drools.modelcompiler.builder.ModelBuilderImpl.compileKnowledgePackages(ModelBuilderImpl.java:147)
at org.drools.modelcompiler.builder.ModelBuilderImpl.buildRules(ModelBuilderImpl.java:97)
at org.drools.modelcompiler.builder.ModelBuilderImpl.buildPackages(ModelBuilderImpl.java:66)
at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:108)
at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:100)
at org.drools.compiler.kie.builder.impl.AbstractKieProject.buildKnowledgePackages(AbstractKieProject.java:261)
at org.drools.compiler.kie.builder.impl.AbstractKieProject.verify(AbstractKieProject.java:75)
at org.drools.compiler.kie.builder.impl.KieBuilderImpl.buildKieProject(KieBuilderImpl.java:271)
at org.drools.compiler.kie.builder.impl.KieBuilderImpl.buildAll(KieBuilderImpl.java:239)
at org.drools.compiler.kie.builder.impl.KieBuilderImpl.buildAll(KieBuilderImpl.java:208)
at org.drools.compiler.kie.builder.impl.KieBuilderImpl.buildAll(KieBuilderImpl.java:196)
at org.drools.modelcompiler.BaseModelTest.createKieBuilder(BaseModelTest.java:144)
at org.drools.modelcompiler.BaseModelTest.createKieBuilder(BaseModelTest.java:125)
at org.drools.modelcompiler.BaseModelTest.getKieContainer(BaseModelTest.java:114)
at org.drools.modelcompiler.BaseModelTest.getKieContainer(BaseModelTest.java:107)
at org.drools.modelcompiler.BaseModelTest.getKieSession(BaseModelTest.java:103)
at org.drools.modelcompiler.BaseModelTest.getKieSession(BaseModelTest.java:99)
at org.drools.modelcompiler.QueryTest.testQuery5Args(QueryTest.java:884)
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (WFCORE-4560) HTTP management interface fails to start if backed by a "https" socket-binding
by Jaikiran Pai (Jira)
Jaikiran Pai created WFCORE-4560:
------------------------------------
Summary: HTTP management interface fails to start if backed by a "https" socket-binding
Key: WFCORE-4560
URL: https://issues.jboss.org/browse/WFCORE-4560
Project: WildFly Core
Issue Type: Bug
Components: Server
Affects Versions: 10.0.0.Beta1, 9.0.2.Final
Reporter: Jaikiran Pai
Assignee: Jeff Mesnil
A user has reported that WildFly 17.0.0.Final fails to start when ManagementRealm is backed by a socket-binding which uses HTTPS. More details about this issue are here https://developer.jboss.org/thread/280311.
There's actually more than one issue in that thread:
1. The failure to start
2. The absence of any error message indicating what failed.
This JIRA is mainly to track the failure to start and a separate JIRA can/will probably be opened for dealing with the absence of the error message (since I am guessing that it's going to be a more generic issue/change).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (WFLY-11623) Incorrect warning from LoggingConfigurationFileReloader
by Emmanuel Hugonnet (Jira)
[ https://issues.jboss.org/browse/WFLY-11623?page=com.atlassian.jira.plugin... ]
Emmanuel Hugonnet resolved WFLY-11623.
--------------------------------------
Fix Version/s: 17.0.0.Final
Resolution: Done
> Incorrect warning from LoggingConfigurationFileReloader
> -------------------------------------------------------
>
> Key: WFLY-11623
> URL: https://issues.jboss.org/browse/WFLY-11623
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 15.0.1.Final
> Reporter: Emmanuel Hugonnet
> Assignee: Emmanuel Hugonnet
> Priority: Major
> Fix For: 17.0.0.Final
>
>
> 1:08:06,687 WARN [org.apache.activemq.artemis.core.server] (Thread-17 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@46dfb7b8)) AMQ222276: Failed to process changes to the logging configuration file: file:/home/ehsavoie/dev/wildfly/wildfly/build/target/wildfly-16.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
> This is due to the fact that ConfigurationPersistence implements LogContextConfiguration and Configurator. If the configurator implements LogContextConfiguration we should return it in org.apache.activemq.artemis.core.server.LoggingConfigurationFileReloader
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (SWSQE-809) Jenkins job to provision OCP 4 in PSI
by Filip Brychta (Jira)
Filip Brychta created SWSQE-809:
-----------------------------------
Summary: Jenkins job to provision OCP 4 in PSI
Key: SWSQE-809
URL: https://issues.jboss.org/browse/SWSQE-809
Project: Kiali QE
Issue Type: QE Task
Reporter: Filip Brychta
Assignee: Filip Brychta
Manual installation of OCP 4 in PSI is very time-consuming so it would be good to have automation for that.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months