unsubscribe
On Mon, Oct 3, 2022 at 9:42 AM Gregor Zurowski
wrote:
> The Camel PMC is pleased to announce the release of Apache Camel 3.19.0.
>
> Apache Camel is an open source integration framework that empowers you
> to quickly and easily integrate various systems consuming or producing
> data.
Hi all
First of this is an awesome project, I am always touting how I can write
four lines of code, and do SO much.
Background:
We are currently running in production tomcat with separate wars for
different camel projects. One of the projects is quickly becoming a
monster where we will need to
enjamin
>
> On 05.11.2012 20:32, Christopher Love wrote:
> > Claus
> >
> > @Value was added in spring 3.1 - so this is a spring dm support issue?
> Let
> > me see if camel is using the latest flavor of the month
> >
> > Chris
> >
> > On Mon
Claus
@Value was added in spring 3.1 - so this is a spring dm support issue? Let
me see if camel is using the latest flavor of the month
Chris
On Mon, Nov 5, 2012 at 8:09 AM, Claus Ibsen wrote:
> On Fri, Nov 2, 2012 at 10:17 PM, Christopher Love
> wrote:
> > Claus and other
Claus and other
I am just coming up to speed on blueprint / osgi, and I think I may be
running into the same form of issue. @Value with property place holder
does not seem to be populating when the route is deployed inside of Karaf.
In unit test it populates the string correctly running inside o
Karaf for all environments you also gain a standard platform that
> your M&C postions can establish standard processes but not limit your
> ability to be flexible and meet the needs of your application regardless of
> its design.
>
> My two cents...
>
> Best Regards,
&g
Hi all
Quick question about moving from XML to javaconfig.
In the past I have used this:
http://camel.apache.org/schema/spring";>
I see the single route example using SingleRouteCamelConfiguration and I
saw CamelConfiguration that comes in camel-spring-javaconfig.
How do I do a contextScan
Hi all
Iam trying to figure out if I want to run camel routes inside of ActiveMQ,
Jetty or Karaf. I would also like to use Spring 3.1 and Camel 2.10.
It appears that ActiveMQ (latest ver) may or may not use spring (I think it
is optional), and is shipped with Camel 2.9.2. Because of this I am
t
amel.apache.org/splitter
>
> And use tracer to see what goes on
> http://camel.apache.org/tracer
>
> Or write an unit test and debug the code.
>
>
> On Tue, May 29, 2012 at 5:29 AM, Christopher Love
> wrote:
> > Hi all I am trying to split an ArrayList and send i
Hi all I am trying to split an ArrayList and send it to a queue.
I am not getting anything after the split. Ideas? What debug logging
should I tweak?
from("seda:ReloadLSADocs")
.to("clearHeader")
.validate(header("IGIVE_DOIT").isNotNull())
.routeId("reload-lsa-docs")
.to("bean:lsaRedisService?m
Thanks Claus
For some reason is was getting a npe with the solution of using the 'not',
so I inverted the method and it works like a charm!
Chris
On Fri, Apr 6, 2012 at 10:04 AM, Claus Ibsen wrote:
> Hi
>
> If you use a filter then you most likely need to invert the method.
> eg a isNotXXX met
che.org/simple
>
>
> On Sat, Mar 17, 2012 at 12:03 AM, Christopher Love
> wrote:
> > So I have diagnosed this further. Does anyone have experience running
> > Camel with-in a grails application. For some reason simple language does
> > not seem to be evaluatin
m of this page
> http://camel.apache.org/simple
>
>
> On Sat, Mar 17, 2012 at 12:03 AM, Christopher Love
> wrote:
> > So I have diagnosed this further. Does anyone have experience running
> > Camel with-in a grails application. For some reason simple language does
> >
r 14, 2012 at 11:11 AM, Christopher Love
wrote:
> .setHeader("foo", header(Exchange.FILE_NAME_ONLY)) gives me a header with
> value
> of ${file:onlyname} ... arg ... I am wondering if this is groovy not
> playing nice. I kinda doubt it, but next step is to write a java un
.setHeader("foo", header(Exchange.FILE_NAME_ONLY)) gives me a header
with value
of ${file:onlyname} ... arg ... I am wondering if this is groovy not
playing nice. I kinda doubt it, but next step is to write a java unit test
and recreate.
Here is the logs
2012-03-14 11:08:15,707 INFO Camel (cam
15 matches
Mail list logo