Re: Adding/removing JAX-RS resources at runtime

2009-06-13 Thread Stephan Koops
Hi Fabio, sorry for the delay, I was on holiday. You could 1. create and add another subclass of javax.ws.rs.Application, with your additional classes, 2. build a subclass or org.restlet.ext.jaxrs.JaxRsApplication, where you could add the singletons or classes directly, or 3.

Re: Response for a 405 can't be parsed by SAX

2009-06-13 Thread Stephan Koops
Hi Rhett, >> Hello Everyone, I had a question about the 405 response message >> returned by Restlet 1.1.1. When I try a parse the XML response, I >> get the following: >> >> [Fatal Error] :8:3: The element type "br" must be terminated by >> the matching end-tag "". >> >> The entire respo

Re: Response for a 405 can't be parsed by SAX

2009-06-13 Thread Rhett Sutphin
Hi Stephan, On Jun 13, 2009, at 3:45 PM, Stephan Koops wrote: > Hi Rhett, >>> Hello Everyone, I had a question about the 405 response message >>> returned by Restlet 1.1.1. When I try a parse the XML response, I >>> get the following: >>> >>>[Fatal Error] :8:3: The element type "br" must be