update jetty version to 6.1.12rc1 for smx3
------------------------------------------
Key: SM-1537
URL: https://issues.apache.org/activemq/browse/SM-1537
Project: ServiceMix
Issue Type: Task
Reporter: Freeman Fang
Fix For: 3.3
this will fix samples/bridge/bridge-sa-itest/IntegrationTest failure since we
already use this jetty version in servicemix-http component
the exception for the test failure is
java.lang.NoClassDefFoundError: org/mortbay/thread/QueuedThreadPool
at
org.apache.servicemix.http.HttpComponent.createNewJettyClient(HttpComponent.java:176)
at
org.apache.servicemix.http.HttpComponent.doInit(HttpComponent.java:262)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
at
org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
at
org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
at
org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
at
org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
at
org.apache.servicemix.jbi.framework.AdminCommandsService.startComponent(AdminCommandsService.java:156)
at
org.apache.servicemix.jbi.container.InstallComponent.doDeploy(InstallComponent.java:68)
at
org.apache.servicemix.jbi.container.DeploySupport.deploy(DeploySupport.java:58)
at
org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:111)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.