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

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Tue Nov 6 09:31:19 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-13003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Coulon updated JBIDE-13003:
----------------------------------

    Assignee: Xavier Coulon  (was: Brian Fitzpatrick)

    
> 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: Xavier Coulon
>
> 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