Re: Camel and PostgreSQL

2013-10-09 Thread Christian Mueller
Can you please subscribe to the discussion forum as we describe here [1]. Otherwise all your mails has to be moderate by the Camel team and is may missed/delayed. [1] http://camel.apache.org/discussion-forums.html Thanks in advance, Christian -- View this message in context: http://camel.4654

Re: Camel and PostgreSQL

2013-10-09 Thread Bob Jolliffe
Does seem to be a strange question. If you are just trying to access a postgresql database from within a camel route, using for example the sql component, then you need to: 1. setup a bean for the postgresql datasource, something like 2. then you can

Re: Camel and PostgreSQL

2013-10-09 Thread Charles Moulliard
What a strange question ? What do you plan to do / develop with Camel ? Which component would you like to use ? Which framework do you plan to use (Spring, Blueprint, CDI, EE, ...) ? Without such info, we can't help you. On Wed, Oct 9, 2013 at 2:27 PM, Eagleye wrote: > How do I configure camel