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

Max Rydahl Andersen (Resolved) (JIRA) jira-events at lists.jboss.org
Wed Dec 14 03:26:09 EST 2011


     [ https://issues.jboss.org/browse/JBIDE-9332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen resolved JBIDE-9332.
----------------------------------------

    Resolution: Done


this specific issue is solved - opening new one with the new found issues.
                
> 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

        


More information about the jbosstools-issues mailing list