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
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
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
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
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
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
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
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
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