return getDomainRoot();
}
final PathnameParser parser = new PathnameParser(path);
final String parentPath = parser.parentPath();
//cdebug( "resolvePath: " + parser.toString() + ", parentPath = " + parentPath );
// fixed query based on the path, which will find all MBeans with that parent path
final String props = Util.makeProp(PARENT_PATH_KEY, Util.quoteIfNeeded(parentPath));