[
https://issues.jboss.org/browse/JBIDE-15171?page=com.atlassian.jira.plugi...
]
Fred Bricon edited comment on JBIDE-15171 at 11/8/13 9:04 AM:
--------------------------------------------------------------
Descriptors updated in JBT 4.1.1.CR1/ JBDS 7.1.CR1. Now using
* jbosstools/examples/project-examples-jbds71.xml
* jbosstools/examples/project-examples-maven-4.1.1.GA.xml
The project was updated as well. New project name / context root in readme =
jboss-helloworld-mdb
was (Author: fbricon):
Descriptors updated in JBT 4.1.1.CR1/ JBDS 7.1.CR1. Now using
* jbosstools/examples/project-examples-jbds71.xml
* jbosstools/examples/project-examples-maven-4.1.1.GA.xml
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:
http://www.atlassian.com/software/jira