Skip to Content.
Sympa Menu

notify-dpml - r939 - trunk/main/metro/runtime/src/main/net/dpml/metro/runtime

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r939 - trunk/main/metro/runtime/src/main/net/dpml/metro/runtime
  • Date: Sat, 21 Jan 2006 22:48:12 +0100

Author: mcconnell
Date: 2006-01-21 22:48:11 +0100 (Sat, 21 Jan 2006)
New Revision: 939

Modified:

trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/ComponentHandler.java
Log:
remove some cruft

Modified:
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/ComponentHandler.java
===================================================================
---
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/ComponentHandler.java
2006-01-19 05:15:02 UTC (rev 938)
+++
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/ComponentHandler.java
2006-01-21 21:48:11 UTC (rev 939)
@@ -494,29 +494,6 @@

m_parts.decommission();

- //try
- //{
- // Component[] components = (Component[])
m_handlers.values().toArray( new Component[0] );
- // for( int i=0; i<components.length; i++ )
- // {
- // Component component = components[i];
- // try
- // {
- // component.deactivate();
- // }
- // catch( RemoteException e )
- // {
- // final String message =
- // "Ignoring remote exception raised during
deactivation.";
- // getLogger().warn( message, e );
- // }
- // }
- //}
- //finally
- //{
- // m_active = false;
- //}
-
m_active = false;
}





  • r939 - trunk/main/metro/runtime/src/main/net/dpml/metro/runtime, mcconnell at BerliOS, 01/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page