age m);
}
The component could of course cache compiled templates using the
Resource as a key.
Raman Gupta
VIVO Systems
http://vivosys.com
On 11/07/2011 01:19 AM, Claus Ibsen wrote:
> Hi
>
> Check this FAQ
> http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html
>
> Woul
I'd like to use camel in a highly configurable application. As an
example, one component I'd like to use is the Flatpack component. The
layout (.pzmap.xml) information will be generated from user-entered
information stored in a database or other data structure, and this
lookup may vary depending on
On 11/01/2011 09:07 PM, Willem Jiang wrote:
> camel-spring and camel-blueprint embed the OsgiDefaultCamelContext in
> their bundle to avoid the bundle start sequence issue.
> If you want to use the OsgiDefaultCamelContext, you may consider to
> use the camel-core-osgi bundle directly.
That is what
camel features.xml)
camel-spring (but the org.apache.camel.core.osgi package is not exported)
I see that OsgiDefaultCamelContext has been removed from camel-spring
on trunk, but camel-core-osgi is still not listed in features.xml.
--
Raman Gupta
VIVO Systems
http://vivosys.com
On 11/01/2011 01:31 AM,
Hi, I'm using camel for a project. My environment is Karaf 2.2.4, with
Guice 3.0 (API version 1.3) and Peaberry 1.2 for service injection.
Because camel-guice only supports Guice 2.0, and seems to have no
built-in support for Peaberry, I'm rolling my own OSGi compatible
camel environment.
I'm ope