Bean factory-ref and service reference bean are not working together
--------------------------------------------------------------------
Key: ARIES-56
URL: https://issues.apache.org/jira/browse/ARIES-56
Project: Aries
Issue Type: Bug
Components: Blueprint
Reporter: Valentin Mahrwald
Using a blueprint xml like:
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
<bean id="product" factory-ref="factory" factory-method="create"
init-method="run" />
<reference id="factory" interface="test.pack.Factory" />
</blueprint>
I get a ComponentDefinitionException complaining that
ReferenceRecipe.ServiceProxyWrapper does not have the create method. The
problem seems to be that ServiceProxyWrappers are not unwrapped when creating
beans.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.