Quickstart (helloworld-mdb) added as part of JBIDE-14940 includes
readme file with incorect app URLS
----------------------------------------------------------------------------------------------------
Key: JBIDE-15171
URL:
https://issues.jboss.org/browse/JBIDE-15171
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.1.0.CR1
Reporter: Len DiMaggio
Assignee: Fred Bricon
Fix For: 4.1.1.CR1
The hellowworld-mdb quickstart added in JBIDE-14940 references these URLs:
The application will be running at the following URL:
<
http://localhost:8080/jboss-as-helloworld-mdb/> and will send some messages to the
queue.
To send messages to the topic, use the following URL:
<
http://localhost:8080/jboss-as-helloworld-mdb/HelloWorldMDBServletClient?...
The correct URLS are:
The application will be running at the following URL:
<
http://localhost:8080/helloworld-mdb/> and will send some messages to the queue.
To send messages to the topic, use the following URL:
<
http://localhost:8080/helloworld-mdb/HelloWorldMDBServletClient?topic>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: