Re: Exceptions ignored while creating representation?

2007-08-01 Thread Jerome Louvel
Hi Richard, In fact, when the connector writes the response entity, the response status code should already be sent on the wire as it is written in the first line of the HTTP response. So it seems that the only feasible thing for the connector is to end the response (chunked encoding) or close

Exceptions ignored while creating representation?

2007-07-31 Thread Richard Wallace
Hello, I'm messing around with using the SaxRepresentation and the XmlWriter to create a XHTML representation of my resources similar to how they're created in RESTful Web Services. So, in my resource I have @Override public Representation getRepresentation (Variant variant) {