Re: Rss Feed route config

2010-01-13 Thread Claus Ibsen
is now outputting, but it's just a hex code in the >>> getIn().getBody() call. >>> >>> When I turn Camel dubugging on i do see the SyndFeedImpl object populated >>> correctly.  How do I consume/access this object using Camel? >>> >> >> You can ju

Re: Rss Feed route config

2010-01-13 Thread user09772
consume/access this object using Camel? >> > > You can just access it from a Processor or POJO. > >> Thanks. >> -- >> View this message in context: >> http://old.nabble.com/Rss-Feed-route-config-tp27131975p27137305.html >> Sent from the Camel - Users ma

Re: Rss Feed route config

2010-01-12 Thread Claus Ibsen
bject populated > correctly.  How do I consume/access this object using Camel? > You can just access it from a Processor or POJO. > Thanks. > -- > View this message in context: > http://old.nabble.com/Rss-Feed-route-config-tp27131975p27137305.html > Sent from the Camel - U

Re: Rss Feed route config

2010-01-12 Thread user09772
. -- View this message in context: http://old.nabble.com/Rss-Feed-route-config-tp27131975p27137305.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Rss Feed route config

2010-01-12 Thread user09772
e.getIn()); > } > }); > > I never receive any messages, any idea what I'm doing wrong here? > > thanks. > -- View this message in context: http://old.nabble.com/Rss-Feed-route-config-tp27131975p27136368.html Sent from the Camel - Users mailing list archive at Nabble.com.

Rss Feed route config

2010-01-12 Thread user09772
public void process(Exchange e) { LOG.info("Received exchange: " + e.getIn()); } }); I never receive any messages, any idea what I'm doing wrong here? thanks. -- View this message in context: http://old.nabble.com/Rss-Feed-route-config-tp27131975p2713