-
Task
-
Resolution: Done
-
Major
-
10.0.0.AM1
-
None
While working on FUSETOOLS-2417 I discovered that we need the ability to reference a previously-defined bean. This comes into play with the factory-ref property specified for a bean definition.
Something like this:
<bean id="accountFactory" class="org.apache.aries.simple.AccountFactory"> <argument value="account factory"/> </bean> <bean id="accountThree" factory-ref="accountFactory" factory-method="createAccount"> <argument value="3"/> </bean>
We need a way to reference a bean by ID/name and then to allow selection of a method from the referenced bean.
- is related to
-
FUSETOOLS-2458 Cannot set factory-bean / factory-method in a spring bean
- Closed
- relates to
-
FUSETOOLS-2417 Specialize method selection for Bean properties as required by Bean functionality in Spring & Blueprint
- Closed