Maybe I'm just being dense...
Is there any way to set a list of properties from the BuilderFactory? For
example,
it'd be nice if you could do something like this:
public class FooImpl implements Foo {
public void setMyList(List myList) { ... }
}
<service-point id="Foo" interface="Foo">
<invoke-factory>
<construct class="FooImpl">
<list property="myList">
<item>foo</item>
<item>bar</item>
</list>
</construct>
</invoke-factory>
</service-point>
Am I missing something?
-jason
--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]