* Parses all the inhabitants descriptors of the given name in this module.
* @return
*/
List<ActiveDescriptor> parseInhabitants(String name, ServiceLocator serviceLocator, List<PopulatorPostProcessor> populatorPostProcessors) throws IOException, BootException {
DescriptorFileFinder dff = null;
final String path = "META-INF/hk2-locator/" + name;
URL entry = bundle.getEntry(path);