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

JAX-RS Explorer doesn't have "expand" icon

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.2.0.CR1
    • 4.2.0.CR1
    • webservices
    • None
    • Hide

      STEP: Create Dynamic Web Project (in a clean workspace)
      STEP: Add JAX-RS Support (select the project in Project Explorer and in context: Configure > Add JAX-RS Support)
      STEP: Create Resource class

      import javax.ws.rs.POST;
      import javax.ws.rs.Path;
      
      @Path("/rest")
      public class Resource {
      	@POST
      	public void post(){
      	
      	}
      }
      

      ASSERT: The JAX-RS Explorer shows endpoint URI Path Template
      FAIL: The JAX-RS Explorer is empty

      Show
      STEP: Create Dynamic Web Project (in a clean workspace) STEP: Add JAX-RS Support (select the project in Project Explorer and in context: Configure > Add JAX-RS Support) STEP: Create Resource class import javax.ws.rs.POST; import javax.ws.rs.Path; @Path( "/ rest " ) public class Resource { @POST public void post(){ } } ASSERT: The JAX-RS Explorer shows endpoint URI Path Template FAIL: The JAX-RS Explorer is empty

    Description

      After a JAX-RS resource is created in a fresh project, the JAX-RS Explorer doesn't seem to be updated because the "expand" icon hasn't been appeared so it looks like the explorer doesn't contain any items. However, the explorer works properly and can be even expanded.

      Attachments

        Activity

          People

            xcoulon@redhat.com Xavier Coulon
            rrabara Radoslav Rábara (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: