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:51:00 UTC

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

Konrad Wulf created CXF-6456:
--------------------------------

             Summary: 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.1, 3.1.0
            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)