Hi,
Which j2ee server you are using ?
EJB Spec (Page No 65) says,
you should narrow it after deserializing the handle.
Your j2ee server may be helping you (in terms of reducing one line of code !!! by allowing you to use
java casting), but your client code cannot be used as it is if you change your EJB Container.
Micheal.