Re: [Dev] Do we still use org.wso2.carbon.stratos.* features within the platform?

2015-01-11 Thread Prabath Abeysekera
Oh okay, thanks Kasun for the info.

I'm not obsessing with names and all, but does it make sense to rename the
term "stratos" to something like tenant/multitenancy/etc, particularly
since this doesn't have any stratos (or related) dependency at all. WDYT?

Cheers,
Prabath

On Sat, Jan 10, 2015 at 1:50 PM, KasunG Gajasinghe  wrote:

> Hi Prabath,
>
> The package you need to implement is still the same -
> org.wso2.carbon.stratos.common.TenantMgtListener
>
> But the component name is changed -
> org.wso2.carbon.tenant.common:4.3.0-SNAPSHOT. This is located in the
> carbon-multitenancy repo.
>
>
>
> On Sat, Jan 10, 2015 at 12:24 PM, Kishanthan Thangarajah <
> kishant...@wso2.com> wrote:
>
>> Yes, we are using this and above (carbon-multitenancy) is the repo for
>> that. Please refer "Removing Stratos features from Carbon 4.3.0 Products"
>> for more info.
>>
>> On Fri, Jan 9, 2015 at 8:53 PM, Prabath Abeysekera 
>> wrote:
>>
>>> Sure will do. Thanks!
>>>
>>> On Fri, Jan 9, 2015 at 8:52 PM, Sagara Gunathunga 
>>> wrote:
>>>
 Check this one https://github.com/wso2/carbon-multitenancy

 Thanks !


 On Fri, Jan 9, 2015 at 8:46 PM, Prabath Abeysekera 
 wrote:

> Thanks Sagara for the prompt response.
>
> @KasunG/Kicha, would you guys please be able to point me to the new
> implementation?
>
> CDM uses API management related features for which, as it appears,
> having org.wso2.carbon.idp.mgt feature is a must. I'm seeing some listener
> implemented within the aforementioned module extending "
> org.wso2.carbon.stratos.common.TenantMgtListener" forcing us to have
> "org.wso2.carbon.stratos.common" feature too added into CDM's feature
> profile. Therefore, I'm looking for any possible alternatives to avoid 
> this.
>
> Cheers,
> Prabath
>
> On Fri, Jan 9, 2015 at 8:33 PM, Sagara Gunathunga 
> wrote:
>
>>
>>
>> On Fri, Jan 9, 2015 at 8:10 PM, Prabath Abeysekera > > wrote:
>>
>>> Hi Everyone,
>>>
>>> Do we still use features such as "org.wso2.carbon.stratos.common"
>>> within the platform? I can see some of the components still carry
>>> implementations of "org.wso2.carbon.stratos.common.TenantMgtListener", 
>>> etc,
>>> so just wondering if these are obsolete.
>>>
>>
>> AFAIK  those Stratos components are obsolete and there is a new
>> multi-tenancy module available, KasunG/Kitcha can provide more insights.
>>
>> Thanks !
>>
>>>
>>> Cheers,
>>> Prabath
>>> --
>>> Prabath Abeysekara
>>> Associate Technical Lead, Data TG.
>>> WSO2 Inc.
>>> Email: praba...@wso2.com
>>> Mobile: +94774171471
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linkedin.com/in/ssagara
>> Blog ;  http://ssagara.blogspot.com
>>
>>
>
>
> --
> Prabath Abeysekara
> Associate Technical Lead, Data TG.
> WSO2 Inc.
> Email: praba...@wso2.com
> Mobile: +94774171471
>



 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


>>>
>>>
>>> --
>>> Prabath Abeysekara
>>> Associate Technical Lead, Data TG.
>>> WSO2 Inc.
>>> Email: praba...@wso2.com
>>> Mobile: +94774171471
>>>
>>
>>
>>
>> --
>> *Kishanthan Thangarajah*
>> Senior Software Engineer,
>> Platform Technologies Team,
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - +94773426635
>> Blog - *http://kishanthan.wordpress.com
>> *
>> Twitter - *http://twitter.com/kishanthan *
>>
>
>
>
> --
>
> *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
> email: kasung AT spamfree wso2.com
> linked-in: http://lk.linkedin.com/in/gajasinghe
> blog: http://kasunbg.org
>
>
>



-- 
Prabath Abeysekara
Associate Technical Lead, Data TG.
WSO2 Inc.
Email: praba...@wso2.com
Mobile: +94774171471
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Do we still use org.wso2.carbon.stratos.* features within the platform?

2015-01-10 Thread KasunG Gajasinghe
Hi Prabath,

The package you need to implement is still the same -
org.wso2.carbon.stratos.common.TenantMgtListener

But the component name is changed -
org.wso2.carbon.tenant.common:4.3.0-SNAPSHOT. This is located in the
carbon-multitenancy repo.



On Sat, Jan 10, 2015 at 12:24 PM, Kishanthan Thangarajah <
kishant...@wso2.com> wrote:

> Yes, we are using this and above (carbon-multitenancy) is the repo for
> that. Please refer "Removing Stratos features from Carbon 4.3.0 Products"
> for more info.
>
> On Fri, Jan 9, 2015 at 8:53 PM, Prabath Abeysekera 
> wrote:
>
>> Sure will do. Thanks!
>>
>> On Fri, Jan 9, 2015 at 8:52 PM, Sagara Gunathunga 
>> wrote:
>>
>>> Check this one https://github.com/wso2/carbon-multitenancy
>>>
>>> Thanks !
>>>
>>>
>>> On Fri, Jan 9, 2015 at 8:46 PM, Prabath Abeysekera 
>>> wrote:
>>>
 Thanks Sagara for the prompt response.

 @KasunG/Kicha, would you guys please be able to point me to the new
 implementation?

 CDM uses API management related features for which, as it appears,
 having org.wso2.carbon.idp.mgt feature is a must. I'm seeing some listener
 implemented within the aforementioned module extending "
 org.wso2.carbon.stratos.common.TenantMgtListener" forcing us to have
 "org.wso2.carbon.stratos.common" feature too added into CDM's feature
 profile. Therefore, I'm looking for any possible alternatives to avoid 
 this.

 Cheers,
 Prabath

 On Fri, Jan 9, 2015 at 8:33 PM, Sagara Gunathunga 
 wrote:

>
>
> On Fri, Jan 9, 2015 at 8:10 PM, Prabath Abeysekera 
> wrote:
>
>> Hi Everyone,
>>
>> Do we still use features such as "org.wso2.carbon.stratos.common"
>> within the platform? I can see some of the components still carry
>> implementations of "org.wso2.carbon.stratos.common.TenantMgtListener", 
>> etc,
>> so just wondering if these are obsolete.
>>
>
> AFAIK  those Stratos components are obsolete and there is a new
> multi-tenancy module available, KasunG/Kitcha can provide more insights.
>
> Thanks !
>
>>
>> Cheers,
>> Prabath
>> --
>> Prabath Abeysekara
>> Associate Technical Lead, Data TG.
>> WSO2 Inc.
>> Email: praba...@wso2.com
>> Mobile: +94774171471
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471

>>>
>>>
>>>
>>> --
>>> Sagara Gunathunga
>>>
>>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>>> V.P Apache Web Services;http://ws.apache.org/
>>> Linkedin; http://www.linkedin.com/in/ssagara
>>> Blog ;  http://ssagara.blogspot.com
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Associate Technical Lead, Data TG.
>> WSO2 Inc.
>> Email: praba...@wso2.com
>> Mobile: +94774171471
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Senior Software Engineer,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com *
> Twitter - *http://twitter.com/kishanthan *
>



-- 

*Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
email: kasung AT spamfree wso2.com
linked-in: http://lk.linkedin.com/in/gajasinghe
blog: http://kasunbg.org
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Do we still use org.wso2.carbon.stratos.* features within the platform?

2015-01-09 Thread Kishanthan Thangarajah
Yes, we are using this and above (carbon-multitenancy) is the repo for
that. Please refer "Removing Stratos features from Carbon 4.3.0 Products"
for more info.

On Fri, Jan 9, 2015 at 8:53 PM, Prabath Abeysekera 
wrote:

> Sure will do. Thanks!
>
> On Fri, Jan 9, 2015 at 8:52 PM, Sagara Gunathunga  wrote:
>
>> Check this one https://github.com/wso2/carbon-multitenancy
>>
>> Thanks !
>>
>>
>> On Fri, Jan 9, 2015 at 8:46 PM, Prabath Abeysekera 
>> wrote:
>>
>>> Thanks Sagara for the prompt response.
>>>
>>> @KasunG/Kicha, would you guys please be able to point me to the new
>>> implementation?
>>>
>>> CDM uses API management related features for which, as it appears,
>>> having org.wso2.carbon.idp.mgt feature is a must. I'm seeing some listener
>>> implemented within the aforementioned module extending "
>>> org.wso2.carbon.stratos.common.TenantMgtListener" forcing us to have
>>> "org.wso2.carbon.stratos.common" feature too added into CDM's feature
>>> profile. Therefore, I'm looking for any possible alternatives to avoid this.
>>>
>>> Cheers,
>>> Prabath
>>>
>>> On Fri, Jan 9, 2015 at 8:33 PM, Sagara Gunathunga 
>>> wrote:
>>>


 On Fri, Jan 9, 2015 at 8:10 PM, Prabath Abeysekera 
 wrote:

> Hi Everyone,
>
> Do we still use features such as "org.wso2.carbon.stratos.common"
> within the platform? I can see some of the components still carry
> implementations of "org.wso2.carbon.stratos.common.TenantMgtListener", 
> etc,
> so just wondering if these are obsolete.
>

 AFAIK  those Stratos components are obsolete and there is a new
 multi-tenancy module available, KasunG/Kitcha can provide more insights.

 Thanks !

>
> Cheers,
> Prabath
> --
> Prabath Abeysekara
> Associate Technical Lead, Data TG.
> WSO2 Inc.
> Email: praba...@wso2.com
> Mobile: +94774171471
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


>>>
>>>
>>> --
>>> Prabath Abeysekara
>>> Associate Technical Lead, Data TG.
>>> WSO2 Inc.
>>> Email: praba...@wso2.com
>>> Mobile: +94774171471
>>>
>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linkedin.com/in/ssagara
>> Blog ;  http://ssagara.blogspot.com
>>
>>
>
>
> --
> Prabath Abeysekara
> Associate Technical Lead, Data TG.
> WSO2 Inc.
> Email: praba...@wso2.com
> Mobile: +94774171471
>



-- 
*Kishanthan Thangarajah*
Senior Software Engineer,
Platform Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com *
Twitter - *http://twitter.com/kishanthan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Do we still use org.wso2.carbon.stratos.* features within the platform?

2015-01-09 Thread Prabath Abeysekera
Sure will do. Thanks!

On Fri, Jan 9, 2015 at 8:52 PM, Sagara Gunathunga  wrote:

> Check this one https://github.com/wso2/carbon-multitenancy
>
> Thanks !
>
>
> On Fri, Jan 9, 2015 at 8:46 PM, Prabath Abeysekera 
> wrote:
>
>> Thanks Sagara for the prompt response.
>>
>> @KasunG/Kicha, would you guys please be able to point me to the new
>> implementation?
>>
>> CDM uses API management related features for which, as it appears, having
>> org.wso2.carbon.idp.mgt feature is a must. I'm seeing some listener
>> implemented within the aforementioned module extending "
>> org.wso2.carbon.stratos.common.TenantMgtListener" forcing us to have
>> "org.wso2.carbon.stratos.common" feature too added into CDM's feature
>> profile. Therefore, I'm looking for any possible alternatives to avoid this.
>>
>> Cheers,
>> Prabath
>>
>> On Fri, Jan 9, 2015 at 8:33 PM, Sagara Gunathunga 
>> wrote:
>>
>>>
>>>
>>> On Fri, Jan 9, 2015 at 8:10 PM, Prabath Abeysekera 
>>> wrote:
>>>
 Hi Everyone,

 Do we still use features such as "org.wso2.carbon.stratos.common"
 within the platform? I can see some of the components still carry
 implementations of "org.wso2.carbon.stratos.common.TenantMgtListener", etc,
 so just wondering if these are obsolete.

>>>
>>> AFAIK  those Stratos components are obsolete and there is a new
>>> multi-tenancy module available, KasunG/Kitcha can provide more insights.
>>>
>>> Thanks !
>>>

 Cheers,
 Prabath
 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Sagara Gunathunga
>>>
>>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>>> V.P Apache Web Services;http://ws.apache.org/
>>> Linkedin; http://www.linkedin.com/in/ssagara
>>> Blog ;  http://ssagara.blogspot.com
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Associate Technical Lead, Data TG.
>> WSO2 Inc.
>> Email: praba...@wso2.com
>> Mobile: +94774171471
>>
>
>
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


-- 
Prabath Abeysekara
Associate Technical Lead, Data TG.
WSO2 Inc.
Email: praba...@wso2.com
Mobile: +94774171471
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Do we still use org.wso2.carbon.stratos.* features within the platform?

2015-01-09 Thread Sagara Gunathunga
Check this one https://github.com/wso2/carbon-multitenancy

Thanks !

On Fri, Jan 9, 2015 at 8:46 PM, Prabath Abeysekera 
wrote:

> Thanks Sagara for the prompt response.
>
> @KasunG/Kicha, would you guys please be able to point me to the new
> implementation?
>
> CDM uses API management related features for which, as it appears, having
> org.wso2.carbon.idp.mgt feature is a must. I'm seeing some listener
> implemented within the aforementioned module extending "
> org.wso2.carbon.stratos.common.TenantMgtListener" forcing us to have
> "org.wso2.carbon.stratos.common" feature too added into CDM's feature
> profile. Therefore, I'm looking for any possible alternatives to avoid this.
>
> Cheers,
> Prabath
>
> On Fri, Jan 9, 2015 at 8:33 PM, Sagara Gunathunga  wrote:
>
>>
>>
>> On Fri, Jan 9, 2015 at 8:10 PM, Prabath Abeysekera 
>> wrote:
>>
>>> Hi Everyone,
>>>
>>> Do we still use features such as "org.wso2.carbon.stratos.common" within
>>> the platform? I can see some of the components still carry implementations
>>> of "org.wso2.carbon.stratos.common.TenantMgtListener", etc, so just
>>> wondering if these are obsolete.
>>>
>>
>> AFAIK  those Stratos components are obsolete and there is a new
>> multi-tenancy module available, KasunG/Kitcha can provide more insights.
>>
>> Thanks !
>>
>>>
>>> Cheers,
>>> Prabath
>>> --
>>> Prabath Abeysekara
>>> Associate Technical Lead, Data TG.
>>> WSO2 Inc.
>>> Email: praba...@wso2.com
>>> Mobile: +94774171471
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linkedin.com/in/ssagara
>> Blog ;  http://ssagara.blogspot.com
>>
>>
>
>
> --
> Prabath Abeysekara
> Associate Technical Lead, Data TG.
> WSO2 Inc.
> Email: praba...@wso2.com
> Mobile: +94774171471
>



-- 
Sagara Gunathunga

Senior Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Do we still use org.wso2.carbon.stratos.* features within the platform?

2015-01-09 Thread Prabath Abeysekera
Thanks Sagara for the prompt response.

@KasunG/Kicha, would you guys please be able to point me to the new
implementation?

CDM uses API management related features for which, as it appears, having
org.wso2.carbon.idp.mgt feature is a must. I'm seeing some listener
implemented within the aforementioned module extending "
org.wso2.carbon.stratos.common.TenantMgtListener" forcing us to have
"org.wso2.carbon.stratos.common" feature too added into CDM's feature
profile. Therefore, I'm looking for any possible alternatives to avoid this.

Cheers,
Prabath

On Fri, Jan 9, 2015 at 8:33 PM, Sagara Gunathunga  wrote:

>
>
> On Fri, Jan 9, 2015 at 8:10 PM, Prabath Abeysekera 
> wrote:
>
>> Hi Everyone,
>>
>> Do we still use features such as "org.wso2.carbon.stratos.common" within
>> the platform? I can see some of the components still carry implementations
>> of "org.wso2.carbon.stratos.common.TenantMgtListener", etc, so just
>> wondering if these are obsolete.
>>
>
> AFAIK  those Stratos components are obsolete and there is a new
> multi-tenancy module available, KasunG/Kitcha can provide more insights.
>
> Thanks !
>
>>
>> Cheers,
>> Prabath
>> --
>> Prabath Abeysekara
>> Associate Technical Lead, Data TG.
>> WSO2 Inc.
>> Email: praba...@wso2.com
>> Mobile: +94774171471
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


-- 
Prabath Abeysekara
Associate Technical Lead, Data TG.
WSO2 Inc.
Email: praba...@wso2.com
Mobile: +94774171471
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Do we still use org.wso2.carbon.stratos.* features within the platform?

2015-01-09 Thread Sagara Gunathunga
On Fri, Jan 9, 2015 at 8:10 PM, Prabath Abeysekera 
wrote:

> Hi Everyone,
>
> Do we still use features such as "org.wso2.carbon.stratos.common" within
> the platform? I can see some of the components still carry implementations
> of "org.wso2.carbon.stratos.common.TenantMgtListener", etc, so just
> wondering if these are obsolete.
>

AFAIK  those Stratos components are obsolete and there is a new
multi-tenancy module available, KasunG/Kitcha can provide more insights.

Thanks !

>
> Cheers,
> Prabath
> --
> Prabath Abeysekara
> Associate Technical Lead, Data TG.
> WSO2 Inc.
> Email: praba...@wso2.com
> Mobile: +94774171471
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Sagara Gunathunga

Senior Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev