Re: [Dev] [IS] Clarifying the code implementation

2015-01-31 Thread Lasitha Wattaladeniya
Noted, Thanks johan. On Sat, Jan 31, 2015 at 8:09 PM, Johann Nallathamby wrote: > Hi Lasitha, > > If your requirement is to get notified when a tenant is created you need > to implement "TenantMgtListener", not "IdentityProviderMgtLister". In the > same org.wso2.carbon.idp.mgt component you can

Re: [Dev] [IS] Clarifying the code implementation

2015-01-31 Thread Johann Nallathamby
Hi Lasitha, If your requirement is to get notified when a tenant is created you need to implement "TenantMgtListener", not "IdentityProviderMgtLister". In the same org.wso2.carbon.idp.mgt component you can find another class "TenantManagementListener" which implements "TenantMgtListener" which get

Re: [Dev] [IS] Clarifying the code implementation

2015-01-31 Thread Lasitha Wattaladeniya
Hi Isura, Thanks for the reply. I also had a offline chat with isharak and that helped me to understand the reason. thanks On Sat, Jan 31, 2015 at 7:07 AM, Isura Karunaratne wrote: > Hi Lasantha, > > On Fri, Jan 30, 2015 at 1:42 AM, Lasitha Wattaladeniya > wrote: > >> I'm developing on IS ver

Re: [Dev] [IS] Clarifying the code implementation

2015-01-30 Thread Isura Karunaratne
Hi Lasantha, On Fri, Jan 30, 2015 at 1:42 AM, Lasitha Wattaladeniya wrote: > I'm developing on IS version 5.0.0 > > On Fri, Jan 30, 2015 at 1:35 AM, Lasitha Wattaladeniya > wrote: > >> Hi all, >> >> In the org.wso2.carbon.idp.mgt.ui component the update method in >> idp-mgt-edit-local.jsp submi

Re: [Dev] [IS] Clarifying the code implementation

2015-01-29 Thread Lasitha Wattaladeniya
I'm developing on IS version 5.0.0 On Fri, Jan 30, 2015 at 1:35 AM, Lasitha Wattaladeniya wrote: > Hi all, > > In the org.wso2.carbon.idp.mgt.ui component the update method in > idp-mgt-edit-local.jsp submits the form to idp-mgt-edit-finish-local.jsp , > which eventually call the updateResidentI

[Dev] [IS] Clarifying the code implementation

2015-01-29 Thread Lasitha Wattaladeniya
Hi all, In the org.wso2.carbon.idp.mgt.ui component the update method in idp-mgt-edit-local.jsp submits the form to idp-mgt-edit-finish-local.jsp , which eventually call the updateResidentIdP method in org.wso2.carbon.idp.mgt.ui.client.IdentityProviderMgtServiceClient class. public void updateRe