Bug 1030442 - Wrong application name in helloworld-ws quickstart
Summary: Wrong application name in helloworld-ws quickstart
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Quickstarts
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: CR2
: EAP 6.2.0
Assignee: sgilda
QA Contact: Nikoleta Hlavickova
URL:
Whiteboard:
Depends On:
Blocks: 1025766
TreeView+ depends on / blocked
 
Reported: 2013-11-14 13:04 UTC by Nikoleta Hlavickova
Modified: 2017-10-10 00:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:19:05 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.