dkulp commented on a change in pull request #538: [CXF-7990]:Fix Infinite loop 
when service endpoint throws SOAPFaultEx…
URL: https://github.com/apache/cxf/pull/538#discussion_r273941618
 
 

 ##########
 File path: 
core/src/main/java/org/apache/cxf/interceptor/FaultOutInterceptor.java
 ##########
 @@ -25,6 +25,7 @@
 import java.util.logging.Logger;
 
 import javax.xml.stream.XMLStreamWriter;
+import javax.xml.ws.soap.SOAPFaultException;
 
 Review comment:
   
   This makes core depend on SAAJ which is definitely not what we'd want to do. 
  Let me take a look at the test case to see if there is a different way to 
handle this from the jaxws fault interceptors.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to