Re: Camel component for mongoDB gridFS

2012-12-05 Thread Nibin Varghese
Hi Camel Dev team, Any updates ? Regards, Nibin Varghese On Mon, Dec 3, 2012 at 5:41 PM, Nibin Varghese wrote: > Hi, > > I would like to propose a mongodb-gridFS component for apache camel. I > tried searching for the same and I couldn't find any support for gridFS. > GridFS is a specificatio

Camel.trunk.notest - Build # 1722 - Failure

2012-12-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #1722) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/1722/ to view the results.

Re: Camel JMS Performance is ridiculously worse than pure Spring DMLC

2012-12-05 Thread Christian Müller
I set up the following test with Camel 2.10.2: public class CamelActiveMQConsumerPerformanceTest extends CamelTestSupport { private static final String PAYLOAD = "" + "x

Re: [VOTE] Release Apache Camel 2.10.3

2012-12-05 Thread Christian Müller
+1 Best, Christian On Mon, Dec 3, 2012 at 4:06 AM, Hadrian Zbarcea wrote: > A new patch release candidate apache-camel-2.10.3 final is out with > approximately 74 issues resolved so far: improvements and bug fixes [1]. > > Please find the staging repo here: > https://repository.apache.org/**con

Re: [RESULT][VOTE] Release Apache Camel 2.9.5

2012-12-05 Thread Babak Vahdat
Am 05.12.12 16:35 schrieb "Hadrian Zbarcea" unter : >Christian, you congratulated me too early. Apologies for missing Babak's >name from the count. Babak is a new and very energetic PMC member. So >the correct result (that does not change the outcome) is: > >[8] +1 (bvahdat, hadrian, cibsen, joe

Re: [RESULT][VOTE] Release Apache Camel 2.9.5

2012-12-05 Thread Hadrian Zbarcea
Christian, you congratulated me too early. Apologies for missing Babak's name from the count. Babak is a new and very energetic PMC member. So the correct result (that does not change the outcome) is: [8] +1 (bvahdat, hadrian, cibsen, joed, dkulp, ningjian, cschneider, cmueller) [0] +1 (non-b

Re: [VOTE] Release Apache Camel 2.10.3

2012-12-05 Thread Aki Yoshida
+1 (non binding) Aki 2012/12/3 Hadrian Zbarcea : > A new patch release candidate apache-camel-2.10.3 final is out with > approximately 74 issues resolved so far: improvements and bug fixes [1]. > > Please find the staging repo here: > https://repository.apache.org/content/repositories/orgapacheca

Re: svn commit: r1417318 - in /camel/trunk/components/camel-mongodb/src: main/java/org/apache/camel/component/mongodb/converters/MongoDbBasicConverters.java test/java/org/apache/camel/component/mongod

2012-12-05 Thread Willem jiang
Oh, I didn't check those streams. I will update the code to make sure the stream are closed. Thanks for pointing that out. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://will

Re: svn commit: r1417318 - in /camel/trunk/components/camel-mongodb/src: main/java/org/apache/camel/component/mongodb/converters/MongoDbBasicConverters.java test/java/org/apache/camel/component/mongod

2012-12-05 Thread Claus Ibsen
Hi Willem Is the input stream closed? That is needed as otherwise the file is locked. Especially on windows there is this problem. And it needs to be done in a try .. finally, so its always closed, even if there is some exception. On Wed, Dec 5, 2012 at 9:59 AM, wrote: > Author: ningjiang > Da