The multiple subcontexts problem is fixed in 2.4 and 2.5(main).
----- Original Message -----
From: "Chris Windsor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 30, 2001 3:47 PM
Subject: Re: [JBoss-user] is JBOSS JNDI brain-dead or ...
> Hello again,
>
> This is my follow-up posting to my earlier issue with jndi. (I'm not
> subscribed - too much mail! - so apologies if this doesn't get in the
right
> thread).
>
> I haven't looked to see if this is already listed as a bug, but I wanted
to
> post it to benefit other users who may be porting from another app server
to
> jboss.
>
> My app is structured after the "petstore" (which is supposed to be best
> practices ;-) ) and I used it as the template for my ejb codebase.
>
> Basically, I can't get JNDI entries that use subcontexts to work. I
grabbed
> a simple example (code and xml) from the EJB 2.0 Spec, Chapter 20 and
tested
> it out. When I try to create an entry "foo/bar/name2", the jndi creates a
> subcontext for "foo" and another one for "bar", unfortunately at the same
> level (see the java:comp namespace that I printed out below ... note "bar"
> should be under "foo".) The code throws a NamingException.
>
> This needs to be fixed, but until then, my solution is to simply flatten
all
> entries to be only one context deep.
>
>
> Chris
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user