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"
: 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,
>
>
>
>
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
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
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