For an embedded apacheds what is service.getAdminSession() doing compared to getting a new InitialDirContext (i.e ctx = new InitialDirContext(env))? Is it something similar to getWiredContext which appears to just hardcode the context user and password to defaults (i.e. pw = "secret"), or is it independent of the admin's password?
-- David
