You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Quinn Stevenson (JIRA)" <ji...@apache.org> on 2016/01/20 21:56:39 UTC

[jira] [Created] (KARAF-4284) Blueprint Services are not creating a service instance per consuming bundle for prototype-scoped beans

Quinn Stevenson created KARAF-4284:
--------------------------------------

             Summary: Blueprint Services are not creating a service instance per consuming bundle for prototype-scoped beans
                 Key: KARAF-4284
                 URL: https://issues.apache.org/jira/browse/KARAF-4284
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 4.0.4, 3.0.5, 2.4.3
         Environment: Oracle Java 1.7.0_79
Camel 2.16.1
            Reporter: Quinn Stevenson


According to the book "Enterprise OSGi In Action" (section 6.3.3), when a prototype-scoped bean is exposed as a service using Blueprint, a new instance of the service should get created for each consuming bundle.

Services exposed in this manner in Karaf are not behaving this way - a single service instance is created and
all consuming bundles use it.  It appears the prototype scope is being ignored since the obseved behaviour is 
what is expected for singleton-scoped beans exposed as services.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)