You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "funregis (JIRA)" <ji...@apache.org> on 2014/10/31 11:54:34 UTC

[jira] [Comment Edited] (CXF-6068) Make org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor compatible with WebSphere 7

    [ https://issues.apache.org/jira/browse/CXF-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191681#comment-14191681 ] 

funregis edited comment on CXF-6068 at 10/31/14 10:53 AM:
----------------------------------------------------------

same problem with CXF 3.0.2


was (Author: funregis):
same problem with 3.0.2

> Make org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor compatible with WebSphere 7
> -----------------------------------------------------------------------------------------------
>
>                 Key: CXF-6068
>                 URL: https://issues.apache.org/jira/browse/CXF-6068
>             Project: CXF
>          Issue Type: Wish
>          Components: Core
>    Affects Versions: 2.7.13
>         Environment: WebSphere 7, Java 1.6
>            Reporter: Jan Engehausen
>              Labels: easyfix
>
> 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!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)