[ 
https://issues.apache.org/activemq/browse/CAMEL-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40020
 ] 

James Strachan commented on CAMEL-118:
--------------------------------------

Adding back the transport-local dependency you deleted removes some of the 
compile errors...

{code}
/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java:[46,15]
 cannot find symbol
symbol  : constructor 
CxfProducer(org.apache.camel.component.cxf.CxfEndpoint,org.apache.cxf.transport.local.LocalTransportFactory)
location: class org.apache.camel.component.cxf.CxfProducer

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfProducer.java:[78,31]
 cannot find symbol
symbol  : method getAddress()
location: class org.apache.camel.component.cxf.CxfEndpoint

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfProducer.java:[79,28]
 cannot find symbol
symbol  : method getServiceClass()
location: class org.apache.camel.component.cxf.CxfEndpoint

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfProducer.java:[80,63]
 cannot find symbol
symbol  : method getServiceClass()
location: class org.apache.camel.component.cxf.CxfEndpoint

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfProducer.java:[82,28]
 cannot find symbol
symbol  : method getWsdlURL()
location: class org.apache.camel.component.cxf.CxfEndpoint

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfProducer.java:[83,35]
 cannot find symbol
symbol  : method getWsdlURL()
location: class org.apache.camel.component.cxf.CxfEndpoint
{code}

Am guessing you used a different CXF version?

> Camel CXF Invoker component support
> -----------------------------------
>
>                 Key: CAMEL-118
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-118
>             Project: Apache Camel
>          Issue Type: Sub-task
>          Components: camel-cxf
>            Reporter: Willem Jiang
>             Fix For: 1.2.0
>
>         Attachments: cxf.patch, filestates
>
>
> CXFProducer  holds the CXF client's reference,CXFConsumer holds the  CXF 
> server's reference, Now I just wrote a router test which redirect a service 
> request from CXFService A to CXFService B
> I attached a patch and a svn state out put which would be helpful to verify 
> the files statues

-- 
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