Hi, I am running a jax-ws web service on Jboss 4.2.2. Whenever a service method throws a buisness exception, cxf (jaxws) set a 500 HTTP status code, which triggers Jboss to insert a Connection: Close header into the HTTP response. This behaviour is undesirable, as I want to re-use the connection in the client.
Any suggestions? Thanks Daniel -- View this message in context: http://cxf.547215.n5.nabble.com/HTTP-keep-alive-tp4262625p4262625.html Sent from the cxf-user mailing list archive at Nabble.com.
