Re: Using camel file component within a jar to read a file

2009-09-28 Thread Claus Ibsen
Hi Answered here http://fusesource.com/forums/thread.jspa?messageID=4479ᅿ On Mon, Sep 28, 2009 at 10:10 PM, alexbp wrote: > > Hello, > > I have a camel route configuration where an xml data file is read from a > filesystem and then it's contents are placed into jms topic. The > configuration wo

Using camel file component within a jar to read a file

2009-09-28 Thread alexbp
Hello, I have a camel route configuration where an xml data file is read from a filesystem and then it's contents are placed into jms topic. The configuration works when started from Eclipse, however when the entire project is packaged as a jar file with dependencies, Camel does not seem to locat

Re: Atom Component

2009-09-28 Thread Claus Ibsen
On Mon, Sep 28, 2009 at 10:05 AM, jpcook wrote: > > Thanks! > > One last probably silly question. What you initialise consumerTemplate as or > do you extend from a particular class for this to work? > > We're not using Spring so can't do any injection as per another thread I > saw. > You can crea

Re: Atom Component

2009-09-28 Thread jpcook
Thanks! One last probably silly question. What you initialise consumerTemplate as or do you extend from a particular class for this to work? We're not using Spring so can't do any injection as per another thread I saw. And then does the url actually contain the atom part? Looking at the wiki pa