You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2006/05/23 12:17:05 UTC

svn commit: r408865 - /incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/Module.cpp

Author: edslattery
Date: Tue May 23 03:17:02 2006
New Revision: 408865

URL: http://svn.apache.org/viewvc?rev=408865&view=rev
Log:
Fix for tuscany 422

Modified:
    incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/Module.cpp

Modified: incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/Module.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/Module.cpp?rev=408865&r1=408864&r2=408865&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/Module.cpp (original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/model/Module.cpp Tue May 23 03:17:02 2006
@@ -79,7 +79,7 @@
                 Utils::tokeniseUri(name, componentName, serviceName);
                 
                 // Locate the component
-                Component* foundComponent = components[name];
+                Component* foundComponent = components[componentName];
                 if (foundComponent)
                 {
                     // Locate the service



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org