Abstractions for Key/Value components and Serializers

2012-01-04 Thread Ioannis Canellos
As camel component list grows, I can see a lot of components doing similar things, but every component does things in its own way. A very common example are key/value components, here are some: camel-cache camel-hazelcast camel-krati camel-solr etc. Each of the components listed above, behaves di

Re: [DISCUSS] Camel and MongoDB

2012-01-04 Thread Ioannis Canellos
I've used morphia a lot last year and I was very happy with it. However, I think that we should not base a mongodb component on that. I think that we need a pure camel-mongodb component and we could have a morphia dataformat or a separate morphia component. -- *Ioannis Canellos* * FuseSource

MOCK Problem: it gets half of the messages it suppose to receive

2012-01-04 Thread pitfab
Hello, i'm testing an application that sends messages through some routes defined in the camel-context as it follow: http://camel.apache.org/schema/spring";>

Re: MOCK Problem: it gets half of the messages it suppose to receive

2012-01-04 Thread Claus Ibsen
See the JMS wiki page about what types is allowed to use according to the JMS spec. Especially JMS headers is very limited what you can use/send. So instead of using a object such as MessageHeader, then use a valid type such as String or primitive type. http://camel.apache.org/jms On Wed, Jan 4,

Re: MOCK Problem: it gets half of the messages it suppose to receive

2012-01-04 Thread pitfab
thank you for the reply. i resolved. it was a problem between the Mock component and the interface we wrote to wrap the producer template. By using the original template it works with no problem. I also take this opportunity to congratulate you for the book Camel in Action. Very clear and simple t

Re: [DISCUSS] Dropping support for Camel 2.7.x

2012-01-04 Thread Babak Vahdat
Hi Christian, did you see my previous post on this Thread? That would be really great if you could give it a try while running a dry run of release. BTW I couldn't catch up with Hadrian on irc chat so why I ask you. The other option would be if you could postpone this friday release until Hadrian

Re: [DISCUSS] Dropping support for Camel 2.7.x

2012-01-04 Thread Babak Vahdat
Hi again Christian, I just catches up with Hadrian on the chat and he is right now in the middle of testing it. So let's see what will come out of it... Babak -- View this message in context: http://camel.465427.n5.nabble.com/DISCUSS-Dropping-support-for-Camel-2-7-x-tp5112509p5120952.html Sent

Re: Whats about a camel-all feature

2012-01-04 Thread Christian Müller
+1 on this. It's not possible with Karaf 2.2.5 Christian-Muellers-MacBook-Pro:bin cmueller$ ./karaf clean __ __ / //_/ __ _/ __/ / ,< / __ `/ ___/ __ `/ /_ / /| |/ /_/ / / / /_/ / __/ /_/ |_|\__,_/_/ \__,_/_/ Apache Karaf (2.2

Re: [DISCUSS] Dropping support for Camel 2.7.x

2012-01-04 Thread Christian Müller
Hello Babak! I will give it a try. But at the moment the build hangs on my machine by executing the maven-gpg-plugin:1.1:sign when I run a 'mvn release:prepare -DdryRun=true'... Best, Christian On Wed, Jan 4, 2012 at 10:35 PM, Babak Vahdat wrote: > Hi again Christian, > > I just catches up with

Re: [DISCUSS] Dropping support for Camel 2.7.x

2012-01-04 Thread Daniel Kulp
On Thursday, January 05, 2012 12:02:48 AM Christian Müller wrote: > Hello Babak! > > I will give it a try. > But at the moment the build hangs on my machine by executing the > maven-gpg-plugin:1.1:sign when I run a 'mvn release:prepare > -DdryRun=true'... It's likely not "hung", it's probably pro

Re: [DISCUSS] Dropping support for Camel 2.7.x

2012-01-04 Thread Hadrian Zbarcea
Yes, I have a similar setup and and I set only during a release. For some reason didn't work for me (but last time I tried was a couple of years back). Some of the properties (like maven.test.skip.exec) are not necessary for camel, they are already defined in the poms. Christian, if you don

Re: [jira] [Commented] (CAMEL-4713) Create a camel component for SSH

2012-01-04 Thread David Karlsen
Ssh is quite widespread (and often replacing FTP) so I think it belongs to the main sourcetree. Den 4. jan. 2012 22:52 skrev "Scott Cranton (Commented) (JIRA)" < j...@apache.org> følgende: > >[ > https://issues.apache.org/jira/browse/CAMEL-4713?page=com.atlassian.jira.plugin.system.issuetabpan

Re: Whats about a camel-all feature

2012-01-04 Thread Jean-Baptiste Onofré
Thanks for the update Christian, I do the enhancements (as I did on bundle). Regards JB On 01/04/2012 11:20 PM, Christian Müller wrote: +1 on this. It's not possible with Karaf 2.2.5 Christian-Muellers-MacBook-Pro:bin cmueller$ ./karaf clean __ __ / //_