You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2007/08/28 12:36:23 UTC

[jira] Commented: (CAMEL-118) Camel CXF Invoker component support

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

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

After applying your changes I get these compile errors

{code}

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfConsumer.java:[24,38] package org.apache.cxf.transport.local does not exist

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java:[26,38] package org.apache.cxf.transport.local does not exist

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfConsumer.java:[33,18] cannot find symbol
symbol  : class LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfConsumer

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfConsumer.java:[36,66] cannot find symbol
symbol  : class LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfConsumer

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java:[30,38] package org.apache.cxf.transport.local does not exist

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java:[80,11] cannot find symbol
symbol  : class LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfEndpoint

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java:[39,12] cannot find symbol
symbol  : class LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfComponent

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java:[61,11] cannot find symbol
symbol  : class LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfComponent

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java:[71,41] cannot find symbol
symbol  : class LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfComponent

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java:[75,14] cannot find symbol
symbol  : class LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfComponent

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CamelInvoker.java:[10,30] cannot find symbol
symbol  : class MessageContentsList
location: package org.apache.cxf.message

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java:[46,15] internal error; cannot instantiate org.apache.camel.component.cxf.CxfProducer.<init> at org.apache.camel.component.cxf.CxfProducer to ()

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java:[65,44] cannot find symbol
symbol  : class LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfComponent

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java:[78,16] cannot find symbol
symbol  : class LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfComponent

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java:[78,65] cannot find symbol
symbol  : variable LocalTransportFactory
location: class org.apache.camel.component.cxf.CxfComponent

/workspace/java/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CamelInvoker.java:[32,25] cannot find symbol
symbol  : class MessageContentsList
location: class org.apache.camel.component.cxf.CamelInvoker

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

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