[JBoss JIRA] (WFLY-10337) AuthenticationPolicyContextTestCase doesn't work with -Dnode{0, 1} properties
by Petr Kremensky (JIRA)
[ https://issues.jboss.org/browse/WFLY-10337?page=com.atlassian.jira.plugin... ]
Petr Kremensky reopened WFLY-10337:
-----------------------------------
Please resolve only once MR is merged.
> 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
>
> *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)
8 years, 2 months
[JBoss JIRA] (WFLY-10365) Generate component-matrix as part of the build
by Michal Jurc (JIRA)
[ https://issues.jboss.org/browse/WFLY-10365?page=com.atlassian.jira.plugin... ]
Michal Jurc edited comment on WFLY-10365 at 5/15/18 6:18 AM:
-------------------------------------------------------------
It would be sweet if the {{wildfly/boms}} project could consume the component matrix versions without any required interaction besides just declaring versions in WildFly Component Matrix and then building {{wildfly/boms}}. Currently, the sync is rather complicated (manual) and not at all intuitive to implement.
was (Author: mjurc):
It would be sweet if the {{wildfly/boms}} project could consume the component matrix versions without any required interaction besides just declaring versions in WildFly Component Matrix and then building {{wildfly/boms}}. Currently, the sync is rather complicated and not at all intuitive to implement.
> Generate component-matrix as part of the build
> ----------------------------------------------
>
> Key: WFLY-10365
> URL: https://issues.jboss.org/browse/WFLY-10365
> Project: WildFly
> Issue Type: Task
> Components: Build System
> Reporter: David Lloyd
> Assignee: Kabir Khan
> Fix For: 13.0.0.Beta1
>
>
> Revert the change described in WFLY-9911.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months