Re: SoapOutEndingInterceptor fails when exception is thrown

2018-06-11 Thread Colm O hEigeartaigh
OK - I've updated the documentation with the correct link now. Colm. On Mon, Jun 11, 2018 at 3:16 PM, Aage Nielsen wrote: > Hmmm strange - we have deployed the ws to a Wildfly 8 container and > exclude the webservices subsystem - but still the same error :-( Is the > idea to manipulate with

Re: SoapOutEndingInterceptor fails when exception is thrown

2018-06-11 Thread Aage Nielsen
Hmmm strange - we have deployed the ws to a Wildfly 8 container and exclude the webservices subsystem - but still the same error :-( Is the idea to manipulate with the XMLStreamWriter and generate parts of a soapfault or just to throw exceptions and let cxf handle it ? We have a lot of other

Re: SoapOutEndingInterceptor fails when exception is thrown

2018-06-11 Thread Colm O hEigeartaigh
If I modify the configuration_interceptor demo in that way I just get a NPE: java.lang.NullPointerException at java.util.zip.DeflaterOutputStream.(DeflaterOutputStream.java:84) ---