Hi,

How can I find what's in an entity bean's java:comp/env namespace?

If I ask the InitialContext for a list of what is in it (using 
initialcontext.list("") ) I get a list of things (mainly home interfaces) 
plus entries for "java:comp" and "ejb" which are both Contexts.

If I ask for what's in "java:comp" I get a few strange entries, but NOT one 
for "env", which is the one I would have expected.

If I ask for what's in "java:comp/env" I get nothing back (empty context).

However, lookups for entries named java:comp/env/foo succeed where they should.

Any ideas?

Thanks,
Nick


Reply via email to