You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/07/17 15:42:10 UTC

svn commit: r556925 - /incubator/tuscany/java/sca/distribution/webapp/src/main/webapp/scaDomainInfo.jsp

Author: antelder
Date: Tue Jul 17 06:42:04 2007
New Revision: 556925

URL: http://svn.apache.org/viewvc?view=rev&rev=556925
Log:
Update webapp distro for componentmanager changes

Modified:
    incubator/tuscany/java/sca/distribution/webapp/src/main/webapp/scaDomainInfo.jsp

Modified: incubator/tuscany/java/sca/distribution/webapp/src/main/webapp/scaDomainInfo.jsp
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/webapp/src/main/webapp/scaDomainInfo.jsp?view=diff&rev=556925&r1=556924&r2=556925
==============================================================================
--- incubator/tuscany/java/sca/distribution/webapp/src/main/webapp/scaDomainInfo.jsp (original)
+++ incubator/tuscany/java/sca/distribution/webapp/src/main/webapp/scaDomainInfo.jsp Tue Jul 17 06:42:04 2007
@@ -17,14 +17,14 @@
  * under the License.
 --%>
 
-<%@ page import="org.apache.tuscany.sca.host.embedded.impl.HotUpdatableSCADomain"%>
-<%@ page import="org.apache.tuscany.sca.host.management.ComponentManager"%>
+<%@ page import="org.apache.tuscany.sca.host.embedded.SCADomain"%>
+<%@ page import="org.apache.tuscany.sca.host.embedded.management.ComponentManager"%>
 <%@ page import="org.apache.tuscany.sca.assembly.ComponentService"%>
 <%@ page import="org.apache.tuscany.sca.assembly.Binding"%>
 
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <%
-   HotUpdatableSCADomain scaDomain = (HotUpdatableSCADomain) application.getAttribute("org.apache.tuscany.sca.SCADomain");
+   SCADomain scaDomain = (SCADomain) application.getAttribute("org.apache.tuscany.sca.SCADomain");
    ComponentManager componentManager = scaDomain.getComponentManager();
 %>
 <html>



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