Hi Tynamo Team,

I just discovered a missing piece of documentation for the live-reloading to
work: In order to be able to contribute your interface to the
javax.ws.rs.core.Application, you have to annotate it with at least
@Provider. 

(see: line 146 in ResteasyRequestFilter.java)

} else if (obj.getClass().isAnnotationPresent(Provider.class)) {
                                        providers.add(obj);

This is not in the documentation but it wont start otherwise.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/ANNOUNCEMENT-tapestry-resteasy-0-2-1-released-tp3291865p5453097.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to