[
https://issues.jboss.org/browse/JBIDE-13003?page=com.atlassian.jira.plugi...
]
Xavier Coulon updated JBIDE-13003:
----------------------------------
Fix Version/s: 4.1.0.Alpha1
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
Fix For: 4.1.0.Alpha1
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