Bug 1030442

Summary: Wrong application name in helloworld-ws quickstart
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Nikoleta Hlavickova <nziakova>
Component: QuickstartsAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: bsutter, pmuir
Target Milestone: CR2   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:19:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1025766    

Description Nikoleta Hlavickova 2013-11-14 13:04:55 UTC
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.

Comment 2 Nikoleta Hlavickova 2013-11-20 12:29:59 UTC
Verified for EAP 6.2.0 CR2.