Hello j4ze!
I think the problem lies in this line

Object productName = map.get("prodNo");

With the above statement you are searching for a key named prodNo which doesn't exist. You actually...