When given a complete OpenEjbConfiguration graph this method will construct an entire container system and return a reference to that container system, as ContainerSystem instance.
This method leverage the other assemble and apply methods which can be used independently.
Assembles and returns the {@link org.apache.openejb.core.CoreContainerSystem} using theinformation from the {@link OpenEjbConfiguration} object passed in.
This method performs the following actions(in order): 1 Assembles ProxyFactory 2 Assembles External JNDI Contexts 3 Assembles TransactionService 4 Assembles SecurityService 5 Assembles ConnectionManagers 6 Assembles Connectors 7 Assembles Containers 8 Assembles Applications
@param configInfo
@throws Exception if there was a problem constructing the ContainerSystem.
@throws Exception
@see OpenEjbConfiguration