Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4.10, 3.5.5
-
None
-
Novice
Description
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
Expected result
Bundle starts ok
Actual result
ClassCastException: Object[] cannot be cast to Bus[]
Cause
Object[] is tried to cast as Bus[] inĀ org.apache.cxf.transport.http.asyncclient.Activator.ConduitConfigurer#updated
Attachments
Issue Links
- links to