Implement a JAX-RS 'post-reconcile' mechanism
----------------------------------------------
Key: JBIDE-10439
URL:
https://issues.jboss.org/browse/JBIDE-10439
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Webservices
Affects Versions: 3.3.0.M4
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: 3.3.0.Beta1
In its current implementation, the JAX-RS core plugin processes annotation changes in the
working copies, assuming that they will all be caught (ie, in 'post-change'
events). However, in some situations, changing and then saving a compilation unit just
after (ie, saving before the 'post-change' event occurs) can lead to sync'
issue, where the java model is saved and the jax-rs did not apply the changes.
To avoid such a situation, a 'post-reconcile' processing should be done, too. This
processing should do a kind of a 'clean' analyse of the given compilation unit
build the associated JAX-RS elements.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira