Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9332

new rest services are not visible under REST services node

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 3.3.0.M5
    • 3.3.0.M3
    • webservices
    • None
    • Hide

      do:
      -Configure -> Remove JAX-RS 1.1 support
      -Configure -> Add JAX-RS 1.1 support

      -from now on everything should work correctly

      Show
      do: -Configure -> Remove JAX-RS 1.1 support -Configure -> Add JAX-RS 1.1 support -from now on everything should work correctly

    Description

      -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:

      package x;
      
      @javax.ws.rs.Path("/x")
      public class X {
          @javax.ws.rs.GET public String x() { return "x"; }
      }
      

      => REST services does not still show any RESTful services from the project

      Attachments

        Issue Links

          Activity

            People

              xcoulon@redhat.com Xavier Coulon
              lukas.jungmann@gmail.com Lukas Jungmann (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: