Hi
In the Camel XML file, which I assume is a blueprint XML file, then do
you have a for the data source?
There is a bit details here:
http://aries.apache.org/modules/blueprint.html
Christian Schneider wrote a Camel and OSGi blog series. You may find
some useful details here
http://www.liquid-r
I know that there are a lot of information about this, but it is second week
while searching through various posts, but I cannot find any solution.
Simple scenario: I need datasource bean, to use it with JDBC component.
I've created db.xml for datasource:
http://www.osgi.org/xmlns/blueprint/v1.0
its based on the Exchange Pattern being used...internally the SEDA producer
is calling ExchangeHelper.isOutCapable(exchange) which returns TRUE if the
pattern is NOT InOnly/RobustInOnly
Edwin wrote
>
> Hi Folks,
>
> With reference to /http://camel.apache.org/seda.html/ section /Use of
> Request