On Mon, Sep 27, 2010 at 5:47 PM, Mark Webb <elihusma...@gmail.com> wrote:
> I am working to set up Camel to receive data on a MINA endpoint.  I
> have the following statement in my camel XML file:
>
>        <route>
>                <from uri="mina:tcp://localhost:5555?textline=true"/>
>                <to uri="jms:topic:mina.topic" />
>        </route>
>
> When I start up ActiveMQ, I get the following:
>
> Failed to execute main task. Reason: java.lang.NoSuchMethodError:
> org.apache.camel.CamelContext.getExecutorServiceStrategy()Lorg/apache/camel/spi/ExecutorServiceStrategy;
>
>
>
> Where am I going wrong?  Is this the proper way to set this up, or am
> I doing something else wrong?
>

You may have mixed versions of Camel in the classpath. Make sure they
are all from the same version.


> Thanks,
> Mark
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to