Hello,I am trying to register a service with prototype scope with Aries
Blueprint.
It seems not supported directly in Blueprint specs, but I thought registering a
org.osgi.framework.PrototypeServiceFactory would have worked but it is not. It
seems Aries itself is wrapping services in
org.apache.aries.blueprint.container.ServiceRecipe.TriggerServiceFactory before
registering it in the osgi runtime, this why my PrototypeServiceFactory is not
considered as Protoype.
Is is something that is supposed to work, so I should fill a bug ? or not
?Best,Arnaud