Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B895F484 for ; Wed, 20 Mar 2013 03:34:06 +0000 (UTC) Received: (qmail 93611 invoked by uid 500); 20 Mar 2013 03:34:05 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 93553 invoked by uid 500); 20 Mar 2013 03:34:05 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 93537 invoked by uid 99); 20 Mar 2013 03:34:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 03:34:05 +0000 X-ASF-Spam-Status: No, hits=3.1 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fragility2.0@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-we0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 03:34:00 +0000 Received: by mail-we0-f173.google.com with SMTP id x51so951489wey.4 for ; Tue, 19 Mar 2013 20:33:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=YrMMDlCANac+T0MmWvVUN1VbzVuizgh1EosMjs5fGrk=; b=mQZ0zDrgDq78gnB57tsDl6nQ3lWzE1Sbh1v6qkzn6s1DdB/9DwSyMHERHQdhuu33Xc E3lh7aVf8DyYREZciog2hYAJRt0u+os0aLRXQaIRAKD3qEiLhzUJlZQMvNuZ2x+CChd2 Bq4yEzaRzrOlIOJ6ujkeF1K9SMZ4bPzXeWEiNdT7pjVjW9MMCmB/QBZn2UGh+6zsaVAS ENoqE4s6MhTCcP8fHFjX1N5Evw9AVy+Q6DYhmm7oY4gnJj30D9kGQqgeT1RcuGMy2NlP XwuG/aiZgOa34o7ir5GyKBvXZ1FW1vvlOdjJXOGJe47zeqY23gNcDo4VBbJlGq6Rw260 GWtg== MIME-Version: 1.0 X-Received: by 10.181.11.164 with SMTP id ej4mr7377461wid.29.1363750419505; Tue, 19 Mar 2013 20:33:39 -0700 (PDT) Received: by 10.194.58.143 with HTTP; Tue, 19 Mar 2013 20:33:39 -0700 (PDT) In-Reply-To: <1363170223813-5729079.post@n5.nabble.com> References: <1363024158625-5728946.post@n5.nabble.com> <1363111647451-5729024.post@n5.nabble.com> <1363170223813-5729079.post@n5.nabble.com> Date: Tue, 19 Mar 2013 23:33:39 -0400 Message-ID: Subject: Re: Intermittent test failures From: Ryan Moquin To: users@camel.apache.org Content-Type: multipart/alternative; boundary=f46d0438914b51270e04d852e384 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0438914b51270e04d852e384 Content-Type: text/plain; charset=ISO-8859-1 This solved my unit testing issues with 2.11-SNAPSHOT as well.... On Wed, Mar 13, 2013 at 6:23 AM, cheekychops wrote: > Thanks Claus, that was it! > > Since the project uses camel-blueprint and camel-blueprint-test, I made the > following exclusion and the problem went away: > > > org.apache.camel > camel-blueprint > > > org.apache.camel > camel-test-blueprint > test > > > > org.apache.aries.blueprint > > org.apache.aries.blueprint > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Intermittent-test-failures-tp5728946p5729079.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --f46d0438914b51270e04d852e384--