You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/10/12 11:37:41 UTC

[jira] [Commented] (CAMEL-6774) Karaf and servlet 2.5/3.0 due recent jetty upgrade causes karaf problems!

    [ https://issues.apache.org/jira/browse/CAMEL-6774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793312#comment-13793312 ] 

Claus Ibsen commented on CAMEL-6774:
------------------------------------

These tests fails

Failed tests:
  CamelCometdTest.test:32->AbstractFeatureTest.testComponent:64 Cannot get component with name: cometd
  CamelHttp4Test.test:32->AbstractFeatureTest.testComponent:64 Cannot get component with name: http4
  CamelHttpTest.test:32->AbstractFeatureTest.testComponent:64 Cannot get component with name: http
  CamelJettyTest.test:32->AbstractFeatureTest.testComponent:64 Cannot get component with name: jetty
  CamelSalesforceTest.test:32->AbstractFeatureTest.testComponent:64 Cannot get component with name: salesforce
  CamelServletTest.test:32->AbstractFeatureTest.testComponent:64 Cannot get component with name: servlet
  CamelStompTest.test:32->AbstractFeatureTest.testComponent:64 Cannot get component with name: stomp
  CamelWebsocketTest.test:32->AbstractFeatureTest.testComponent:64 Cannot get component with name: websocket

> 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 was sent by Atlassian JIRA
(v6.1#6144)