Not able to define processor in Camel

2014-07-24 Thread nettome
ere - 1. Is my bean definition correct? 2. Should I create the camelContext in the XML file or the Java code 3. Is my XML structured properly. Please guide. I'm stuck and not able to find much on the internet. thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Not-

Re: Not able to define processor in Camel

2014-07-24 Thread Claus Ibsen
reate the camelContext in the XML file or the Java code > 3. Is my XML structured properly. > > Please guide. I'm stuck and not able to find much on the internet. > > thanks! > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble

Re: Not able to define processor in Camel

2014-07-24 Thread nettome
l.apache.org/schema/spring}aggregate>, -- View this message in context: http://camel.465427.n5.nabble.com/Not-able-to-define-processor-in-Camel-tp5754376p5754380.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Not able to define processor in Camel

2014-07-24 Thread Claus Ibsen
> > unexpected element (uri:"", local:"bean"). Expected elements are > <{http://camel.apache.org/schema/spring}aggregate>, > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Not-able-to-define-processor-in-Camel-tp5754376p57

Re: Not able to define processor in Camel

2014-07-24 Thread nettome
getting hit now, how to proceed around that? Neither is it gng to the CacheComponentProducer I created however I can see the sysout in my CacheComponent on the console. -- View this message in context: http://camel.465427.n5.nabble.com/Not-able-to-define-processor-in-Camel-tp5754376p5754386.h

Re: Not able to define processor in Camel

2014-07-24 Thread Claus Ibsen
r) is not getting hit now, how to proceed around > that? Neither is it gng to the CacheComponentProducer I created however I > can see the sysout in my CacheComponent on the console. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com

Re: Not able to define processor in Camel

2014-07-24 Thread nettome
I increased the time to 20 seconds still I my producer is not called. I don't think that's the problem. -- View this message in context: http://camel.465427.n5.nabble.com/Not-able-to-define-processor-in-Camel-tp5754376p5754406.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Not able to define processor in Camel

2014-07-24 Thread Claus Ibsen
text: > http://camel.465427.n5.nabble.com/Not-able-to-define-processor-in-Camel-tp5754376p5754406.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com Twitter: davsclaus Blog: http://davsclau

Re: Not able to define processor in Camel

2014-07-25 Thread nettome
r it... -- View this message in context: http://camel.465427.n5.nabble.com/Not-able-to-define-processor-in-Camel-tp5754376p5754431.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Not able to define processor in Camel

2014-07-25 Thread Claus Ibsen
> > > but, my CacheComponentProducer is not invoked. > Also, when I'm doing the same thing in a java program through JAVA DSL, its > working. My CacheComponentProducer is getting called. > > where should i look for it... > > > > -- > View this message in