[JBoss JIRA] (SWSQE-404) Consumer Job For Istio Trigger
by Matt Mahoney (JIRA)
Matt Mahoney created SWSQE-404:
----------------------------------
Summary: Consumer Job For Istio Trigger
Key: SWSQE-404
URL: https://issues.jboss.org/browse/SWSQE-404
Project: Kiali QE
Issue Type: QE Task
Reporter: Matt Mahoney
Assignee: Matt Mahoney
Once Istio QE creates the Msg Bus Trigger, create a consumer job that will in turn run the needed Kiali jobs/tests.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (DROOLS-2941) [DMN Designer] - Save external DMN model
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2941?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2941:
-----------------------------------
Summary: [DMN Designer] - Save external DMN model (was: [DMN Designer] - save external dmn model)
> [DMN Designer] - Save external DMN model
> ----------------------------------------
>
> Key: DROOLS-2941
> URL: https://issues.jboss.org/browse/DROOLS-2941
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.11.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Labels: drools-tools
> Attachments: LACE Scoring.dmn, error.log, lace-scoring.dmn
>
>
> Save of an external dmn model in workbench throws an error in a server log.
> - Before save: [^LACE Scoring.dmn]
> - After save: [^lace-scoring.dmn]
> h2. Acceptance test
> - Check saving file created from scratch
> - Check saving external files
> - Try to add reproducer into community according to staktrace
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (WFLY-10337) AuthenticationPolicyContextTestCase doesn't work with -Dnode{0, 1} properties
by Ingo Weiss (JIRA)
[ https://issues.jboss.org/browse/WFLY-10337?page=com.atlassian.jira.plugin... ]
Ingo Weiss commented on WFLY-10337:
-----------------------------------
[~pkremens], were you able to solve this issue? I'm seeing something similar on 7.1.x.
> AuthenticationPolicyContextTestCase doesn't work with -Dnode{0,1} properties
> ----------------------------------------------------------------------------
>
> Key: WFLY-10337
> URL: https://issues.jboss.org/browse/WFLY-10337
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Reporter: Petr Kremensky
> Assignee: Daniel Čihák
> Fix For: 13.0.0.Final
>
>
> *reproduce*
> {noformat}
> wildfly/testsuite/integration/ws] $ mvn clean test -Dtest=AuthenticationPolicyContextTestCase -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2
> ...
> Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing 'http://localhost:8080/picketlink-sts-ws/EchoService?wsdl'.: java.net.ConnectException: Connection refused (Connection refused)
> at com.ibm.wsdl.xml.WSDLReaderImpl.getDocument(WSDLReaderImpl.java:2198)
> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2390)
> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2422)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:266)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:165)
> at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:85)
> ... 146 more
> {noformat}
> WSDL url
> {noformat}URL wsdl = new URL("http://localhost:8080/picketlink-sts-ws/EchoService?wsdl");{noformat} shouldn't be hardcoded. Please use {{TestSuiteEnvironment}} to build it instead.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBEE-196) JSP and JSTL missing from EE 7 BOM
by Rich DiCroce (JIRA)
[ https://issues.jboss.org/browse/JBEE-196?page=com.atlassian.jira.plugin.s... ]
Rich DiCroce commented on JBEE-196:
-----------------------------------
Opened PR 10 for EE 7 and PR 11 for EE 8.
> JSP and JSTL missing from EE 7 BOM
> ----------------------------------
>
> Key: JBEE-196
> URL: https://issues.jboss.org/browse/JBEE-196
> Project: JBoss JavaEE Spec APIs
> Issue Type: Bug
> Affects Versions: JavaEE 7 Spec APIs 1.1.0.Final
> Reporter: Rich DiCroce
> Assignee: Eduardo Martins
>
> jboss-javaee-7.0 version 1.0.4 includes JSP and JSTL. Version 1.1.0 and later effectively do not, because they declare those dependencies to be provided scope for some reason. Servlet would also be affected, except JACC has a transitive dependency on it.
> This bug appears to have been introduced as part of resolving JBEE-170.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBEE-196) JSP and JSTL missing from EE 7 BOM
by Rich DiCroce (JIRA)
[ https://issues.jboss.org/browse/JBEE-196?page=com.atlassian.jira.plugin.s... ]
Rich DiCroce commented on JBEE-196:
-----------------------------------
This issue also affects the EE 8 BOM, and is worse there because JACC no longer has a transitive dependency on servlet.
> JSP and JSTL missing from EE 7 BOM
> ----------------------------------
>
> Key: JBEE-196
> URL: https://issues.jboss.org/browse/JBEE-196
> Project: JBoss JavaEE Spec APIs
> Issue Type: Bug
> Affects Versions: JavaEE 7 Spec APIs 1.1.0.Final
> Reporter: Rich DiCroce
> Assignee: Eduardo Martins
>
> jboss-javaee-7.0 version 1.0.4 includes JSP and JSTL. Version 1.1.0 and later effectively do not, because they declare those dependencies to be provided scope for some reason. Servlet would also be affected, except JACC has a transitive dependency on it.
> This bug appears to have been introduced as part of resolving JBEE-170.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months