Claus Ibsen created CAMEL-6774:
----------------------------------
Summary: Karaf and servlet 2.5/3.0 due recent jetty upgrade causes
karaf problems!
Key: CAMEL-6774
URL: https://issues.apache.org/jira/browse/CAMEL-6774
Project: Camel
Issue Type: Bug
Components: karaf
Affects Versions: 2.13.0
Reporter: Claus Ibsen
Priority: Critical
Fix For: 2.13.0
Running tests in tests/camel-itest-karaf fails with features that uses servlet
2.5 api with Karaf 2.3.3.
{code}
test:org.apache.camel.itest.karaf.CamelJettyTest.test:KarafTestContainer{mvn:org.apache.karaf/apache-karaf/2.3.3/tar.gz}(org.apache.camel.itest.karaf.CamelJettyTest)
Time elapsed: 10.706 sec <<< FAILURE!
java.lang.AssertionError: Cannot get component with name: jetty
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.camel.itest.karaf.AbstractFeatureTest.testComponent(AbstractFeatureTest.java:64)
at
org.apache.camel.itest.karaf.CamelJettyTest.test(CamelJettyTest.java:32)
{code}
I suspect its the recent jetty 8.x and servlet 3 upgrade that is causing
problems.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira