RE: [DISCUSS] Bug while parsing the JSON "key which having short data type" in locate command "https://github.com/apache/geode/pull/752"

2017-09-12 Thread Dinesh Akhand
you focus on the issue. > > Thanks, > Dinesh Akhand > > -Original Message- > From: Dinesh Akhand > Sent: Thursday, August 31, 2017 7:04 PM > To: dev@geode.apache.org > Subject: [DISCUSS] Bug while parsing the JSON "key which having short > data type"

RE: [DISCUSS] Bug while parsing the JSON "key which having short data type" in locate command "https://github.com/apache/geode/pull/752"

2017-09-06 Thread dinesh 1004
: Dinesh Akhand > Sent: Thursday, August 31, 2017 7:04 PM > To: dev@geode.apache.org > Subject: [DISCUSS] Bug while parsing the JSON "key which having short data > type" in locate command "https://github.com/apache/geode/pull/752"; > > Hi, > > > >

RE: [DISCUSS] Bug while parsing the JSON "key which having short data type" in locate command "https://github.com/apache/geode/pull/752"

2017-08-31 Thread Dinesh Akhand
Hi Team, Please reply over below mail chain. Need you focus on the issue. Thanks, Dinesh Akhand -Original Message- From: Dinesh Akhand Sent: Thursday, August 31, 2017 7:04 PM To: dev@geode.apache.org Subject: [DISCUSS] Bug while parsing the JSON "key which having short data typ

[DISCUSS] Bug while parsing the JSON "key which having short data type" in locate command "https://github.com/apache/geode/pull/752"

2017-08-31 Thread Dinesh Akhand
s it check only key class set method . So I change getDeclaredMethods to getMethods() Thanks, Dinesh Akhand -Original Message- From: Dinesh Akhand Sent: Monday, August 28, 2017 5:46 PM To: dev@geode.apache.org Subject: Bug while parsing the JSON "key which having short data

Bug while parsing the JSON "key which having short data type" in locate command

2017-08-28 Thread Dinesh Akhand
Hi Team, I have found one bug in geode 1.2 . If in the key we having the short data type Example: public class EmpData implements Serializable{ private short empid; public short getEmpid() { return empid; } public void setEmpid(short empid) { this.empid = empid; } EmpData d1