[jbosstools-issues] [JBoss JIRA] (JBIDE-13003) No support for inheritance in JAX-RS API scan

Ron Ratovsky (JIRA) jira-events at lists.jboss.org
Tue Nov 6 09:31:18 EST 2012


Ron Ratovsky created JBIDE-13003:
------------------------------------

             Summary: No support for inheritance in JAX-RS API scan
                 Key: JBIDE-13003
                 URL: https://issues.jboss.org/browse/JBIDE-13003
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Webservices
    Affects Versions: 4.0.0.Alpha2
            Reporter: Ron Ratovsky
            Assignee: Brian Fitzpatrick


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list