[jboss-jira] [JBoss JIRA] (WFLY-10337) AuthenticationPolicyContextTestCase doesn't work with -Dnode{0, 1} properties

Petr Kremensky (JIRA) issues at jboss.org
Thu May 17 01:38:00 EDT 2018


    [ https://issues.jboss.org/browse/WFLY-10337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13577903#comment-13577903 ] 

Petr Kremensky commented on WFLY-10337:
---------------------------------------

Not good, tested with the latest master (9b6fead0a8).
{noformat}
wildfly/testsuite/integration/ws]$ mvn clean test -Dtest=AuthenticationPolicyContextTestCase -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2
...
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.325 s <<< FAILURE! - in org.jboss.as.test.integration.ws.authentication.policy.AuthenticationPolicyContextTestCase
[ERROR] test(org.jboss.as.test.integration.ws.authentication.policy.AuthenticationPolicyContextTestCase)  Time elapsed: 6.317 s  <<< ERROR!
javax.xml.ws.soap.SOAPFaultException: WFLYSEC0027: Invalid User
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:161)
	at com.sun.proxy.$Proxy57.echo(Unknown Source)
	at org.jboss.as.test.integration.ws.authentication.policy.AuthenticationPolicyContextTestCase.test(AuthenticationPolicyContextTestCase.java:337)

{noformat}

> 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)



More information about the jboss-jira mailing list