Somebody pls. suggest me to do the following :
InitialContext ic = new InitialContext();
BpHome home = (BpHome)ic.lookup("jndiBpHome");
If BpHome(Home interface of an EJB) is in a String variable, then how can I
perform same as above. i.e.
String HomeStr = "BpHome";
InitialContext ic = new InitialContext();
HomeStr home = (HomeStr)ic.lookup("jndiBpHome");
I know that this will now work, somebody pls. suggest me the way to do this.
It's very urgent.
Thanks in advance.
Tarun
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".