Based on studying the DS spec and FELIX-2563 I think the answer is "yes" but I'd like to double check.
I want to have a factory class as my DS Component that creates a single framework-wide instance of the service that will get registered (configured from the properties the component gets). I don't want the factory component class to implement any of the service interfaces. Is there any way to do this? The workaround I've found is to have the component delegate to the service implementation class instance and implement all the desired service interfaces. This seems less than ideal. thanks david jencks
