From: caremoli Date: Mon, 7 Jul 2008 12:39:27 +0000 (+0000) Subject: CCAR: restore previous behaviour : if a component has no catalog but a python X-Git-Tag: TG_TRIPOLI_qt4_porting~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e7cf19c577311e92b4609fc974b5066853559881;p=modules%2Fkernel.git CCAR: restore previous behaviour : if a component has no catalog but a python module or a dynamic lib is conforming accept it. --- 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();