Tino Ojala created CXF-8810:
-------------------------------
Summary: Exception on cxf-rt-transports-http-hc Osgi startup
Key: CXF-8810
URL: https://issues.apache.org/jira/browse/CXF-8810
Project: CXF
Issue Type: Bug
Components: OSGi, Transports
Reporter: Tino Ojala
h2. Steps to reproduce
In Osgi environment
* Have any org.apache.cxf.Bus registered as an Osgi serviceĀ
* Install and start bundle _mvn:org.apache.cxf/cxf-rt-transports-http-hc/x.x.x_
h2. Expected result
Bundle starts ok
h2. Actual result
ClassCastException: Object[] cannot be cast to Bus[]
h2. Cause
Object[] is tried to cast as Bus[] inĀ
_org.apache.cxf.transport.http.asyncclient.Activator.ConduitConfigurer#updated_
--
This message was sent by Atlassian Jira
(v8.20.10#820010)