Re: camel-mail and camel-cxf incompatible?

2014-04-20 Thread bocamel
Willem, thank you very much for the quick response! Your suggestion worked perfectly. -- View this message in context: http://camel.465427.n5.nabble.com/camel-mail-and-camel-cxf-incompatible-tp5750386p5750393.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Patch - camel-jetty - Allow for static file handlers

2014-04-20 Thread Willem Jiang
Hi Kuro, Thanks for sharing the solution with us. But I’m afraid I cannot apply this patch into Apache Camel repository. As I had said in CAMEL-4363, camel share the same servlet across the endpoints which share the same port, this option can only work per server(port) not per jetty endpoint. I

Re: Out of Memory For huge Json Response

2014-04-20 Thread Willem Jiang
Can I have a look at your camel route? camel-http is using the stream by default and it can spool big streams to files. I guess there could be something wrong after you get the response from the RSET service, So I need to know more detail about your camel route. -- Willem Jiang Red Hat, Inc. W

Re: camel-mail and camel-cxf incompatible?

2014-04-20 Thread Willem Jiang
It looks like there some conflict between the java mail jar and  geronimo-javamail_1.4_spec.jar. Can you try to exclude the  org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1 just below the dependency of cxf-rt-transports-http-jetty. -- Willem Jiang Red Hat, Inc. Web: http://www.

JDBC Producer with auto generated keys and named parameters

2014-04-20 Thread Pascal Klink
Hi everyone, I have a question regarding the JDBC producer: Why is the retrieval of auto generated keys not supported when using named parameters? I'm asking because after looking through the code of the producer I could not understand why this was not implemented, since the java.sql.Connecti

camel-mail and camel-cxf incompatible?

2014-04-20 Thread bocamel
I am having a problem with a camel project that uses both camel-mail and camel-cxf. If only camel-mail is used, it can successfully consume emails from an IMAP endpoint. But if camel-cxf maven dependency is included, even if there is no cxfendpoint route defined in Camel Context, the IMAP consume