[JBoss JIRA] (WFLY-9856) [JDK9+] org.jboss.security.negotiation package is exported by two jars
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/WFLY-9856?page=com.atlassian.jira.plugin... ]
Darran Lofthouse reassigned WFLY-9856:
--------------------------------------
Assignee: Darran Lofthouse
> [JDK9+] org.jboss.security.negotiation package is exported by two jars
> ----------------------------------------------------------------------
>
> Key: WFLY-9856
> URL: https://issues.redhat.com/browse/WFLY-9856
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Tomaž Cerar
> Assignee: Darran Lofthouse
> Priority: Major
>
> Currently if you have
> jboss-negotiation-common-3.0.4.Final.jar and jboss-negotiation-extras-3.0.4.Final.jar
> on your module path, jvm complains as both jars export package org.jboss.security.negotiation package
> which violates the modules contract where only one module (jar) can provide single package.
> example error that jvm prints
> {noformat}
> Error: Modules jboss.negotiation.common and jboss.negotiation.extras export package org.jboss.security.negotiation to module wildfly.clustering.common
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13465) Issues in readme for microprofile-rest-client QS
by Martin Stefanko (Jira)
Martin Stefanko created WFLY-13465:
--------------------------------------
Summary: Issues in readme for microprofile-rest-client QS
Key: WFLY-13465
URL: https://issues.redhat.com/browse/WFLY-13465
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 19.1.0.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
(1) WF BOM is used instead of EAP one:
{code}
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-microprofile</artifactId>
<version>${version.server.bom}</version>
{code}
(2) References to WF instead of EAP, e.g.:
{code}
<!-- Import the MicroProfile REST Client API, we use provided scope as the API is included in WildFly -->
{code}
These references are used in pom.xml as well.
(3) QS contains tests but the readme does not mention them.
(4) Consider using standard sections:
* Use of the EAP_HOME and QUICKSTART_HOME Variables
* Undeploy the Quickstart
* Run the Arquillian Tests
* Run the Quickstart in Red Hat JBoss Developer Studio or Eclipse
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13464) Usage of wildfly maven plugin in microprofile-openapi QS should reference JBOSS_HOME
by Paul Ferraro (Jira)
[ https://issues.redhat.com/browse/WFLY-13464?page=com.atlassian.jira.plugi... ]
Paul Ferraro moved JBEAP-19486 to WFLY-13464:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-13464 (was: JBEAP-19486)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Quickstarts
(was: Quickstarts)
Affects Version/s: 19.1.0.Final
(was: EAP-XP-1.0.0.GA-CR1)
> Usage of wildfly maven plugin in microprofile-openapi QS should reference JBOSS_HOME
> ------------------------------------------------------------------------------------
>
> Key: WFLY-13464
> URL: https://issues.redhat.com/browse/WFLY-13464
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Affects Versions: 19.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Blocker
>
> The QS is included in EAP XP 1.0.0.GA-CR1 Quickstarts ZIP, but its instructions are WildFly specific.
> (1) Use of WildFly instead of EAP on several places, e.g. title "Using MicroProfile OpenAPI in WildFly", introduction "This guide demonstrate how to use the MicroProfile OpenAPI functionality in WildFly" etc.
> (2) Starting the server with unsupported method "mvn wildfly:run &". Please use standard section {{Start the JBoss EAP Standalone Server}} or use a similar steps to start the server. The same applies for {{mvn wildfly:execute-commands}}, {{mvn wildfly:shutdown -Dwildfly.reload=true}} and {{mvn wildfly:shutdown}} commands.
> (3) When trying the WF commands with EAP XP1 server, they fail:
> {code}
> [nziakova@laptop microprofile-openapi]$ export JBOSS_HOME
> [nziakova@laptop microprofile-openapi]$ mvn wildfly:run &
> ...
> [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:2.0.0.Final:run (default-cli) on project microprofile-openapi-quickstart: Execution default-cli of goal org.wildfly.plugins:wildfly-maven-plugin:2.0.0.Final:run failed: Failure to find org.wildfly:wildfly-dist:zip:7.3.1.GA-redhat-SNAPSHOT
> {code}
> (4) When trying standard server start, the QS works fine without the step {{Add support for MicroProfile OpenAPI by adding the requisite extension and subsystem.}} - is it needed for EAP?
> {code}
> EAP_HOME/bin/standalone.sh -c standalone-microprofile.xml
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5327) Multiselect dropdown for enumerated values - numbers
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-5327?page=com.atlassian.jira.plug... ]
Jozef Marko updated DROOLS-5327:
--------------------------------
Steps to Reproduce:
# Open the attached project
# Open the guided rule template
# Click to *Data* tab
# Try to edit *$Numero* column values
Current: Changes will be lost, 0 is shown in cell
Expected: All selected numbers are kept and shown in cell , delimited by comma
> Multiselect dropdown for enumerated values - numbers
> ----------------------------------------------------
>
> Key: DROOLS-5327
> URL: https://issues.redhat.com/browse/DROOLS-5327
> Project: Drools
> Issue Type: Bug
> Components: Guided Template Editor
> Affects Versions: 7.33.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Priority: Major
> Labels: drools-tools
> Attachments: MySpace_project.zip
>
>
> During verification of DROOLS-5011 was spotted corner case that was not fixed.
> In the original issue customer user attached project with enumeration for *String* field and used that field in guided rule template.
> The issue is if user follow the same scenario but instead of *String* field, some number type is used, for example *Integer*. In such case, when user added data to rule template, multiselect dropdown was shown correctly, however in the grid was always shown 0.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5327) Multiselect dropdown for enumerated values - numbers
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-5327?page=com.atlassian.jira.plug... ]
Jozef Marko updated DROOLS-5327:
--------------------------------
Attachment: MySpace_project.zip
> Multiselect dropdown for enumerated values - numbers
> ----------------------------------------------------
>
> Key: DROOLS-5327
> URL: https://issues.redhat.com/browse/DROOLS-5327
> Project: Drools
> Issue Type: Bug
> Components: Guided Template Editor
> Affects Versions: 7.33.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Priority: Major
> Labels: drools-tools
> Attachments: MySpace_project.zip
>
>
> During verification of DROOLS-5011 was spotted corner case that was not fixed.
> In the original issue customer user attached project with enumeration for *String* field and used that field in guided rule template.
> The issue is if user follow the same scenario but instead of *String* field, some number type is used, for example *Integer*. In such case, when user added data to rule template, multiselect dropdown was shown correctly, however in the grid was always shown 0.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months