Re: loading xml file

2012-02-15 Thread Claus Ibsen
On Tue, Feb 14, 2012 at 10:01 AM, Samruben wrote: > Hi > I have seen some simplerouterfromxml java file in the link > > http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/jaxb/SpringLoadRouteFromXmlTest.java?view=markup&pathrev=1040085 > > whether I nee

Re: loading xml file

2012-02-14 Thread Samruben
Hi I have added two doubts within same topic. Thats the mistake i did. People provided me some solutions for loading routers from xml. I did it. Now i need to pass jaxb object to the xml flow. -- View this message in context: http://camel.465427.n5.nabble.com/loading-xml-file-tp5483420p5484851

Re: loading xml file

2012-02-14 Thread Samruben
Hi I have added two doubts within same topic. Thats the mistake i did. People provided me some solutions for loading routers from xml. I did it. Now i need to pass jaxb object to the xml flow. -- View this message in context: http://camel.465427.n5.nabble.com/loading-xml-file-tp5483420p5484849

Re: loading xml file

2012-02-14 Thread Willem Jiang
Please don't send the mail twice by asking for an example. I think lots of people already provide you some throughts. Can you take some time to try them all ? On Wed Feb 15 02:53:03 2012, Samruben wrote: Hi I am new user to camel. I have a project created using JAXB. My requirement is, when t

Re: loading xml file

2012-02-14 Thread Samruben
Hi I have seen some simplerouterfromxml java file in the link http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/jaxb/SpringLoadRouteFromXmlTest.java?view=markup&pathrev=1040085 whether I need to do the same thing or its for older version? // load ro

Re: loading xml file

2012-02-14 Thread Vincent Nonnenmacher
Samruben I highly recommend the "camel on action" book it is enlightning to say the least. On Tuesday, February 14, 2012, Claus Ibsen wrote: > On Tue, Feb 14, 2012 at 8:36 AM, Samruben wrote: >> Thank you for your reply. >> >> I have gone through it. Is there any demo example implemented this

Re: loading xml file

2012-02-13 Thread Claus Ibsen
On Tue, Feb 14, 2012 at 8:36 AM, Samruben wrote: > Thank you for your reply. > > I have gone through it. Is there any demo example implemented this concept > in already existing camel examples? > No there is no examples. > -- > View this message in context: > http://camel.465427.n5.nabble.com/l

Re: loading xml file

2012-02-13 Thread Samruben
Thank you for your reply. I have gone through it. Is there any demo example implemented this concept in already existing camel examples? -- View this message in context: http://camel.465427.n5.nabble.com/loading-xml-file-tp5481677p5481741.html Sent from the Camel - Users mailing list archive at

Re: loading xml file

2012-02-13 Thread Claus Ibsen
Hi You can take a look at this little example, its about loading a Camel XML route and adding it as a route to Camel: http://camel.apache.org/loading-routes-from-xml-files.html On Tue, Feb 14, 2012 at 8:00 AM, Samruben wrote: > Hi > I am a new user to camel. > > Could you provide me some exampl