Stephan Looking at the JAX-RS plugin I see what you mean.
I'd need some sort of clear() method to operate on: private final ResourceClasses resourceClasses; I tried running clear() on getRootResourceClasses() but it's unmodifiable :-( Looking at the Restlet interface I'm not sure I can find a way to implement the lifecyle I need within the plugin. Can you see a place where additional control of the resourceClasses can be provided? Wouldn't this level of control be required for deployment within an OSGi container? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2847873

