[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= *"org.wso2.carbo

Re: [Dev] Bundle Activate method not get called

2013-12-06 Thread Nirmal Fernando
Udara, You need to use following dependency: org.wso2.carbon org.wso2.carbon.core On Fri, Dec 6, 2013 at 9:28 PM, Udara Liyanage wrote: > Hi, > > I added the following in order to use registry service to a component. > However the activate() is not getting ca

Re: [Dev] Bundle Activate method not get called

2013-12-06 Thread Udara Liyanage
Hi, Adding provided solved the issue. Thanks Melan for offline support On Fri, Dec 6, 2013 at 11:46 AM, Nirmal Fernando wrote: > Udara, > > You need to use following dependency: > > > org.wso2.carbon > org.wso2.carbon.core > > > > On Fri, Dec 6, 2013 at 9:28 P