Hi Krishantha, Sure I will. Sorry for the inconvenience.
Thanks, Pushpalanka Jayawardhana Software Engineer WSO2 Lanka (pvt) Ltd [image: Facebook]<http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.facebook.com%2Fpushpalanka> [image: Twitter]<http://s.wisestamp.com/links?url=http%3A%2F%2Ftwitter.com%2FPushpalanka> [image: LinkedIn]<http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.linkedin.com%2Fprofile%2Fview%3Fid%3D75175642%26trk%3Dtab_pro> [image: Blogger]<http://s.wisestamp.com/links?url=http%3A%2F%2Fpushpalankajaya.blogspot.com%2F> [image: SlideShare]<http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.slideshare.net%2FPushpalanka> Mobile: +94779716248 <http://s.wisestamp.com/links?url=http%3A%2F%2Fr1.wisestamp.com%2Fr%2Flanding%3Fu%3Dc984892c0c4ca423%26v%3D3.13.2%26t%3D1361257731639%26promo%3D10%26dest%3Dhttp%253A%252F%252Fwww.wisestamp.com%252Femail-install%253Futm_source%253Dextension%2526utm_medium%253Demail%2526utm_campaign%253Dpromo_10> On Tue, Sep 17, 2013 at 6:59 PM, Krishantha Samaraweera <[email protected] > wrote: > Hi Pushpalanka, > > Can you revert this commit please. Test framework 4.2.0 version is already > released. You have to use 4.2.1 version with IS 4.5.1 > > Thanks, > > Krishantha Samaraweera > Senior Technical Lead - Test Automation. > Mobile: +94 7777 599 18; blog: http://opensource-soa.blogspot.com/ > WSO2, Inc.; http://wso2.com/ > lean . enterprise . middlewear. > > > On Mon, Sep 16, 2013 at 7:51 PM, <[email protected]> wrote: > >> Author: [email protected] >> Date: Mon Sep 16 19:51:08 2013 >> New Revision: 185625 >> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=185625 >> >> Log: >> Refactored Class Name >> >> Added: >> >> >> carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigAdminServiceClient.java >> - copied, changed from r185624, >> /carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigurationClient.java >> Modified: >> >> >> carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigurationClient.java >> >> Copied: >> carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigAdminServiceClient.java >> (from r185624, >> /carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigurationClient.java) >> URL: >> http://wso2.org/svn/browse/wso2/carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigAdminServiceClient.java?rev=185625&r1=185624&r2=185625&view=diff >> >> ============================================================================== >> --- >> /carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigurationClient.java >> (original) >> +++ >> carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigAdminServiceClient.java >> Mon Sep 16 19:51:08 2013 >> @@ -29,7 +29,7 @@ >> import org.wso2.carbon.utils.CarbonUtils; >> >> >> -public class UserStoreConfigurationClient { >> +public class UserStoreConfigAdminServiceClient { >> >> private final Log log = >> LogFactory.getLog(UserManagementClient.class); >> private final String serviceName = "UserStoreConfigAdminService"; >> @@ -38,14 +38,14 @@ >> private static final String deploymentDirectory = >> CarbonUtils.getCarbonRepository() + USERSTORES; >> >> >> - public UserStoreConfigurationClient(String backendURL, String >> sessionCookie) throws AxisFault { >> + public UserStoreConfigAdminServiceClient(String backendURL, String >> sessionCookie) throws AxisFault { >> >> String endPoint = backendURL + serviceName; >> userStoreConfigAdminServiceStub = new >> UserStoreConfigAdminServiceStub(endPoint); >> AuthenticateStub.authenticateStub(sessionCookie, >> userStoreConfigAdminServiceStub); >> } >> >> - public UserStoreConfigurationClient(String backendURL, String >> userName, String password) >> + public UserStoreConfigAdminServiceClient(String backendURL, String >> userName, String password) >> throws AxisFault { >> >> String endPoint = backendURL + serviceName; >> _______________________________________________ >> Commits mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/commits >> > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
