Devraj Mukherjee wrote:
> I have a session bean which is associated with the JNDI name
> user/UserManager. I am a bit confused with the way we refer to the JNDI
> name when doing a lookup. From an example I found that the lookup was
> been done using this line of code:
>
> Object objref = ini
a:comp/env/user/UserManager");
Al
- Original Message -
From: Devraj Mukherjee <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, June 27, 2001 7:09 PM
Subject: [JBoss-user] Lookup question
> I have a session bean which is associa
On Thu, 28 Jun 2001, Devraj Mukherjee wrote:
> I have a session bean which is associated with the JNDI name
> user/UserManager. I am a bit confused with the way we refer to the JNDI
> name when doing a lookup. From an example I found that the lookup was been
> done using this line of code:
>
> Ob
I have a session bean which is associated with the JNDI name
user/UserManager. I am a bit confused with the way we refer to the JNDI
name when doing a lookup. From an example I found that the lookup was been
done using this line of code:
Object objref = initial.lookup("java:comp/env/ejb/TheCon