RemoteServiceAdmin.getImportedEndpoints() returns collection of incorrect type ------------------------------------------------------------------------------
Key: DOSGI-79 URL: https://issues.apache.org/jira/browse/DOSGI-79 Project: CXF Distributed OSGi Issue Type: Bug Components: DSW Affects Versions: 1.2 Environment: All Reporter: Neil Bartlett The RemoteServiceAdmin implementation returns objects of the incorrect type for method getImportedEndpoints(). According to the RSA interface and the specification document, the return type should be Collection<ImportReference>. But the collection actually contains objects of type ImportRegistrationImpl. This results in ClassCastExceptions when attempting to use the method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.