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
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.
I set up the following test with Camel 2.10.2:
public class CamelActiveMQConsumerPerformanceTest extends CamelTestSupport {
private static final String PAYLOAD =
""
+
"x
+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
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
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
+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
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
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