You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/10/04 04:40:22 UTC

svn commit: r452694 - /incubator/tuscany/java/sca/runtime/webapp-host/src/main/java/org/apache/tuscany/runtime/webapp/WebappRuntimeImpl.java

Author: jboynes
Date: Tue Oct  3 19:40:22 2006
New Revision: 452694

URL: http://svn.apache.org/viewvc?view=rev&rev=452694
Log:
comment out destroy due to lifecycle bug

Modified:
    incubator/tuscany/java/sca/runtime/webapp-host/src/main/java/org/apache/tuscany/runtime/webapp/WebappRuntimeImpl.java

Modified: incubator/tuscany/java/sca/runtime/webapp-host/src/main/java/org/apache/tuscany/runtime/webapp/WebappRuntimeImpl.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/webapp-host/src/main/java/org/apache/tuscany/runtime/webapp/WebappRuntimeImpl.java?view=diff&rev=452694&r1=452693&r2=452694
==============================================================================
--- incubator/tuscany/java/sca/runtime/webapp-host/src/main/java/org/apache/tuscany/runtime/webapp/WebappRuntimeImpl.java (original)
+++ incubator/tuscany/java/sca/runtime/webapp-host/src/main/java/org/apache/tuscany/runtime/webapp/WebappRuntimeImpl.java Tue Oct  3 19:40:22 2006
@@ -135,6 +135,7 @@
     }
 
     public void destroy() {
+/*
         context = null;
         if (application != null) {
             application.stop();
@@ -152,6 +153,7 @@
             runtime.stop();
             runtime = null;
         }
+*/
     }
 
     public SCA getContext() {



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