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

No support for inheritance in JAX-RS API scan

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • 4.30.x
    • 4.0.0.Alpha1, 4.0.0.Alpha2
    • webservices

    Description

      Assume:

      class BaseRest {
      @POST
      public Response save(Object o)

      { .... }

      }

      @Path("/url")
      class RealRest extends BaseRest {}

      The JAX-RS tools won't add a "POST /url" entry to the JAX-RS calls overview.
      While not tested (due to another bug) - they may also apply to definitions of @PathParam's in the parent class.

      Attachments

        Activity

          People

            Unassigned Unassigned
            webron_jira Ron Ratovsky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: