One should not have to explicitly provide the service/port for cxf is there's 
only one
--------------------------------------------------------------------------------------

                 Key: CAMEL-2345
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2345
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.1.0
            Reporter: Hadrian Zbarcea
            Assignee: Hadrian Zbarcea


This is due to the following code in {{Client createClient()}} in {{CxfEnpoint}}

{code}
        } else {
            ObjectHelper.notNull(portName, "Please provide endpoint/port name");
            ObjectHelper.notNull(serviceName, "Please provide service name");
            ClientFactoryBean factoryBean = createClientFactoryBean();
{code}

When there's only one service/port, we should just use it.

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

Reply via email to