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

JAX-RS Explorer is broken when the edited file is saved after a delay

    XMLWordPrintable

Details

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

      STEP: Create Dynamic Web Project with JAX-RS Support
      STEP: Create RestService and BeanClass with field annotated with @QueryParam

      @Path("/rest")
      public class RestService {
      	@POST
      	public void post(@BeanParam BeanClass bean) {
      		
      	}	
      }
      
      public class BeanClass {
      	@QueryParam("author")
      	private String author;
      }
      

      STEP: Remove the @QueryParam from BeanClass (but don't save the file)
      FAIL: There is no update in JAX-RS Explorer(URI is still /rest?author=

      {String} )
      STEP: Wait a few seconds and save the file
      FAIL: There is no update in JAX-RS Explorer(URI is still /rest?author={String}

      )

      Show
      STEP: Create Dynamic Web Project with JAX-RS Support STEP: Create RestService and BeanClass with field annotated with @QueryParam @Path( "/ rest " ) public class RestService { @POST public void post(@BeanParam BeanClass bean) { } } public class BeanClass { @QueryParam( "author" ) private String author; } STEP: Remove the @QueryParam from BeanClass (but don't save the file) FAIL: There is no update in JAX-RS Explorer(URI is still /rest?author= {String} ) STEP: Wait a few seconds and save the file FAIL: There is no update in JAX-RS Explorer(URI is still /rest?author={String} )

    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: