I would like to create and new instance of component for every service request. I believe by default a component is a singleton - i.e. the same instance will be returned for every service consumer request. In DS/SCR, this is accomplished by using a factory property in @Component declaration.
Thanks. -Mdu -- View this message in context: http://apache-felix.18485.x6.nabble.com/DM4-service-factory-multiple-service-instance-support-tp5018226.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

