You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Konrad Wulf (JIRA)" <ji...@apache.org> on 2015/06/11 10:56:00 UTC

[jira] [Commented] (CXF-6456) maven compile: method getBackChannel in interface org.apache.cxf.transport.Destination cannot be applied to given types

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

Konrad Wulf commented on CXF-6456:
----------------------------------

I know the method signature changed from 2.7.x to 3.1.x, but according to the maven dependency tree, there is only the 3.1.1 version of cxf-core in the classpath! 

> maven compile: method getBackChannel in interface org.apache.cxf.transport.Destination cannot be applied to given types
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-6456
>                 URL: https://issues.apache.org/jira/browse/CXF-6456
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.1.0, 3.1.1
>            Reporter: Konrad Wulf
>
> in maven projetcs using cxf-rt-bindings-soap cannot compile using version 3.1.1 or 3.1.0 version of cxf-core.
> I get the following exception:
> [ERROR] /C:/workspace/trunk/MeonaAuth/java/de/meona/auth/CxfAuthInterceptor.java:[111,38] method getBackChannel in interface
> org.apache.cxf.transport.Destination cannot be applied to given types;
>   required: org.apache.cxf.message.Message,org.apache.cxf.message.Message,org.apache.cxf.ws.addressing.EndpointReferenceType
>   found: org.apache.cxf.message.Message
>   reason: actual and formal argument lists differ in length 
> I used the following dependency im my pom, resolved by maven central repo:
>         <dependency>
>             <groupId>org.apache.cxf</groupId>
>             <artifactId>cxf-rt-bindings-soap</artifactId>
>             <version>3.1.1</version>
>         </dependency>



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