Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-3232

OneWayProcessorInterceptor throws fault on WebSphere

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.1
    • 2.3.2
    • Bus
    • None
    • webSphere WAS

    Description

      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.

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            benjishults Benjamin Shults
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: