Re: Importing routes from other XML files

2010-12-07 Thread Claus Ibsen
On Tue, Dec 7, 2010 at 3:20 PM, Illtud Daniel wrote: > Claus Ibsen wrote: >> >> On Tue, Dec 7, 2010 at 12:29 PM, Claus Straube >> wrote: >>> >>> Hi Daniel, >>> >>> I think this is not part of the documentation, because it's a native >>> spring >>> functionality. With >>> >>> >>> >>> you're impor

Re: Importing routes from other XML files

2010-12-07 Thread Illtud Daniel
Claus Ibsen wrote: On Tue, Dec 7, 2010 at 12:29 PM, Claus Straube wrote: Hi Daniel, I think this is not part of the documentation, because it's a native spring functionality. With you're importing a new Spring context and here of course you need a surrounding bean element. But those of us

Re: Importing routes from other XML files

2010-12-07 Thread Claus Ibsen
On Tue, Dec 7, 2010 at 12:29 PM, Claus Straube wrote: > Hi Daniel, > > I think this is not part of the documentation, because it's a native spring > functionality. With > > > > you're importing a new Spring context and here of course you need a > surrounding bean element. > Yeah its a spring fea

Re: Importing routes from other XML files

2010-12-07 Thread Claus Straube
Hi Daniel, I think this is not part of the documentation, because it's a native spring functionality. With you're importing a new Spring context and here of course you need a surrounding bean element. Best regards - Claus On 07.12.2010 12:11, Illtud Daniel wrote: Yes, I know it's a FAQ

Importing routes from other XML files

2010-12-07 Thread Illtud Daniel
Yes, I know it's a FAQ, my problem is that: http://camel.apache.org/how-do-i-import-routes-from-other-xml-files.html Doesn't work. It appears (from googling) that the imported file needs a element and namespace declarations, which are missing from that FAQ entry, although it appears to show the