posted 19 years ago
Hi Paul,
Thanks for the replies. The porblem got solved. Also I got to know about the JNDI tree .... learned a new things. Thanks
Problem lies here ....
1.Object homeObjectEntity = ctx.lookup("BonusHomeEntity");
2. bonusHomeEntity = (BonusHomeEntity)PortableRemoteObject.narrow(ctx.lookup("BonusBeanEntity"),BonusHomeEntity.class);
I don't have to use the first statement ... can directly 'lookup' using second statement.
Cheers
Ravinder
[ March 07, 2005: Message edited by: Ravinder S Edhan ]