CxfProducer should throw a more meaningful exception when it can't find the
binding operation info
--------------------------------------------------------------------------------------------------
Key: CAMEL-3596
URL: https://issues.apache.org/jira/browse/CAMEL-3596
Project: Camel
Issue Type: Improvement
Components: camel-cxf
Reporter: Willem Jiang
Assignee: Willem Jiang
Priority: Minor
Fix For: 2.7.0
CxfProducer should help user to specify a right operation Qname instead of
complain about cannot find the BindingOperationInfo.
{code}
java.lang.IllegalArgumentException: BindingOperationInfo must be specified
java.lang.IllegalArgumentException: BindingOperationInfo must be specified
at
org.apache.camel.util.ObjectHelper.notNull(ObjectHelper.java:269)
at
org.apache.camel.component.cxf.CxfProducer.process(CxfProducer.java:113)
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.