JNDI is very particular about how names map onto a particular implementation. You
can't arbitrarily add name component separators('/') as these affect the number of
atomic components that are in the name and hence change what you are asking for.
The error msg is saying that there is nothing located under a name that begins with 
'/'.
Remove the leading '/' as this denotes a leading empty atomic name component and
JBoss has no such context.

See javax.naming.CompoundName for details on the naming syntax.

----- Original Message ----- 
From: Ron Yust 
To: [EMAIL PROTECTED] 
Sent: Thursday, February 01, 2001 3:04 PM
Subject: [jBoss-User] CannotProceedException


Can anyone tell me why I get the following error when trying to deploy an EJB jar?

    javax.naming.CannotProceedException; remaining name '/'


Any suggestions would be appreciated.

-Ron



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to