Re: [ANNOUNCE] Apache Camel 3.19.0 Released

2022-10-05 Thread Christopher Love
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.

Production deploy options - standalone jvm vs war multi-homed jetty

2014-12-30 Thread Christopher Love
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

Re: Issue with Camel annotations not being processed [OSGi, Blueprint, Javaconfig]

2012-11-06 Thread Christopher Love
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

Re: Issue with Camel annotations not being processed [OSGi, Blueprint, Javaconfig]

2012-11-05 Thread Christopher Love
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

Re: Issue with Camel annotations not being processed [OSGi, Blueprint, Javaconfig]

2012-11-02 Thread Christopher Love
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

Re: Camel and ActiveMQ playing together

2012-09-27 Thread Christopher Love
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

Context Scan with @Configuration and camel-spring-javaconfig

2012-09-27 Thread Christopher Love
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

Camel and ActiveMQ playing together

2012-09-27 Thread Christopher Love
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

Re: Splitter Question - ArrayList

2012-05-29 Thread Christopher Love
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

Splitter Question - ArrayList

2012-05-28 Thread Christopher Love
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

Re: Can't I do this with a filter?

2012-04-06 Thread Christopher Love
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

Re: File endpoint getting actual filename ${file:nameonly}

2012-03-18 Thread Christopher Love
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

Re: File endpoint getting actual filename ${file:nameonly}

2012-03-17 Thread Christopher Love
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 > >

Re: File endpoint getting actual filename ${file:nameonly}

2012-03-16 Thread Christopher Love
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

Re: File endpoint getting actual filename ${file:nameonly}

2012-03-14 Thread Christopher Love
.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