finally {
bootstrapLockManager.ensureUnlocked();
}
// Bootstrap finished - publish the event
context.publishEvent( new AcrossContextBootstrappedEvent( contextInfo ) );
createdApplicationContexts.clear();
}
catch ( Exception e ) {
LOG.debug( "Exception during bootstrapping, destroying all created ApplicationContext instances" );