]
Xavier Coulon reassigned JBIDE-18954:
-------------------------------------
Assignee: Xavier Coulon
JAX-RS Web Services in Project Explorer does not show properly
inherited metadata
---------------------------------------------------------------------------------
Key: JBIDE-18954
URL:
https://issues.jboss.org/browse/JBIDE-18954
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.2.1.Final
Reporter: Marián Labuda
Assignee: Xavier Coulon
Labels: jax-rs
Fix For: 4.3.x
I have an interface with annotated JAX-RS methods (HTTP method type, path, consumes...)
CarResourceInterface and implementation of this interface CarResourceImpl. Inheriting all
metadata related to one method should affect processing of this JAX-RS web services - new
values from Impl should be used and probably it would be good to show it also in JAX-RS
Web Services node in Project Explorer view. Currently there are shown only interface
JAX-RS web services and any change in Impl is ignored in this view.