buildContainerSystem(OpenEjbConfiguration configInfo) 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.
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
org.apache.openejb.core.CoreContainerSystem using the
information from the
OpenEjbConfiguration object passed in.