202203204205206207208209210211212
{ container.setConfigurationResource( configurationReader ); } catch ( PlexusConfigurationResourceException e ) { throw new PlexusContainerException( "Error loading from configuration reader", e ); } } if ( properties != null) {
668669670671672673674675676
} } } if ( null == realm ) { throw new PlexusContainerException( "Missing container class realm: " + DEFAULT_REALM_NAME ); } return realm; }