Re: [CAMEL-GAE] Camel GAE won't build

2012-08-14 Thread Andrew Thorburn
Nuked ~/.m2/repository, and tried rebuilding just Camel GAE with the command you gave. Works now. I think what might have happened is that I switched from using our internal Artifactory instance to using Central through our corporate proxy between builds, and that may have confused it? Either way,

Re: [CAMEL-GAE] Camel GAE won't build

2012-08-14 Thread Babak Vahdat
Hi >From time to time the same happens to me as well. However deleting your complete m2-cache content and rebuilding again from the scratch should resolve this: mvn clean install -Pfastinstall Are you behind a Proxy (e.g. a corporate HTTP-Proxy)? Babak -- View this message in context: http

Re: [DISCUSS] - Camel 2.9.3 Release

2012-08-14 Thread Daniel Kulp
On Aug 14, 2012, at 1:31 AM, Claus Ibsen wrote: > Hi > > Is everybody getting back from vacation? > > I think we should pickup this again, and start getting the 2.9.3 > release out of the door. I plan on starting CXF builds today that we'll need to pick up. Once they are in central, we shou

Re: How can I split the output of a treatment on two roads

2012-08-14 Thread Christian Müller
What's about the Multicast EIP? Sent from a mobile device Am 13.08.2012 06:49 schrieb "kikou1984" : > Hi, > > I got a treatment : > .bean(EclatDBCRBean.class,"eclatDBCR") , it s output is X , > > I want for X to get in two other treatment ! > > How can i do please i tried this one but doesn't wor

Mina2Consumer & SSL

2012-08-14 Thread Andrew Lawrenson
Hi all, I've been trying to write a service using Camel 2.10.0 which uses the mina2 component to expose a service, and which uses SSL, using an endpoint of: mina2:tcp://localhost:6500?sync=true&filters=#hl7SslFilterFactory,#hl7CodecFilter&allowDefaultCodec=false however, what I found was that

[CAMEL-GAE] Camel GAE won't build

2012-08-14 Thread Andrew Thorburn
Just attempted to build all of Camel (skipping tests), and it failed on Camel GAE with the following message: Downloading: http://repo.maven.apache.org/maven2/com/google/gdata/gdata-contacts-3.0/1.41.5/gdata-contacts-3.0-1.41.5.jar Downloading: http://repo.maven.apache.org/maven2/com/google/gdata/

Re: Camel Web Roadmap

2012-08-14 Thread michal.warecki
During become familiar with the code of the console, I realized why it has so few features. Core Camel API does not allow to retrieve all runtime informations (i.e. ExecutorServiceManager does not allow to retrieve threadPoolProfiles map). Fortunatelly Camel management API (JMX) provides a lot of