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

Make org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor compatible with WebSphere 7

    Details

    • Type: Wish
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 2.7.13
    • Fix Version/s: 3.0.3, 2.7.14, 3.1
    • Component/s: Core
    • Labels:
    • Environment:

      WebSphere 7, Java 1.6

    • Estimated Complexity:
      Unknown

      Description

      CXF 2.7.13 introduced org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor$HeadersProcessor which is is invoking javax.xml.stream.XMLEventFactory.newFactory()

      This causes problems with WebSphere 7, as IBM seems to have supplied some older version of XMLEventFactory which lacks the method newFactory(). There is newInstance(), which would work - I don't see the difference between both methods.

      Could CXF use newInstance() to support WebSphere 7? I am currently stuck with CXF 2.7.12 because of this.

      Thanks!

        Attachments

          Activity

            People

            • Assignee:
              dkulp Daniel Kulp
              Reporter:
              jengehau Jan Engehausen
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: