config = (ShrinkWrapConfigurationFactory) assembler.getConfigurationFactory();
jndiContext.set(assembler.getContainerSystem().getJNDIContext());
}
catch (final Exception e)
{
throw new LifecycleException("Could not configure the OpenEJB Container", e);
}
// Set
this.assembler = assembler;
this.config = config;