[JBoss JIRA] (DROOLS-4440) KJar dependencies not correctly set in kie-maven-plugin build
by Tibor Zimanyi (Jira)
Tibor Zimanyi created DROOLS-4440:
-------------------------------------
Summary: KJar dependencies not correctly set in kie-maven-plugin build
Key: DROOLS-4440
URL: https://issues.jboss.org/browse/DROOLS-4440
Project: Drools
Issue Type: Bug
Components: tools
Affects Versions: 7.25.0.Final
Reporter: Tibor Zimanyi
Assignee: Tibor Zimanyi
When building KJar2 that has a dependency on KJar1 and its KieBase uses includes attribute to include the KieBase from KJar1, the build fails with message "Unable to build KieBase, could not find include".
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (SWSQE-933) Resolve conflicts in UI test parallel run
by Filip Brychta (Jira)
Filip Brychta created SWSQE-933:
-----------------------------------
Summary: Resolve conflicts in UI test parallel run
Key: SWSQE-933
URL: https://issues.jboss.org/browse/SWSQE-933
Project: Kiali QE
Issue Type: QE Task
Reporter: Filip Brychta
Assignee: Filip Brychta
There are unwanted interactions in parallel execution of UI tests. Some tests are changing health of app and other are failing because of mismatch between UI and rest results.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12091) galleon-pack incorrect processing of subsystem.jaxrs
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFLY-12091?page=com.atlassian.jira.plugin... ]
Brian Stansberry resolved WFLY-12091.
-------------------------------------
Resolution: Rejected
Galleon works fine; the problem is in the draft WFLY-11943 patch JaxrsSubsystemAdd is not storing the value of the statistics-enabled attribute to the model. So it doesn't get persisted to the xml when Galleon provisions the server.
> galleon-pack incorrect processing of subsystem.jaxrs
> ----------------------------------------------------
>
> Key: WFLY-12091
> URL: https://issues.jboss.org/browse/WFLY-12091
> Project: WildFly
> Issue Type: Bug
> Components: Build System, REST
> Affects Versions: 17.0.0.Beta1
> Environment: Fedora
> jdk-10 || JDK-8
> mvn 3.3.9
> wfly 17.0.0.Beta1-SNAPSHOT
> Reporter: r searls
> Assignee: Brian Stansberry
> Priority: Major
> Attachments: xgalleon-pack-issue-may17.zip
>
>
> The tools are not properly handling a simple attribute addition to subsystem.jaxrs.
> I have added an attribute to jaxrs/src/main/resources/subsystem-templates/jaxrs.xml.
> The new definition is this,
> <subsystem xmlns="urn:jboss:domain:jaxrs:2.0" statistics-enabled="${wildfly.jaxrs.statistics-enabled:${wildfly.statistics-enabled:false}}" />
> The old definition was this
> <subsystem xmlns="urn:jboss:domain:jaxrs:2.0"/>
> I have made the following changes in 2 files galleon-pack files but
> none of this is reflected in the generated standalone*.xml files.
> - to galleon-pack/src/main/resources/feature_groups/basic-profile.xml I added
> <feature spec="subsystem.jaxrs">
> <param name="statistics-enabled" value="${wildfly.jaxrs.statistics-enabled:${wildfly.statistics-jaxrs:false}}"/>
> </feature>
> - to galleon-pack/src/main/resources/layers/standalone/jaxrs/layer-spec.xml I added
> <feature spec="subsystem.jaxrs">
> <param name="statistics-enabled" value="${wildfly.jaxrs.statistics-enabled:${wildfly.statistics-jaxrs:false}}"/>
> </feature>
> This change is required for https://issues.jboss.org/browse/WFLY-11943
> Attached zip file contains the files I changed and tested with.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months