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

2016-09-22 Thread wenxzhen
e: Thursday, Sep 22, 2016 10:38 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] Exception when creating a tenant with TenantMgtAdminService Hi Wenxing, Additionally, can you try setting the following parameters as well, - adminPassword - firstname - lastname Regards, O

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

2016-09-22 Thread Omindu Rathnaweera
n.setProperty(org.apache.axis2.transport.http.HTTPConstants.COOKIE_STRING, > cookie); > > String value = tenantMgtStub.addTenant(getTenantBeanInfo(tenantBean)); > > > -- Original -- > *From: * "wenxzhen";; > *Date: * Sep 22, 2016 > *To:

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

2016-09-22 Thread wenxzhen
To: "dev"; 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: TenantInfoBean infoBean = new TenantInfoBean(); infoBean.setTenantDomain(...)

[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(...); infoBean.setAdmin(...)