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

Warning Multiple JAX-RS Activators doesn't disappear

    XMLWordPrintable

Details

    • Hide

      STEP: Create Dynamic Web Project with JAX-RS support
      STEP: Create JAX-RS Activator, for example:

      Activator1.java
      import javax.ws.rs.ApplicationPath;
      import javax.ws.rs.core.Application;
      
      @ApplicationPath("/test")
      public class Activator1 extends Application {
      
      }
      

      STEP: Create another JAX-RS Activator
      ASSERT: There are 2 warnings: Multiple JAX-RS Activators are defined for the project. (for both files)
      STEP: Delete one activator (e.g. delete class Activator1)
      ASSERT: No warning
      FAIL: There is one warning: Multiple JAX-RS Activators are defined for the project.

      Show
      STEP: Create Dynamic Web Project with JAX-RS support STEP: Create JAX-RS Activator, for example: Activator1.java import javax.ws.rs.ApplicationPath; import javax.ws.rs.core.Application; @ApplicationPath( "/test" ) public class Activator1 extends Application { } STEP: Create another JAX-RS Activator ASSERT: There are 2 warnings: Multiple JAX-RS Activators are defined for the project. (for both files) STEP: Delete one activator (e.g. delete class Activator1) ASSERT: No warning FAIL: There is one warning: Multiple JAX-RS Activators are defined for the project.

    Description

      Warning Multiple JAX-RS Activators doesn't disappear after only one activator is present. This bug is probably related to JBIDE-15402 and JBIDE-12860.

      Attachments

        Issue Links

          Activity

            People

              alexeykazakov Alexey Kazakov
              rrabara Radoslav RĂ¡bara (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: