Resteasy Client keeping connection allocated after a method throws an Exception
问题 I'm currently using TJWSEmbeddedJaxrsServer to help me with my RESTful API tests (created with Resteasy) and it works sweetly. But a problem happens when any of the called methods throws an Exception: the Reasteasy Client becomes "lost" and still holds the connection, not allowing for the other test methods to call the RESTful service. It happens even if you instanciate a Provider that can Unwrap the Exception and use it in the embedded server. Can anyone help me, please? To simulate the