Re: [JBoss-user] Lookup question

2001-06-27 Thread danch
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

Re: [JBoss-user] Lookup question

2001-06-27 Thread Allen fogleson
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

Re: [JBoss-user] Lookup question

2001-06-27 Thread Dragos Haiduc
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

[JBoss-user] Lookup question

2001-06-27 Thread Devraj Mukherjee
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