> Fix for 4 & 6 is in check Neeraj,
It's exactly what I meant, but it does not accept interface declarations, as
used to.
e.g. SPL
Import Class org.mystuff.MyInterface:ch;
---- code
class MyImpl implements MyInterface {}
map.put("ch",new MyImpl());
executePolicy("polName",map);
