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

Jaroslav Jankovič (Commented) (JIRA) jira-events at lists.jboss.org
Tue Dec 13 12:59:09 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-9332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650570#comment-12650570 ] 

Jaroslav Jankovič commented on JBIDE-9332:
------------------------------------------

I have just noticed that 'clean build' thing. It fixes all bugs I have noticed, but it is not comfortable in my opinion. I have Eclipse configured to have automatic builds. So if some change happened, building the project would immediately happen. I don't like user has to click on Clean build to have 'correct version' of JAX-RS Web Services node.   
                
> 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