Hide Forgot
Tests expect name 'jboss-as-helloworld-ws' but the appliacation is called 'jboss-helloworld-ws'. See output when running Arquillian tests in OpenShift: Tests in error: testHello(org.jboss.as.quickstarts.wshelloworld.ClientTest): Failed to access the WSDL at: http://helloworldws-nziakova.rhcloud.com/jboss-as-helloworld-ws/HelloWorldService?wsdl. It failed with: testHelloName(org.jboss.as.quickstarts.wshelloworld.ClientTest): Failed to access the WSDL at: http://helloworldws-nziakova.rhcloud.com/jboss-as-helloworld-ws/HelloWorldService?wsdl. It failed with: testHelloNames(org.jboss.as.quickstarts.wshelloworld.ClientTest): Failed to access the WSDL at: http://helloworldws-nziakova.rhcloud.com/jboss-as-helloworld-ws/HelloWorldService?wsdl. It failed with: Tests run: 3, Failures: 0, Errors: 3, Skipped: 0 I cannot access [1] but [2] works. [1] http://helloworldws-nziakova.rhcloud.com/jboss-as-helloworld-ws/HelloWorldService?wsdl [2] http://helloworldws-nziakova.rhcloud.com/jboss-helloworld-ws/HelloWorldService?wsdl I found 2 files with string "jboss-as-helloworld-ws": ./src/test/java/org/jboss/as/quickstarts/wshelloworld/ClientArqTest.java ./src/test/java/org/jboss/as/quickstarts/wshelloworld/ClientTest.java After replacing "jboss-as-helloworld-ws" by "jboss-helloworld-ws" the tests pass.
Fixed in commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/143257d150dbc411166a7cef4549c69f5407ae00
Verified for EAP 6.2.0 CR2.