Hi Bruno,
I've just implemented a method JaxRsRetlet.attachDefault(Restlet). It is
available in the trunk now. Please test it and let me now, if it works.
The attached Restlet should get the same Reference value etc. as you
give in the JaxRsRestlet.
So your patch for the ExceptionHandler is outdated, right?
best regards
Stephan
Bruno Dumon schrieb:
Hi Bruno,
I looked into the org.restlet.Router. I think the method
attachDefault(Restlet) does exact what you want for the Router, right?
I could also implement this for the JaxRsRouter. This is very easy to
implement and analogue to Router.
Thierry suggested this earlier. I then thought it wouldn't help, but
thinking about it again, I don't see why not. So yes, this would solve
my problem. It would be very helpful if you could implement it.