Re: Can't grok event driven consumer

2014-09-25 Thread Claus Ibsen
Hi See how the direct producer is implemented if you want a behavior like that. On Wed, Sep 24, 2014 at 11:16 PM, Tim Dudgeon tdudgeon...@gmail.com wrote: I'm wanting to create a Component that acts as a simple from: endpoint, just like, for instance, direct: does. I want to be able to send

CamelSpringDelegatingTestContextLoaderTest test run problem

2014-09-25 Thread 0l3gK
Hi,I'm trying to run the test example *CamelSpringDelegatingTestContextLoaderTest* provided with camel-*spring-javaconfig 2.15-snapshot* on *jdk1.8.0_11* and keep getting this exception : java.lang.NoSuchMethodError:

Re: Camel-XmlJson dataformat and ASLV2

2014-09-25 Thread Christian Müller
Hi Charlie! It's not complaint with the Apache rules [1]. We will fix this asap. [1] http://www.apache.org/legal/3party.html#category-x Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache

Re: Re: Why does Bindy prohibit empty files?

2014-09-25 Thread a_blithe
Hi Charles, I've created the requested ticket: https://issues.apache.org/jira/browse/CAMEL-7862 Thank you in advance. I've implemented the onException() method already to log and handle other occurring exceptions in that route. Therefore I'd like to avoid the IllegalArgumentException if

AW: timer to Route - nothing happen

2014-09-25 Thread Stiefel, Daniel
Thanks, that helped.

Confusing cxf log messages after upgrading to 2.14.0

2014-09-25 Thread Preben.Asmussen
After upgrade the CXF producer info logs like CxfProducerINFO CxfProducer cannot find the operationName from message header, try to use the defaultOperationName This is due to change in in https://issues.apache.org/jira/browse/CAMEL-7503

Re: Confusing cxf log messages after upgrading to 2.14.0

2014-09-25 Thread Claus Ibsen
Hi Yeah INFO logging per message is a bad idea. Feel free to log a JIRA so we can tone it down. And also if you get that option set, then there is a bug in that code check. Maybe there is a case sensitive issue with DefaultXXX vs defaultXXX On Thu, Sep 25, 2014 at 2:56 PM, Preben.Asmussen

Re: Confusing cxf log messages after upgrading to 2.14.0

2014-09-25 Thread Raul Kripalani
Yep, perhaps try setting it as a cxf:property / in your bean... *Raúl Kripalani* Apache Camel PMC Member Committer | Enterprise Architect, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On

Re: Confusing cxf log messages after upgrading to 2.14.0

2014-09-25 Thread Preben.Asmussen
Hi created https://issues.apache.org/jira/browse/CAMEL-7863 I actually still works as expected when setting the DefaultOperationName as an endpoint option, so there is no new bug. But to avoid the info logging pr. message you currently have to set a header 'operationName' too. Best, Preben

FIS Connectivity usingApache Camel

2014-09-25 Thread Ravi Gupta 7
How we can connect with FIS system using apache camel. FIS system understand the request on cobol format? Thanks Regards Ravi Gupta

Re: Corrupt pdf from classpath

2014-09-25 Thread scottdawson
Hello, I wrote a component based on the code shown here: http://code.notsoclever.cc/writing-camel-component-camel-static-resource/ http://code.notsoclever.cc/writing-camel-component-camel-static-resource/ to deliver static files, mostly PNG files in my case but I see no reason why it won't work

Camel's Swagger vs. Spring MVC Swagger

2014-09-25 Thread Matt Raible
Hey all, I'm starting to develop a new application and I'm researching using Camel's REST DSL vs. Spring Boot and it's REST support. The last application I wrote used Apache Camel + Spring Boot, but I only used the external properties support from Boot. For this new application, I have a

Re: JMS - asyncConsumer threads

2014-09-25 Thread Andrew Thorburn
I'd be happy to update the docs, though I've haven't signed the agreement yet. Can I take it that I understand what's going on correctly, regarding the asyncConsumer option? Thanks, - Andrew On Thu, Sep 25, 2014 at 7:35 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi You are welcome to

Re: Confusing cxf log messages after upgrading to 2.14.0

2014-09-25 Thread Willem Jiang
The info log is try to tell the user that the CxfProducer is looking up the operation name. I’m OK to change the log level to DEBUG, I will update the Java doc and Wiki page for operation name look up processing. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog:

[camel-jcr] The trouble about the JCR multi-valued property when using JCR_GET_BY_ID

2014-09-25 Thread Charlee Chitsuk
Hi, I'm using the Apache Camle version 2.14.0 and have found some trouble about the camel-jcr with JCR_GET_BY_ID when the node contains multi-valued property as [1]. I also have a chance to investigate to the camel-jcr source code, the org.apache.camel.component.jcr.JcrProducer, and

Re: [camel-jcr] The trouble about the JCR multi-valued property when using JCR_GET_BY_ID

2014-09-25 Thread Charlee Chitsuk
Hi, Here is a StackOverflow question [1]. Best Regards, Charlee Ch. [1] http://stackoverflow.com/questions/26051930/the-trouble-about-the-jcr-multi-valued-property-when-using-jcr-get-by-id -- 2014-09-26 10:51 GMT+07:00 Charlee Chitsuk charlee...@gmail.com: Hi, I'm using the Apache