summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp')
-rw-r--r--TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp b/TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp
index e93a3315c14..44f8a84f158 100644
--- a/TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp
+++ b/TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp
@@ -22,6 +22,7 @@ CIAO::NodeApplication_Impl::finishLaunch (
{
ACE_TRY
{
+ ACE_DEBUG ((LM_DEBUG, "i am here to finish launch\n"));
const CORBA::ULong length = providedReference.length ();
// For every connection struct we finish the connection.
@@ -190,10 +191,14 @@ CIAO::NodeApplication_Impl::install (
for (CORBA::ULong i = 0; i < len; ++i)
{
+
+ ACE_DEBUG ((LM_DEBUG, "about to install home\n"));
home = this->install_home (impl_infos[i]
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
+ ACE_DEBUG ((LM_DEBUG, "installed the home\n"));
+
Components::KeylessCCMHome_var kh =
Components::KeylessCCMHome::_narrow (home.in ()
ACE_ENV_ARG_PARAMETER);
@@ -204,9 +209,12 @@ CIAO::NodeApplication_Impl::install (
// @@ Note, here we are missing the CreateFailure.
// Sometime I will come back to add exception rethrow.
+ ACE_DEBUG ((LM_DEBUG, "creating the component\n"));
comp = kh->create_component (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
+ ACE_DEBUG ((LM_DEBUG, "created the component\n"));
+
if (this->component_map_.bind (impl_infos[i].component_instance_name.in (),
Components::CCMObject::_duplicate (comp.in ())))
ACE_TRY_THROW (Deployment::InstallationFailure ());
@@ -217,6 +225,8 @@ CIAO::NodeApplication_Impl::install (
(*retv)[i].component_ref = Components::CCMObject::_duplicate (comp.in ());
+ ACE_DEBUG ((LM_DEBUG, "duplicated the component\n"));
+
// Deal with Component instance related Properties.
// Now I am only concerning about the COMPOENTIOR and here is only
// the hardcoded version of the configuration. Hopefully we will