Its just because list for HAJNDI generally only has normal jndi behavior for the
replicated tree. However, since we really never bind stuff into this tree, list* is not a
useful method. It could be implemented to match the lookup semantics and essentially
return the first context.list result from the local jndi bindings in the cluster for the
context.
If one really wants to see all of the bindings in a cluster, then I think we would have to
return a NamingEnumeration with a NameClassPair that was a ClusteredNameClassPair to
include the node in the pair. Otherwise we could go outside of the jndi api to provide
this aggregate view.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020897#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...