RE: [JBoss-user] Newbie Naming.lookup question

2002-07-24 Thread Robert Martin
Thanks - that and a few other tweaks got it running for me. Robert -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 4:29 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Newbie Naming.lookup question You are tyring to use the RMI Naming

Re: [JBoss-user] Newbie Naming.lookup question

2002-07-23 Thread Scott M Stark
You are tyring to use the RMI Naming API rather than the JNDI InitialContext. - Original Message - From: "Robert Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 4:13 PM Subject: [JBoss-user] Newbie Naming.lookup question > Hi -

[JBoss-user] Newbie Naming.lookup question

2002-07-23 Thread Robert Martin
Hi - I'm just starting to try out JBoss and I'm having some problems just doing a simple name lookup. I've confirmed that JBoss 3.0 is running without any errors in its startup log.I have successfully deployed a simple test bean to the server. I have a tiny little client application that i