[Dev] Bundle Activate method not get called

2013-12-06 Thread Udara Liyanage
Hi, I added the following in order to use registry service to a component. However the activate() is not getting called. * @scr.component name=org.apache.stratos.autoscaler immediate=true * @scr.reference name=registry.service *interface= *

Re: [Dev] Bundle Activate method not get called

2013-12-06 Thread Nirmal Fernando
Udara, You need to use following dependency: dependency groupIdorg.wso2.carbon/groupId artifactIdorg.wso2.carbon.core/artifactId /dependency On Fri, Dec 6, 2013 at 9:28 PM, Udara Liyanage ud...@wso2.com wrote: Hi, I added the following in order to use

Re: [Dev] Bundle Activate method not get called

2013-12-06 Thread Udara Liyanage
Hi, Adding scopeprovided/scope solved the issue. Thanks Melan for offline support On Fri, Dec 6, 2013 at 11:46 AM, Nirmal Fernando nir...@wso2.com wrote: Udara, You need to use following dependency: dependency groupIdorg.wso2.carbon/groupId