-
Enhancement
-
Resolution: Done
-
Major
-
jbossws-cxf-3.4.1
-
Low
When using CXF Continuations like in this example (http://stackoverflow.com/questions/8668754/nonblocking-webservice-endpoint-with-jboss6-and-cxf-continuation-api), the whole servlet request crashes with an SuspendedInvocationException. This exception is thrown to interrupt the interceptor chain and should be caught somewhere between the interceptor chain and the underlaying servlet container.