Thanks for the hints the working syntax is
<list> <ref component-id="bean-1/> <ref component-id="bean-2/> .... </list> -D On Sun, Nov 4, 2012 at 2:23 PM, Ansgar Konermann <[email protected]> wrote: > Search for > > <ref component-id=”accountOne”/> on that website. > > What else do you need? > > Am 04.11.2012 20:24 schrieb "Dan Tran" <[email protected]>: > >> been there many time, >> >> and it only show value list >> >> <list> >> <value>123</value> >> <value type=”java.math.BigInteger”>456</value> >> <null/> >> <set value-type=”java.lang.Integer”> >> <value>1</value> >> <value>2</value> >> </set> >> </list> >> >> >> Thanks for suggestion >> >> -D >> >> On Sun, Nov 4, 2012 at 11:05 AM, dealbitte <[email protected]> wrote: >> > >> > Take a look at the examples in the tutorial below. It helped me a lot to >> > configure dependency injection via blueprint >> > >> > http://www.ibm.com/developerworks/opensource/library/os-osgiblueprint/index.html >> > >> > >> > regards >> > >> > >> > >> > -- >> > View this message in context: >> > http://karaf.922171.n3.nabble.com/How-to-inject-a-list-of-beans-into-blueprint-component-tp4026671p4026672.html >> > Sent from the Karaf - User mailing list archive at Nabble.com.
