Re: svn commit: r1160547 - in /camel/trunk/components: camel-spring/src/main/java/org/apache/camel/spring/ camel-test/src/main/java/org/apache/camel/test/junit4/ camel-test/src/test/java/org/apache/ca

2011-08-23 Thread Willem Jiang
Hi Claus, The afterPropertiesSet() is just try to start the camel context , and the camel context will be started again after the debug setting later in the doSetUp() of CamelTestSupport. Since the debugging setting is done after camel context is stared, the debug doesn't work at all.

Re: svn commit: r1160547 - in /camel/trunk/components: camel-spring/src/main/java/org/apache/camel/spring/ camel-test/src/main/java/org/apache/camel/test/junit4/ camel-test/src/test/java/org/apache/ca

2011-08-22 Thread Claus Ibsen
btw since you skip calling the afterPropertiesSet() on the SpringCamelContext. Then I wonder when would it then be called? Could you maybe debug to see if its still being invoked later? As it does some setup job that otherwise would be missing. On Tue, Aug 23, 2011 at 6:54 AM,