From e7cf19c577311e92b4609fc974b5066853559881 Mon Sep 17 00:00:00 2001 From: caremoli Date: Mon, 7 Jul 2008 12:39:27 +0000 Subject: [PATCH] CCAR: restore previous behaviour : if a component has no catalog but a python module or a dynamic lib is conforming accept it. --- src/Container/SALOME_ContainerManager.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Container/SALOME_ContainerManager.cxx b/src/Container/SALOME_ContainerManager.cxx index b172832ed..8d887aed8 100644 --- a/src/Container/SALOME_ContainerManager.cxx +++ b/src/Container/SALOME_ContainerManager.cxx @@ -376,9 +376,7 @@ StartContainer(const Engines::MachineParameters& params, SALOME_ModuleCatalog::Acomponent_var compoInfo = Catalog->GetComponent(compoi); if (CORBA::is_nil (compoInfo)) { - INFOS("ContainerManager Error: Component not found in the catalog" ); - INFOS( compoi ); - return Engines::Container::_nil(); + continue; } SALOME_ModuleCatalog::ImplType impl=compoInfo->implementation_type(); container_exe=compoInfo->implementation_name(); -- 2.39.2