hi Ty, you could set a default Restlet in the JaxRsRouter (or in the JaxRsApplication)
best regards Stephan Ty schrieb: > Hi, > Does anyone know how to set a default router (catch-all route) using jax-rs. > In standard restlet I'd do this: > > final Router myRouter = new Router(getContext()); > myRouter.attachDefault(CatchAll.class); > > Is there a way to get the same functionality using jax-rs? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1322611

