Hi,
JNDI API doc says the return value of Context.list(Name) is NamingEnumeration<NameClassPair>, but it seems ContextPartition.list(Name) returns NamingEnumeration<SearchResult>. Is this behavior correct?
Another question, I want to retrieve the whole attributes of all decendant entries under a base name (it would be nice if the result includes the base entry itself, too). How can I do that?
