Hello

In Spring I can do that via

  <bean id="myBean" class="myclass">

    <property name="myProp">
      <list>
        <ref bean="bean1" />
        <ref bean="bean2" />
        .....
      </list>
    </property>

  </bean>

Blueprint does not take that format, and I could find any example and
doc to do that in blueprint either

Big thanks ahead for the tip

-D

Reply via email to