I have a Json response from SAP eCommerce. And for that I created a POJO class to map the keys and its values. Now when I'm referencing it into my servlet, I'm getting Unsatisfied (reference) error in system/console/components for that particular Reference.
Can anyone provide clarity on why this i...