Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA9388C8B for ; Wed, 24 Aug 2011 12:19:58 +0000 (UTC) Received: (qmail 18885 invoked by uid 500); 24 Aug 2011 12:19:58 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 18690 invoked by uid 500); 24 Aug 2011 12:19:52 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 18650 invoked by uid 99); 24 Aug 2011 12:19:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 12:19:50 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 12:19:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1EE56CDF93 for ; Wed, 24 Aug 2011 12:19:29 +0000 (UTC) Date: Wed, 24 Aug 2011 12:19:29 +0000 (UTC) From: "Willem Jiang (JIRA)" To: dev@camel.apache.org Message-ID: <803000708.9007.1314188369123.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1626911794.8907.1314184889048.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090160#comment-13090160 ] Willem Jiang commented on CAMEL-4374: ------------------------------------- @Andreas If there are more than one camel context in the spring application context, your patch can not work for this case. As the CamelSpringTestSupport it only try to start the first camel context, we need find other way to resolve this kind of issue. > The debugger doesn't work in the CamelSpringTestSupport with route defined in XML > --------------------------------------------------------------------------------- > > Key: CAMEL-4374 > URL: https://issues.apache.org/jira/browse/CAMEL-4374 > Project: Camel > Issue Type: Improvement > Components: camel-test > Affects Versions: 2.8.0 > Reporter: Andreas Kuhtz > Fix For: 2.8.1, 2.9.0 > > Attachments: camel-4374.patch > > > The debugger doesn't work in the CamelSpringTestSupport with route defined in XML. This issue is related to CAMEL-4368 (closed and I cannot re-open). > I've created a patch with 2 new tests that show the problem and a solution (check the doSetup() method in the tests). However I think this could be improved by moving the SpringCamelContext.setNoStart(true); to CamelSpringTestSupport). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira