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

JAX-RS Explorer doesn't show endpoint URI for fresh project in new workspace

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.2.0.CR1
    • 4.2.0.Beta3
    • 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

          rrabara Radoslav Rábara (Inactive)
          rrabara Radoslav Rábara (Inactive)
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: