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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major 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

      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.

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

              Created:
              Updated:
              Resolved: