Re: [Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread wenxzhen
t;; Send time: Thursday, Sep 22, 2016 10:38 PM To: "wenxzhen"<wenxing.zh...@qq.com>; Cc: "dev"<dev@wso2.org>; Subject: Re: [Dev] Exception when creating a tenant with TenantMgtAdminService Hi Wenxing, Additionally, can you try setting the following parameters as well, -

Re: [Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread Omindu Rathnaweera
com>; > *Date: * Sep 22, 2016 > *To: * "dev"<dev@wso2.org>; > *Subject: * [Dev] Exception when creating a tenant with > TenantMgtAdminService > > Dear all, > > On AS 5.3.0, I am using the TenantMgtAdminService to create the tenant >

Re: [Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread wenxzhen
>; Date: Sep 22, 2016 To: "dev"<dev@wso2.org>; Subject: [Dev] Exception when creating a tenant with TenantMgtAdminService Dear all, On AS 5.3.0, I am using the TenantMgtAdminService to create the tenant with only the following attributes: TenantInfoBe

[Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread wenxzhen
Dear all, On AS 5.3.0, I am using the TenantMgtAdminService to create the tenant with only the following attributes: TenantInfoBean infoBean = new TenantInfoBean(); infoBean.setTenantDomain(...); infoBean.setActive(...); infoBean.setEmail(...); infoBean.setUsagePlan(...);