camel pojo with servicemix

2014-04-26 Thread subrata1106
Hi, Can someone direct me to a starter tutorial on how to build and deploy a POJO in service mix 4.5.3 environment? I really need something from very basic as I am not familiar with Java development also. -- View this message in context: http://camel.465427.n5.nabble.com/camel-pojo-with-servic

How To Assemble Tokens After Split

2014-04-26 Thread j_pramanik_ind
Hi, How can I assemble all tokens after splitting original message read from file ? I tried to assemble all token using aggregator but it did not work. Can any one please tell me how to configure in XML DSL for this purpose ? I'm using Apache Camel version 2.10 Following is my XML DSL :

Re: How To Assemble Tokens After Split

2014-04-26 Thread Claus Ibsen
Hi Maybe its the composed message processor eip you are looking for See the splitter only example http://camel.apache.org/composed-message-processor.html On Sat, Apr 26, 2014 at 7:48 PM, j_pramanik_ind wrote: > Hi, > > How can I assemble all tokens after splitting original message read from > fi

Re: camel pojo with servicemix

2014-04-26 Thread Claus Ibsen
Hi There is a little Camel osgi example here https://github.com/apache/camel/tree/master/examples/camel-example-osgi And then the quickstart guide of SMX is worth a read. Even though its for SMX 5.0, then it applies as well for SMX 4.5.x http://servicemix.apache.org/docs/5.0.x/index.html On Sat

Re: Simple interceptor code not working

2014-04-26 Thread shreyaspurohit
Hi Claus, Thanks a lot for that link. Regards, Shreyas -- View this message in context: http://camel.465427.n5.nabble.com/Simple-interceptor-code-not-working-tp5750577p5750630.html Sent from the Camel - Users mailing list archive at Nabble.com.