-
Bug
-
Resolution: Done
-
Major
-
7.2.0.GA
CXF will stuck in a infinite loop when add a detail element in SoapFault of SOAPFaultException:
@WebService(name = "MyEchoService", targetNamespace = "urn:echo")
@Logging
public class MyEchoService {
@WebMethod
public String echoException(String input) throws SOAPFaultException
catch (Exception e)
{ // TODO Auto-generated catch block return e.toString(); }throw ex;
}
private SOAPFaultException wrapToSoapFault(Exception ex) throws Exception
catch (Exception e2)
{ throw e2; }}
}
https://issues.apache.org/jira/projects/CXF/issues/CXF-7990 - CXF goes in Infinite loop when service endpoint throws SOAPFaultException
- is incorporated by
-
JBEAP-16523 (7.2.z) Upgrade Apache CXF from 3.2.7 to 3.2.9
- Closed
- links to