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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]