Quickstarts: native_client - Documentation needs update
-------------------------------------------------------
Key: JBESB-2810
URL:
https://jira.jboss.org/jira/browse/JBESB-2810
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Documentation, Examples
Affects Versions: 4.4
Reporter: Boris Belovic
Priority: Minor
There is ActionProcessingException thrown in this quickstart. This exception is thrown in
MyAction.java file on line 79 and it is thrown using regular throw new
ActionProcessingException(..) statement. So I guess throwing of this exception was
intended by creators of this quickstart. Throwing of this exception is not mentioned in
readme.txt, this document probably needs to be updated.
The readme.txt document also mentions that after hitting
http://localhost:8080/jbossws we
should see something like this:
------------------------------------------------------------------------------------------------
| jboss.ws:context=Quickstart_native_client,endpoint=HelloWorldWS |
|
http://127.0.0.1:8080/Quickstart_native_client/HelloWorldWS?wsdl |
------------------------------------------------------------------------------------------------
but
http://localhost:8080/jbossws points to JBoss Web Services Main page, the list of
deployed webservices can be found on
http://localhost:8080/jbossws/services.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira