Re: [Dev] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-14 Thread Aparna Karunarathna
Thanks Prasad.

Regards,
Aparna.

On Tue, Jul 14, 2015 at 3:54 PM, Prasad Tissera  wrote:

> Hi Aparna,
>
> For carbon 4.4.0 it should directly inside conf directory. [1]. Default
> file location as per the p2.inf is under multitenancy folder. But in the
> product build can copy the file to the correct location in the bin.xml.
> From next release this should be properly fixed in either user core  [1] or
> tenant.common feature p2.inf [2].
>
> [1].
> https://github.com/wso2/carbon4-kernel/blob/v4.4.0/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/config/TenantMgtXMLProcessor.java#L48
> [2].
> https://github.com/wso2/carbon-multitenancy/blob/master/features/tenant-mgt/org.wso2.carbon.tenant.common.server.feature/src/main/resources/p2.inf#L4
>
> Regards,
> Prasad.
>
> On Tue, Jul 14, 2015 at 3:11 PM, Aparna Karunarathna 
> wrote:
>
>> Hi Johann/Prasad,
>>
>> What is the correct location of the 'tenant-mgt.xml' file?
>>
>> Regards,
>> Aparna.
>>
>>
>> On Tue, Jul 14, 2015 at 2:57 PM, Godwin Amila Shrimal 
>> wrote:
>>
>>> Hi Sandapa,
>>>
>>> AFAK 'tenant-mgt.xml' is located in *repository/conf *not in
>>> *repository/conf/**multitenancy *in earlier versions.I am not sure is
>>> there is a decision to move *repository/conf/**multitenancy *in current
>>> versions
>>> *.*
>>> Thanks
>>> Godwin
>>>
>>> On Tue, Jul 14, 2015 at 2:50 PM, Sandapa Handakumbura 
>>> wrote:
>>>
 Hi,

 In ESB 4.9.0, 'tenant-mgt.xml' is located in *repository/conf *(the
 usual location). Is that the correct location or should it be
 *repository/conf/**multitenancy *?

 Please confirm.

 Thanks,
 Sandapa

 On Mon, Jul 13, 2015 at 12:48 PM, Aparna Karunarathna 
 wrote:

>
> "tenant-mgt.xml" file is included under repository/conf/multitenancy
> directory in the ES200 pack.
>
> @Johann/ SameeraJ / SameeraM, Have we changed the location of tenant-
> mgt.xml file or is this an error?
>
> Regards,
> Aparna.
>
> On Mon, Jul 13, 2015 at 12:36 PM, Aparna Karunarathna  > wrote:
>
>> Even IS 510 M3 pack doesn't have the tenant-mgt.xml file.
>>
>> Regards,
>> Aparna
>>
>>
>> On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:
>>
>>> Hi Team,
>>>
>>> As per the mail discussion in [1] & [2] what I understood was
>>> tenant-mgt.xml file has to be included with all the products. But, I'm 
>>> not
>>> clear on the final verdict whether to include $Subject with all the
>>> products that we ship including GREG. Please confirm.
>>>
>>> The same issue persist with the latest GREG pack as well.
>>>
>>> 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon
>>>  packs?
>>> 2. Is it possible to re-factor current 'product distribution process'
>>> --
>>> Regards,
>>> Thayalan Sivapaleswararajah
>>> Associate Technical Lead - QA
>>> Mob: +94(0)777872485
>>> Tel : +94(0)(11)2145345
>>> Fax : +94(0)(11)2145300
>>> Email: thaya...@wso2.com
>>>
>>>
>>> *Disclaimer*: *This communication may contain privileged or other
>>> confidential information and is intended exclusively for the 
>>> addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender 
>>> indicating
>>> that fact and delete the copy you received and in addition, you should 
>>> not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does 
>>> not
>>> accept liability for any errors or omissions.*
>>>
>>>
>>
>>
>> --
>> *Regards,*
>>
>> *Aparna Karunarathna.*
>>
>>
>> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533
>> <0714002533>*
>>
>
>
>
> --
> *Regards,*
>
> *Aparna Karunarathna.*
>
>
> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Sandapa Handakumbura
 Associate Technical Lead
 WSO2.Inc. ; http://wso2.com/
 M : +94777115866

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


>>>
>>>
>>> --
>>> *Godwin Amila Shrimal*
>>> Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94772264165*
>>> linkedin: *http://lnkd.in/KUum6D *
>>> twitter: https://twitter.com/godwinamila
>>>
>>
>>
>>
>> --
>> *Regards,*
>>
>> *Aparna Karunarathna.*
>>
>>
>> 

Re: [Dev] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-14 Thread Prasad Tissera
Hi Aparna,

For carbon 4.4.0 it should directly inside conf directory. [1]. Default
file location as per the p2.inf is under multitenancy folder. But in the
product build can copy the file to the correct location in the bin.xml.
>From next release this should be properly fixed in either user core  [1] or
tenant.common feature p2.inf [2].

[1].
https://github.com/wso2/carbon4-kernel/blob/v4.4.0/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/config/TenantMgtXMLProcessor.java#L48
[2].
https://github.com/wso2/carbon-multitenancy/blob/master/features/tenant-mgt/org.wso2.carbon.tenant.common.server.feature/src/main/resources/p2.inf#L4

Regards,
Prasad.

On Tue, Jul 14, 2015 at 3:11 PM, Aparna Karunarathna 
wrote:

> Hi Johann/Prasad,
>
> What is the correct location of the 'tenant-mgt.xml' file?
>
> Regards,
> Aparna.
>
>
> On Tue, Jul 14, 2015 at 2:57 PM, Godwin Amila Shrimal 
> wrote:
>
>> Hi Sandapa,
>>
>> AFAK 'tenant-mgt.xml' is located in *repository/conf *not in
>> *repository/conf/**multitenancy *in earlier versions.I am not sure is
>> there is a decision to move *repository/conf/**multitenancy *in current
>> versions
>> *.*
>> Thanks
>> Godwin
>>
>> On Tue, Jul 14, 2015 at 2:50 PM, Sandapa Handakumbura 
>> wrote:
>>
>>> Hi,
>>>
>>> In ESB 4.9.0, 'tenant-mgt.xml' is located in *repository/conf *(the
>>> usual location). Is that the correct location or should it be
>>> *repository/conf/**multitenancy *?
>>>
>>> Please confirm.
>>>
>>> Thanks,
>>> Sandapa
>>>
>>> On Mon, Jul 13, 2015 at 12:48 PM, Aparna Karunarathna 
>>> wrote:
>>>

 "tenant-mgt.xml" file is included under repository/conf/multitenancy
 directory in the ES200 pack.

 @Johann/ SameeraJ / SameeraM, Have we changed the location of tenant-
 mgt.xml file or is this an error?

 Regards,
 Aparna.

 On Mon, Jul 13, 2015 at 12:36 PM, Aparna Karunarathna 
 wrote:

> Even IS 510 M3 pack doesn't have the tenant-mgt.xml file.
>
> Regards,
> Aparna
>
>
> On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:
>
>> Hi Team,
>>
>> As per the mail discussion in [1] & [2] what I understood was
>> tenant-mgt.xml file has to be included with all the products. But, I'm 
>> not
>> clear on the final verdict whether to include $Subject with all the
>> products that we ship including GREG. Please confirm.
>>
>> The same issue persist with the latest GREG pack as well.
>>
>> 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon
>> packs?
>> 2. Is it possible to re-factor current 'product distribution process'
>> --
>> Regards,
>> Thayalan Sivapaleswararajah
>> Associate Technical Lead - QA
>> Mob: +94(0)777872485
>> Tel : +94(0)(11)2145345
>> Fax : +94(0)(11)2145300
>> Email: thaya...@wso2.com
>>
>>
>> *Disclaimer*: *This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender 
>> indicating
>> that fact and delete the copy you received and in addition, you should 
>> not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.*
>>
>>
>
>
> --
> *Regards,*
>
> *Aparna Karunarathna.*
>
>
> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*
>



 --
 *Regards,*

 *Aparna Karunarathna.*


 *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*

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


>>>
>>>
>>> --
>>> Sandapa Handakumbura
>>> Associate Technical Lead
>>> WSO2.Inc. ; http://wso2.com/
>>> M : +94777115866
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Godwin Amila Shrimal*
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>>
>
>
>
> --
> *Regards,*
>
> *Aparna Karunarathna.*
>
>
> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533*
>



-- 
Prasad Tissera
Software Engineer.
Mobile : +94777223444
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-14 Thread Aparna Karunarathna
Hi Johann/Prasad,

What is the correct location of the 'tenant-mgt.xml' file?

Regards,
Aparna.


On Tue, Jul 14, 2015 at 2:57 PM, Godwin Amila Shrimal 
wrote:

> Hi Sandapa,
>
> AFAK 'tenant-mgt.xml' is located in *repository/conf *not in
> *repository/conf/**multitenancy *in earlier versions.I am not sure is
> there is a decision to move *repository/conf/**multitenancy *in current
> versions
> *.*
> Thanks
> Godwin
>
> On Tue, Jul 14, 2015 at 2:50 PM, Sandapa Handakumbura 
> wrote:
>
>> Hi,
>>
>> In ESB 4.9.0, 'tenant-mgt.xml' is located in *repository/conf *(the
>> usual location). Is that the correct location or should it be
>> *repository/conf/**multitenancy *?
>>
>> Please confirm.
>>
>> Thanks,
>> Sandapa
>>
>> On Mon, Jul 13, 2015 at 12:48 PM, Aparna Karunarathna 
>> wrote:
>>
>>>
>>> "tenant-mgt.xml" file is included under repository/conf/multitenancy
>>> directory in the ES200 pack.
>>>
>>> @Johann/ SameeraJ / SameeraM, Have we changed the location of tenant-
>>> mgt.xml file or is this an error?
>>>
>>> Regards,
>>> Aparna.
>>>
>>> On Mon, Jul 13, 2015 at 12:36 PM, Aparna Karunarathna 
>>> wrote:
>>>
 Even IS 510 M3 pack doesn't have the tenant-mgt.xml file.

 Regards,
 Aparna


 On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:

> Hi Team,
>
> As per the mail discussion in [1] & [2] what I understood was
> tenant-mgt.xml file has to be included with all the products. But, I'm not
> clear on the final verdict whether to include $Subject with all the
> products that we ship including GREG. Please confirm.
>
> The same issue persist with the latest GREG pack as well.
>
> 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon
> packs?
> 2. Is it possible to re-factor current 'product distribution process'
> --
> Regards,
> Thayalan Sivapaleswararajah
> Associate Technical Lead - QA
> Mob: +94(0)777872485
> Tel : +94(0)(11)2145345
> Fax : +94(0)(11)2145300
> Email: thaya...@wso2.com
>
>
> *Disclaimer*: *This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender 
> indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.*
>
>


 --
 *Regards,*

 *Aparna Karunarathna.*


 *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*

>>>
>>>
>>>
>>> --
>>> *Regards,*
>>>
>>> *Aparna Karunarathna.*
>>>
>>>
>>> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sandapa Handakumbura
>> Associate Technical Lead
>> WSO2.Inc. ; http://wso2.com/
>> M : +94777115866
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Godwin Amila Shrimal*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
>



-- 
*Regards,*

*Aparna Karunarathna.*


*Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-14 Thread Godwin Amila Shrimal
Hi Sandapa,

AFAK 'tenant-mgt.xml' is located in *repository/conf *not in
*repository/conf/**multitenancy *in earlier versions.I am not sure is there
is a decision to move *repository/conf/**multitenancy *in current versions
*.*
Thanks
Godwin

On Tue, Jul 14, 2015 at 2:50 PM, Sandapa Handakumbura 
wrote:

> Hi,
>
> In ESB 4.9.0, 'tenant-mgt.xml' is located in *repository/conf *(the usual
> location). Is that the correct location or should it be 
> *repository/conf/**multitenancy
> *?
>
> Please confirm.
>
> Thanks,
> Sandapa
>
> On Mon, Jul 13, 2015 at 12:48 PM, Aparna Karunarathna 
> wrote:
>
>>
>> "tenant-mgt.xml" file is included under repository/conf/multitenancy
>> directory in the ES200 pack.
>>
>> @Johann/ SameeraJ / SameeraM, Have we changed the location of tenant-
>> mgt.xml file or is this an error?
>>
>> Regards,
>> Aparna.
>>
>> On Mon, Jul 13, 2015 at 12:36 PM, Aparna Karunarathna 
>> wrote:
>>
>>> Even IS 510 M3 pack doesn't have the tenant-mgt.xml file.
>>>
>>> Regards,
>>> Aparna
>>>
>>>
>>> On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:
>>>
 Hi Team,

 As per the mail discussion in [1] & [2] what I understood was
 tenant-mgt.xml file has to be included with all the products. But, I'm not
 clear on the final verdict whether to include $Subject with all the
 products that we ship including GREG. Please confirm.

 The same issue persist with the latest GREG pack as well.

 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon
 packs?
 2. Is it possible to re-factor current 'product distribution process'
 --
 Regards,
 Thayalan Sivapaleswararajah
 Associate Technical Lead - QA
 Mob: +94(0)777872485
 Tel : +94(0)(11)2145345
 Fax : +94(0)(11)2145300
 Email: thaya...@wso2.com


 *Disclaimer*: *This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, retransmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender does not
 accept liability for any errors or omissions.*


>>>
>>>
>>> --
>>> *Regards,*
>>>
>>> *Aparna Karunarathna.*
>>>
>>>
>>> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*
>>>
>>
>>
>>
>> --
>> *Regards,*
>>
>> *Aparna Karunarathna.*
>>
>>
>> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533*
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sandapa Handakumbura
> Associate Technical Lead
> WSO2.Inc. ; http://wso2.com/
> M : +94777115866
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D *
twitter: https://twitter.com/godwinamila
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-14 Thread Sandapa Handakumbura
Hi,

In ESB 4.9.0, 'tenant-mgt.xml' is located in *repository/conf *(the usual
location). Is that the correct location or should it be
*repository/conf/**multitenancy
*?

Please confirm.

Thanks,
Sandapa

On Mon, Jul 13, 2015 at 12:48 PM, Aparna Karunarathna 
wrote:

>
> "tenant-mgt.xml" file is included under repository/conf/multitenancy
> directory in the ES200 pack.
>
> @Johann/ SameeraJ / SameeraM, Have we changed the location of tenant-
> mgt.xml file or is this an error?
>
> Regards,
> Aparna.
>
> On Mon, Jul 13, 2015 at 12:36 PM, Aparna Karunarathna 
> wrote:
>
>> Even IS 510 M3 pack doesn't have the tenant-mgt.xml file.
>>
>> Regards,
>> Aparna
>>
>>
>> On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:
>>
>>> Hi Team,
>>>
>>> As per the mail discussion in [1] & [2] what I understood was
>>> tenant-mgt.xml file has to be included with all the products. But, I'm not
>>> clear on the final verdict whether to include $Subject with all the
>>> products that we ship including GREG. Please confirm.
>>>
>>> The same issue persist with the latest GREG pack as well.
>>>
>>> 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon
>>> packs?
>>> 2. Is it possible to re-factor current 'product distribution process'
>>> --
>>> Regards,
>>> Thayalan Sivapaleswararajah
>>> Associate Technical Lead - QA
>>> Mob: +94(0)777872485
>>> Tel : +94(0)(11)2145345
>>> Fax : +94(0)(11)2145300
>>> Email: thaya...@wso2.com
>>>
>>>
>>> *Disclaimer*: *This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender indicating
>>> that fact and delete the copy you received and in addition, you should not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>> accept liability for any errors or omissions.*
>>>
>>>
>>
>>
>> --
>> *Regards,*
>>
>> *Aparna Karunarathna.*
>>
>>
>> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*
>>
>
>
>
> --
> *Regards,*
>
> *Aparna Karunarathna.*
>
>
> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Sandapa Handakumbura
Associate Technical Lead
WSO2.Inc. ; http://wso2.com/
M : +94777115866
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-13 Thread Thayalan
JIRA - REGISTRY-2670  created

On Tue, Jul 14, 2015 at 11:30 AM, Sagara Gunathunga  wrote:

>
>
> On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:
>
>> Hi Team,
>>
>> As per the mail discussion in [1] & [2] what I understood was
>> tenant-mgt.xml file has to be included with all the products. But, I'm not
>> clear on the final verdict whether to include $Subject with all the
>> products that we ship including GREG. Please confirm.
>>
>> The same issue persist with the latest GREG pack as well.
>>
>
> Shall we create a critical issue in G-Reg JIRA as well for tracking ?
>
> Thanks !
>
>>
>> 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon
>> packs?
>> 2. Is it possible to re-factor current 'product distribution process'
>> --
>> Regards,
>> Thayalan Sivapaleswararajah
>> Associate Technical Lead - QA
>> Mob: +94(0)777872485
>> Tel : +94(0)(11)2145345
>> Fax : +94(0)(11)2145300
>> Email: thaya...@wso2.com
>>
>>
>> *Disclaimer*: *This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.*
>>
>>
>
>
> --
> Sagara Gunathunga
>
> Architect; 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
>
>


-- 
Regards,
Thayalan Sivapaleswararajah
Associate Technical Lead - QA
Mob: +94(0)777872485
Tel : +94(0)(11)2145345
Fax : +94(0)(11)2145300
Email: thaya...@wso2.com


*Disclaimer*: *This communication may contain privileged or other
confidential information and is intended exclusively for the addressee/s.
If you are not the intended recipient/s, or believe that you may have
received this communication in error, please reply to the sender indicating
that fact and delete the copy you received and in addition, you should not
print, copy, retransmit, disseminate, or otherwise use the information
contained in this communication. Internet communications cannot be
guaranteed to be timely, secure, error or virus-free. The sender does not
accept liability for any errors or omissions.*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-13 Thread Sagara Gunathunga
On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:

> Hi Team,
>
> As per the mail discussion in [1] & [2] what I understood was
> tenant-mgt.xml file has to be included with all the products. But, I'm not
> clear on the final verdict whether to include $Subject with all the
> products that we ship including GREG. Please confirm.
>
> The same issue persist with the latest GREG pack as well.
>

Shall we create a critical issue in G-Reg JIRA as well for tracking ?

Thanks !

>
> 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon packs
> ?
> 2. Is it possible to re-factor current 'product distribution process'
> --
> Regards,
> Thayalan Sivapaleswararajah
> Associate Technical Lead - QA
> Mob: +94(0)777872485
> Tel : +94(0)(11)2145345
> Fax : +94(0)(11)2145300
> Email: thaya...@wso2.com
>
>
> *Disclaimer*: *This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.*
>
>


-- 
Sagara Gunathunga

Architect; 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] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-13 Thread Prasad Tissera
Hi All,

We fixed this issue in product-is master branch.

Regards,
Prasad.

On Mon, Jul 13, 2015 at 12:48 PM, Aparna Karunarathna 
wrote:

>
> "tenant-mgt.xml" file is included under repository/conf/multitenancy
> directory in the ES200 pack.
>
> @Johann/ SameeraJ / SameeraM, Have we changed the location of tenant-
> mgt.xml file or is this an error?
>
> Regards,
> Aparna.
>
> On Mon, Jul 13, 2015 at 12:36 PM, Aparna Karunarathna 
> wrote:
>
>> Even IS 510 M3 pack doesn't have the tenant-mgt.xml file.
>>
>> Regards,
>> Aparna
>>
>>
>> On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:
>>
>>> Hi Team,
>>>
>>> As per the mail discussion in [1] & [2] what I understood was
>>> tenant-mgt.xml file has to be included with all the products. But, I'm not
>>> clear on the final verdict whether to include $Subject with all the
>>> products that we ship including GREG. Please confirm.
>>>
>>> The same issue persist with the latest GREG pack as well.
>>>
>>> 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon
>>> packs?
>>> 2. Is it possible to re-factor current 'product distribution process'
>>> --
>>> Regards,
>>> Thayalan Sivapaleswararajah
>>> Associate Technical Lead - QA
>>> Mob: +94(0)777872485
>>> Tel : +94(0)(11)2145345
>>> Fax : +94(0)(11)2145300
>>> Email: thaya...@wso2.com
>>>
>>>
>>> *Disclaimer*: *This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender indicating
>>> that fact and delete the copy you received and in addition, you should not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>> accept liability for any errors or omissions.*
>>>
>>>
>>
>>
>> --
>> *Regards,*
>>
>> *Aparna Karunarathna.*
>>
>>
>> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*
>>
>
>
>
> --
> *Regards,*
>
> *Aparna Karunarathna.*
>
>
> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Prasad Tissera
Software Engineer.
Mobile : +94777223444
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-13 Thread Aparna Karunarathna
"tenant-mgt.xml" file is included under repository/conf/multitenancy
directory in the ES200 pack.

@Johann/ SameeraJ / SameeraM, Have we changed the location of
tenant-mgt.xml file
or is this an error?

Regards,
Aparna.

On Mon, Jul 13, 2015 at 12:36 PM, Aparna Karunarathna 
wrote:

> Even IS 510 M3 pack doesn't have the tenant-mgt.xml file.
>
> Regards,
> Aparna
>
>
> On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:
>
>> Hi Team,
>>
>> As per the mail discussion in [1] & [2] what I understood was
>> tenant-mgt.xml file has to be included with all the products. But, I'm not
>> clear on the final verdict whether to include $Subject with all the
>> products that we ship including GREG. Please confirm.
>>
>> The same issue persist with the latest GREG pack as well.
>>
>> 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon
>> packs?
>> 2. Is it possible to re-factor current 'product distribution process'
>> --
>> Regards,
>> Thayalan Sivapaleswararajah
>> Associate Technical Lead - QA
>> Mob: +94(0)777872485
>> Tel : +94(0)(11)2145345
>> Fax : +94(0)(11)2145300
>> Email: thaya...@wso2.com
>>
>>
>> *Disclaimer*: *This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.*
>>
>>
>
>
> --
> *Regards,*
>
> *Aparna Karunarathna.*
>
>
> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*
>



-- 
*Regards,*

*Aparna Karunarathna.*


*Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GREG 5.00 Alpha] tenant-mgt.xml file not included with the pack

2015-07-13 Thread Aparna Karunarathna
Even IS 510 M3 pack doesn't have the tenant-mgt.xml file.

Regards,
Aparna


On Mon, Jul 13, 2015 at 11:35 AM, Thayalan  wrote:

> Hi Team,
>
> As per the mail discussion in [1] & [2] what I understood was
> tenant-mgt.xml file has to be included with all the products. But, I'm not
> clear on the final verdict whether to include $Subject with all the
> products that we ship including GREG. Please confirm.
>
> The same issue persist with the latest GREG pack as well.
>
> 1. [Dev] Why are we not shipping the tenant-mgt.xml file with Carbon packs
> ?
> 2. Is it possible to re-factor current 'product distribution process'
> --
> Regards,
> Thayalan Sivapaleswararajah
> Associate Technical Lead - QA
> Mob: +94(0)777872485
> Tel : +94(0)(11)2145345
> Fax : +94(0)(11)2145300
> Email: thaya...@wso2.com
>
>
> *Disclaimer*: *This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.*
>
>


-- 
*Regards,*

*Aparna Karunarathna.*


*Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev