Posted By:
Nick_Maiorano
Posted On:
Wednesday, December 24, 2003 05:35 AM
Parag,
JNDI has probably been re-written in WLS 6.1 and new cluster features were added. That might explain it.
However, you need to build a static factory class (singleton) that all objects use to access jndi. This factory needs to cache these EJB handles after lookups. This speeds up access considerably.