Thanks, but this didn't give me a direction. Where would this name '/' be
at? In java code or in a xml configuration? Funny thing is this worked
before until the app was put in a jar instead of running via a file
classpath.
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark
> Sent: Thursday, February 01, 2001 5:38 PM
> To: jBoss
> Subject: Re: [jBoss-User] CannotProceedException
>
>
> 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]
>
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]