Re: camel-testng: Start debugger with CamelSpringTestSupport

2011-08-24 Thread Andreas Kuhtz
Hi, ningjiang already created a ticket and fixed the problem. CAMEL-4368 Fixed the issue of the debug doesn't work in the CamelSpringTestSupport Regards, Andi -- View this message in context: http://camel.465427.n5.nabble.com/camel-testng-Start-debugger-with-CamelSpringTestSupport-tp4716094p4

Re: camel-testng: Start debugger with CamelSpringTestSupport

2011-08-22 Thread Claus Ibsen
Hi Thanks for digging into this. Feel free to create a JIRA ticket and attach your sample project etc. On Mon, Aug 22, 2011 at 10:36 AM, Andreas Kuhtz wrote: > Hi Claus, > > It's not working with JUnit4 either but I found the problem: The camel > context is started too early. > > The system pr

Re: camel-testng: Start debugger with CamelSpringTestSupport

2011-08-22 Thread Andreas Kuhtz
Hi Claus, It's not working with JUnit4 either but I found the problem: The camel context is started too early. The system property maybeStartCamelContext is set to true and this causes the SpringCamelContext to be started in maybeStart(). If you set the maybeStartCamelContext to false the debugge

Re: camel-testng: Start debugger with CamelSpringTestSupport

2011-08-21 Thread Claus Ibsen
amel-test to see if it works with JUnit4 ? > Regards > Andi > > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Freitag, 19. August 2011 19:22 > To: users@camel.apache.org > Subject: Re: camel-testng: Start debugger with CamelSpringTestSuppo

RE: camel-testng: Start debugger with CamelSpringTestSupport

2011-08-19 Thread Kuhtz, Andreas
August 2011 19:22 To: users@camel.apache.org Subject: Re: camel-testng: Start debugger with CamelSpringTestSupport What version of Camel are you using? I think there was an issue which has been fixed in 2.8.0. On Fri, Aug 19, 2011 at 5:53 PM, Andreas Kuhtz wrote: > Hi, > > I'm tryin

Re: camel-testng: Start debugger with CamelSpringTestSupport

2011-08-19 Thread Claus Ibsen
What version of Camel are you using? I think there was an issue which has been fixed in 2.8.0. On Fri, Aug 19, 2011 at 5:53 PM, Andreas Kuhtz wrote: > Hi, > > I'm trying to use the test-support for testng with CamelSpringTestSupport. > Unfortunately I can't get the debugger to call the debugBefo