[GitHub] camel pull request #1235: Introduce XmppDirectProducer

2016-11-01 Thread allancth
Github user allancth closed the pull request at: https://github.com/apache/camel/pull/1235 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] camel pull request #1239: Cleanup - remove a redundant test resource file

2016-11-01 Thread tadayosi
Github user tadayosi closed the pull request at: https://github.com/apache/camel/pull/1239 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

Camel 2.19 - Java 8 DSL

2016-11-01 Thread Claus Ibsen
Hi I would like to see if we could experiment with continue improving the Java DSL for Java 8 to see if we can make it more Java 8'ish for Content Enricher and Aggregator EIP. They require using the AggregationStrategy interface when you need to merge the 2 exchanges. And it has a POJO binding tha

[GitHub] camel pull request #1240: CAMEL-10427 - CXFRS client gets "Response timeout"...

2016-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1240 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] camel pull request #1241: CAMEL-10431: camel-elslq Fix lookup for named para...

2016-11-01 Thread osmman
GitHub user osmman opened a pull request: https://github.com/apache/camel/pull/1241 CAMEL-10431: camel-elslq Fix lookup for named parameter from headers You can merge this pull request into a Git repository by running: $ git pull https://github.com/osmman/camel camel-elsql Al

zipfile question - thank you

2016-11-01 Thread Mills, Gary (GE Digital)
Camel users, ( thank you ) My project is to receive a zip compressed and encrypted file attachment from a customer, naturally, decompress and decrypt the attachment via email transfer. I am only focusing on the zip portion now because over email I can't get it to work. Seems that the compressio

[GitHub] camel pull request #1241: CAMEL-10431: camel-elslq Fix lookup for named para...

2016-11-01 Thread osmman
Github user osmman closed the pull request at: https://github.com/apache/camel/pull/1241 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

Re: Camel 2.19 - Java 8 DSL

2016-11-01 Thread Luca Burgazzoli
Hi Claus, do you have any simple use case to be used as reference to prototype new Java 8 DSL extensions ? --- Luca Burgazzoli On Tue, Nov 1, 2016 at 12:09 PM, Claus Ibsen wrote: > Hi > > I would like to see if we could experiment with continue improving the > Java DSL for Java 8 to see if we

RE: zipfile question - thank you

2016-11-01 Thread Mills, Gary (GE Digital)
DefaultErrorHandler | 198 - org.apache.camel.camel-core - 2.15.1.redhat-620133 | Failed delivery for (MessageId: ID-alphprdfuse2i-43262-1478008924653-2-36907 on ExchangeId: ID-alphprdfuse2i-43262-1478008924653-2-36908). Exhausted after delivery attempt: 1 caught: org.apache.camel.I

[GitHub] camel pull request #1236: CAMEL-10350: Add Bonita Component

2016-11-01 Thread lio-p
Github user lio-p closed the pull request at: https://github.com/apache/camel/pull/1236 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

Re: Camel 2.19 - Java 8 DSL

2016-11-01 Thread Claus Ibsen
Hi Not yet, but maybe some of those POJO examples in the aggregator EIP. For example to supply a function as a lambda that is used for aggregation. For example how would it look like if it was just a basic function for String concat? For example this example public void configure() throws Except

[GitHub] camel pull request #1242: CAMEL-10344: RouteIdFactory - assigning route ids ...

2016-11-01 Thread tkopczynski
GitHub user tkopczynski opened a pull request: https://github.com/apache/camel/pull/1242 CAMEL-10344: RouteIdFactory - assigning route ids based on uris This PR adds RouteIdFactory which can be used as a NodeIdFactory implementation in CamelContext as a different strategy for assign

Re: Camel 2.19 - Java 8 DSL

2016-11-01 Thread Luca Burgazzoli
Something like: public void configure() throws Exception { from("direct:start") .aggregate() .always() .body(String.class, (existing, next) -> next + existing) .completionSize(3) .to("mock:result"); } --- Luca Burgazzoli On Tue, Nov 1, 20

[GitHub] camel pull request #1243: CAMEL-10423 - Introduce XmppDirectProducer

2016-11-01 Thread allancth
GitHub user allancth opened a pull request: https://github.com/apache/camel/pull/1243 CAMEL-10423 - Introduce XmppDirectProducer The order of which producer is used depends on what parameters are specified to the endpoint, with the following precendence: room (GroupChat), pubsub (P

[GitHub] camel pull request #1244: fix CAMEL-10433 in Camel 2.16.x

2016-11-01 Thread xldai
GitHub user xldai opened a pull request: https://github.com/apache/camel/pull/1244 fix CAMEL-10433 in Camel 2.16.x You can merge this pull request into a Git repository by running: $ git pull https://github.com/xldai/camel patch-4 Alternatively you can review and apply these

[GitHub] camel pull request #1245: fix CAMEL-10433 in Camel 2.17.x

2016-11-01 Thread xldai
GitHub user xldai opened a pull request: https://github.com/apache/camel/pull/1245 fix CAMEL-10433 in Camel 2.17.x You can merge this pull request into a Git repository by running: $ git pull https://github.com/xldai/camel patch-3 Alternatively you can review and apply these

Camel.trunk.notest - Build # 2923 - Still Failing

2016-11-01 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2923) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2923/ to view the results.