}
private SystemConfiguration retrieveSystemConfiguration( PersistenceManagerFactory pmf )
throws ContinuumStoreException
{
SystemConfiguration result;
List systemConfs = PlexusJdoUtils.getAllObjectsDetached( getPersistenceManager( pmf ),
SystemConfiguration.class, null, (String) null );
if ( systemConfs == null || systemConfs.isEmpty() )
{