Hi Dinusha, Oh.. ok... didn't know that. Did you all announce that it was released? I might have missed it, sorry.
Will revert the fix. On Tue, Jun 4, 2013 at 12:24 PM, Dinusha Senanayaka <[email protected]>wrote: > Hi Nirmal, > > Can you revert this commit from patch0001 and add it to patch0002.. We > have done the 4.1.2 release with patch0001 with the r173555. So we cannot > commit to patch0001 further. > > Regards, > Dinusha. > > On Sat, Jun 1, 2013 at 2:46 PM, <[email protected]> wrote: > >> Author: [email protected] >> Date: Sat Jun 1 14:46:18 2013 >> New Revision: 173635 >> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=173635 >> >> Log: >> fixing a bug in Member's equal operation >> >> Modified: >> >> >> carbon/kernel/branches/4.1.0/patches/patch0001/dependencies/axis2/modules/kernel/src/org/apache/axis2/clustering/Member.java >> >> Modified: >> carbon/kernel/branches/4.1.0/patches/patch0001/dependencies/axis2/modules/kernel/src/org/apache/axis2/clustering/Member.java >> URL: >> http://wso2.org/svn/browse/wso2/carbon/kernel/branches/4.1.0/patches/patch0001/dependencies/axis2/modules/kernel/src/org/apache/axis2/clustering/Member.java?rev=173635&r1=173634&r2=173635&view=diff >> >> ============================================================================== >> --- >> carbon/kernel/branches/4.1.0/patches/patch0001/dependencies/axis2/modules/kernel/src/org/apache/axis2/clustering/Member.java >> (original) >> +++ >> carbon/kernel/branches/4.1.0/patches/patch0001/dependencies/axis2/modules/kernel/src/org/apache/axis2/clustering/Member.java >> Sat Jun 1 14:46:18 2013 >> @@ -179,10 +179,9 @@ >> httpsPort == member.getHttpsPort()); >> >> return (isIdenticalPorts && >> - !(remoteHost != null ? >> !remoteHost.equals(member.getRemoteHost()) : >> - member.getRemoteHost() != null)) || >> - (isIdenticalPorts && !(hostName != null ? >> !hostName.equals(member.getHostName()) : >> - member.getHostName() != null)); >> + (remoteHost != null ? >> remoteHost.equals(member.getRemoteHost()) : >> + member.getRemoteHost() == null) && (hostName != null ? >> hostName.equals(member.getHostName()) : >> + member.getHostName() == null)); >> } >> >> public int hashCode() { >> _______________________________________________ >> Commits mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/commits >> > > > > -- > Dinusha Dilrukshi > Senior Software Engineer > WSO2 Inc.: http://wso2.com/ > Mobile: +94725255071 > Blog: http://dinushasblog.blogspot.com/ > -- Thanks & regards, Nirmal Senior Software Engineer- Platform Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
