Hi all, I just committed the implementation for the <assembly> element which we've discussed on the mailing list.
Just to summarize, the <assembly> elements can be added inside <invoke-factory> elements and are used to inject dependencies, register the service as event listener, and invoke an initialization method. The BuilderFactory already supports all of this, so <assembly> will usually only be used with custom service factories. Although it /can/ also be used in conjunction with BuilderFactory. I should also note that this addition is backwards compatible. Cheers, --knut
