RE: TypeConverterLoaderException in webstart

2011-06-06 Thread Andreas Kuhtz
Found out that you must return at least one converter to make camel happy ... Use this updated method: public Set> findAnnotated(Class annotation, String... packageNames) { // we must return at least 1 converter Set> annotedCla

camel-karaf-feature: commons-pool bundle in camel-cxf

2011-07-08 Thread Andreas Kuhtz
Hi, In the current feature file for karaf the commons-pool bundle in the camel-cxf is defined as commons-pool/commons-pool and not as org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-pool as in the other features (e.g. camel-jms, etc). Is this expected or could this be changed

camel-testng: Start debugger with CamelSpringTestSupport

2011-08-19 Thread Andreas Kuhtz
Hi, I'm trying to use the test-support for testng with CamelSpringTestSupport. Unfortunately I can't get the debugger to call the debugBefore() method. Has anyone a sample that shows the correct configuration? If I create a test with CamelTestSupport instead of CamelSpringTestSupport the debugBef

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-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: 'mvn eclipse:clean eclipse:eclipse' not being happy with ${jetty-version}

2011-09-15 Thread Andreas Kuhtz
Hi, It's defined in parent/pom.xml ... Cheers Andi -- View this message in context: http://camel.465427.n5.nabble.com/mvn-eclipse-clean-eclipse-eclipse-not-being-happy-with-jetty-version-tp4806907p4807028.html Sent from the Camel - Users mailing list archive at Nabble.com.