log.warn("No bootstrap descriptors defined");
}
log.debugf("Starting Microcontainer, Bootstrap Descriptors: %s", bootstrapDescriptors);
// Create an xml deployer
kernelDeployer = new TempBasicXMLDeployer(kernel);
try
{
// Deploy the bootstrap descriptor into MC
for (final BootstrapDescriptor bootstrapDescriptor : bootstrapDescriptors)
{