[
https://issues.apache.org/jira/browse/CXF-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-3232.
------------------------------
Resolution: Fixed
Fix Version/s: 2.3.2
Assignee: Daniel Kulp
> OneWayProcessorInterceptor throws fault on WebSphere
> ----------------------------------------------------
>
> Key: CXF-3232
> URL: https://issues.apache.org/jira/browse/CXF-3232
> Project: CXF
> Issue Type: Bug
> Components: Bus
> Affects Versions: 2.3.1
> Environment: webSphere WAS
> Reporter: Benjamin Shults
> Assignee: Daniel Kulp
> Fix For: 2.3.2
>
>
> WebSphere rejects all incoming SOAP messages to one-way WSDLs. This error
> does not occur on WebLogic.
> OneWayProcessorInterceptor handleMessage throws a fault from line 93.
> More specifically, org.apache.cxf.transport.AbstractConduit throws the
> exception from line 56.
> This call to close gets us into
> org.apache.cxf.transport.http.AbstractHTTPDestination.flushHeaders(...) which
> calls IBM's implementation of SRTServletResponse.setContentType(...).
> That implementation of setContentType(...) throws a NullPointerException when
> null is passed in.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.