You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/11/19 17:31:53 UTC

[jira] Resolved: (CAMEL-2202) Upgrade to CXF 2.2.5

     [ https://issues.apache.org/activemq/browse/CAMEL-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2202.
--------------------------------

    Resolution: Fixed

Willem have done this

> Upgrade to CXF 2.2.5
> --------------------
>
>                 Key: CAMEL-2202
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2202
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-cxf
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> Looks like you cannot do 2.2.4 -> 2.2.5 upgrade out of the box :(
> We hit some compilations failures
> {code}
> [INFO] Compilation failure
> /Users/davsclaus/workspace/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java:[157,31] createClient(org.apache.cxf.endpoint.Endpoint) in  cannot override createClient(org.apache.cxf.endpoint.Endpoint) in org.apache.cxf.frontend.ClientFactoryBean; attempting to use incompatible return type
> found   : void
> required: org.apache.cxf.endpoint.Client
> ...
> {code}
> Hmm dont like that CXF is not binary compatible!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.