[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9332) new rest services are not visible under REST services node

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Tue Jul 12 08:36:23 EDT 2011


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
    Affects Versions: 3.3.0.M3
         Environment: v. 1.2.2.v20110712-0303-H390-M3; ubuntu 11.04+gnome3
            Reporter: Lukas Jungmann
            Priority: Critical


-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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list