Aaron Whiteside created CAMEL-6130:
--------------------------------------
Summary: EndpointHelper.setReferenceProperties() does not work
with OSGiServiceRegistry
Key: CAMEL-6130
URL: https://issues.apache.org/jira/browse/CAMEL-6130
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 2.10.4
Reporter: Aaron Whiteside
EndpointHelper.setReferenceProperties() does not work with OSGiServiceRegistry
setReferenceProperties is hard-coded to lookup services of type Object.class.
It should use reflection to determine the type the setter method accepts and
use that type to lookup the reference in the service registry.
At the moment this issue is stopping #bean references in Endpoints from being
resolved when using an OSGiServiceRegistry, as you must know the class of the
service you want before hand with OSGi.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira