Thanks in advance for your support.
In UDJC step, the following code gives me Janino exception,
In processRow method
Hashtable hastable=getConfigData() // This method return Hashtable
Set set=hashtable.get("ERROR_2001").keySet(); ---> //hashtable.get("ERROR_2001"), This returns another hashtable
Exception: A method named "keySet" is not declared in any enclosing class nor any supertype, nor through a static import
In forums I could not find the turn around solution to fix this. I am using JDK 1.7 and PDI 5.1 (latest download)