Camel trunk - OSGi test failures

2011-11-16 Thread Claus Ibsen
Hi On the tests/camel-itest-karaf on Camel trunk we got a number of failed tests. I speculate due the recent changes in the features.xml and whatnot. org.apache.camel.itest.karaf.CamelAtomTest.txt:Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.411 sec FAILURE!

Re: Camel trunk - OSGi test failures

2011-11-16 Thread Claus Ibsen
Hi I ran the same tests on the Camel 2.8 branch and there is only 2 failures so far. Camel 2.8 branch === org.apache.camel.itest.karaf.CamelAtomTest.txt:Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 14.089 sec

Re: Camel trunk - OSGi test failures

2011-11-16 Thread Claus Ibsen
Hi I ran the tests/camel-itest-osgi on the Camel 2.8 branch (due the upcoming 2.8.3 release). And we got some failures org.apache.camel.itest.osgi.cxf.CxfProxyExampleTest.txt:Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 119.413 sec FAILURE!

Re: Camel trunk - OSGi test failures

2011-11-16 Thread Claus Ibsen
And the tests from Camel trunk in tests/camel-itest-osgi org.apache.camel.itest.osgi.cxf.CxfBeanSpringRouteTest.txt:Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 115.554 sec FAILURE! org.apache.camel.itest.osgi.cxf.CxfProxyExampleTest.txt:Tests run: 1, Failures: 0, Errors: 1,

Re: Camel trunk - OSGi test failures

2011-11-16 Thread Guillaume Nodet
yeah, I was working on those when I saw Willem commits, so I wrongly assumed they fixed the tests. I'll have another look. On Wed, Nov 16, 2011 at 12:27, Claus Ibsen claus.ib...@gmail.com wrote: And the tests from Camel trunk in tests/camel-itest-osgi

Re: Camel trunk - OSGi test failures

2011-11-16 Thread Willem Jiang
I will try to install the xml-api-spec feature before running the test. On Wed Nov 16 19:27:57 2011, Claus Ibsen wrote: And the tests from Camel trunk in tests/camel-itest-osgi org.apache.camel.itest.osgi.cxf.CxfBeanSpringRouteTest.txt:Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time

Re: Camel trunk - OSGi test failures

2011-11-16 Thread Willem Jiang
Hi Guillaume, I managed to fixed CxfBeanSpringRouteTest and CxfProxyExampleTest. But the other blueprint related test are still failed. Do you have any other idea about these failed test ? Willem On 11/16/11 8:31 PM, Guillaume Nodet wrote: yeah, I was working on those when I saw Willem

Re: Camel trunk - OSGi test failures

2011-11-16 Thread Jean-Baptiste Onofré
Hi guys, I'm updating my local repo and I will run tests for the Blueprint issues not linked to CXF. Regards JB On 11/16/2011 01:31 PM, Guillaume Nodet wrote: yeah, I was working on those when I saw Willem commits, so I wrongly assumed they fixed the tests. I'll have another look. On Wed,