Re: [Dev] [IS] createApplication does not add values in to the DB for non-mandatory fields

2015-12-06 Thread Shani Ranasinghe
Hi Thanuja, If that is the case, the I should be getting the application Id in the service provider once the application is created right? Even though the DAOImpl method returns the ID, from the ApplicationManagementServiceImpl's createApplication method, it doesn't seem to update the field nor r

Re: [Dev] [IS] createApplication does not add values in to the DB for non-mandatory fields

2015-12-06 Thread Thanuja Jayasinghe
Hi Shani, Yes. First you need to call createApplication to register the service provider with a unique name. After that, call updateApplication method with required service provider configurations(like IS_SAAS_APP). We follow the same way in the management console also. Thanks, Thanuja On Sun, D

[Dev] [IS] createApplication does not add values in to the DB for non-mandatory fields

2015-12-06 Thread Shani Ranasinghe
Hi IS Team, In the createApplication method in the org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl , does not seem to add values to the non-mandatory fields in the DB.for e.g. the IS_SAAS_APP field. Is this supposed to be this way? I noticed that we could call the updateAppli