[
https://issues.jboss.org/browse/JBIDE-9332?page=com.atlassian.jira.plugin...
]
Jaroslav Jankovič closed JBIDE-9332.
------------------------------------
Verified in JBDS 5.0.0.v201112130019M-H58-M5 . Closing JIRA.
new rest services are not visible under REST services node
----------------------------------------------------------
Key: JBIDE-9332
URL:
https://issues.jboss.org/browse/JBIDE-9332
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.M3
Environment: v. 1.2.2.v20110712-0303-H390-M3; ubuntu 11.04+gnome3
Reporter: Lukas Jungmann
Assignee: Xavier Coulon
Priority: Critical
Fix For: 3.3.0.M5
-create fresh new workspace (important!)
-add EAP-5.1 to servers in the IDE
-create new dynamic web project for EAP-5.1
-do Configure -> Add JAX-RS 1.1 support...
=> REST services node remains in "Building RESTful Web Services..." state
-create new Sample RESTful Web Service
=> REST services node moves to "RESTful Web Services" state but remains
empty
-create new dummy java class and edit it to:
{code}
package x;
@javax.ws.rs.Path("/x")
public class X {
@javax.ws.rs.GET public String x() { return "x"; }
}
{code}
=> REST services does not still show any RESTful services from the project
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira