Rickard Öberg wrote: > That's about it. Looks pretty clean and simple, and I really like the > fact that you can use the regular Entity stuff for the management of the > configuration, which will simplify UI building and such. The only gotcha > right now is that ConfigurationMixin uses the SPI to figure out the > injection type, which makes it impossible to declare the Mixin in > ServiceComposite since that is in API. No good idea how to get around > that so far.
Alright, so I got "around" this problem by adding the functionality I needed to the Qi4j API. A bit of a hack, but it works. The old ServiceConfigurationMixin functionality has been removed, and I have updated all Service to use this Configuration feature instead. Look in ConfigurationTest for sample usage. /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

