Re: No component found with schema: jms

2014-09-30 Thread Anjenson
18:41 GMT+03:00 Claus Ibsen-2 [via Camel] < ml-node+s465427n575720...@n5.nabble.com>: > On Mon, Sep 29, 2014 at 11:56 AM, Anjenson <[hidden email] > <http://user/SendEmail.jtp?type=node&node=5757204&i=0>> wrote: > > Hi > > > > I have tried to sw

Re: No component found with schema: jms

2014-09-29 Thread Anjenson
you use Spring, eg define in a spring xml file, > then you define it the usual spring way - whatever ways you can do in > Spring. > > Camel just lookup in the spring application context to find the beans. > - in this case lookup by name, to fine a bean with name "jms" etc. >

Re: No component found with schema: jms

2014-09-29 Thread Anjenson
Hi I have went through many examples but they usually are the same. But I have noticed that when initializing connection in code we also need to add a component to context. Could you, please, explain how to do that in xml file? -- View this message in context: http://camel.465427.n5.nabble.co

Re: No component found with schema: jms

2014-09-29 Thread Anjenson
Hi I have added the following lines inside in order to initialize camel context in xml file (I renamed the file to spring.xml): http://camel.apache.org/schema/spring";> I am not sure whether this makes any difference to disable jmxAgent but it is done in one of the examples

No component found with schema: jms

2014-09-27 Thread Anjenson
Hi, everyone. I am working on a project where we decided to add some interaction using jms and hornetq as provider. I am quite new to Camel so I ran into a problem some if you may refer as trivial. The goal was to initialize connection factory and add the jms component. However, as I understand it

Re: Running apache camel ftp example

2014-07-15 Thread Anjenson
Sometimes stupid questions are the main points ;) Thanks a lot=) -- View this message in context: http://camel.465427.n5.nabble.com/Running-apache-camel-ftp-example-tp5753782p5753821.html Sent from the Camel - Users mailing list archive at Nabble.com.

Running apache camel ftp example

2014-07-14 Thread Anjenson
Hi everyone, I am a complete beginner and I tried to run example with FTP server provided with Camel's latest release. However, application does not work well as the server always states that it can't connect to suggested link I use changed property file as following ftp.client=ftp://127.0.0.1:8