assertEquals(491, postMethod.getStatusCode());
assertEquals("Some message", postMethod
.getResponseHeader("throwemptyentitywebappexception").getValue());
assertEquals(getBaseURI(), postMethod.getResponseHeader("ExceptionPage").getValue());
CommentError c =
(CommentError)JAXBContext.newInstance(CommentError.class.getPackage().getName())
.createUnmarshaller().unmarshal(postMethod.getResponseBodyAsStream());
assertEquals("WebApplicationExceptionMapProvider set message", c.getErrorMessage());
}