Skip to Content.
Sympa Menu

notify-dpml - r1022 - 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: r1022 - trunk/main/metro/runtime/src/main/net/dpml/metro/runtime
  • Date: Sat, 4 Feb 2006 19:34:02 +0100

Author: mcconnell
Date: 2006-02-04 19:34:00 +0100 (Sat, 04 Feb 2006)
New Revision: 1022

Modified:

trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/ComponentController.java
Log:
housekeeping

Modified:
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/ComponentController.java
===================================================================
---
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/ComponentController.java
2006-02-04 18:27:57 UTC (rev 1021)
+++
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/ComponentController.java
2006-02-04 18:34:00 UTC (rev 1022)
@@ -271,16 +271,13 @@
}
}

-System.out.println( "#10" );
try
{
Object instance = constructor.newInstance( args );
-System.out.println( "#11" );
return instance;
}
catch( InstantiationException e )
{
-System.out.println( "#12" );
final String error =
"Instantiation failure within the component ["
+ handler
@@ -289,7 +286,6 @@
}
catch( IllegalAccessException e )
{
-System.out.println( "#13" );
final String error =
"Cannot access component constructor in ["
+ handler
@@ -298,13 +294,10 @@
}
catch( InvocationTargetException e )
{
-System.out.println( "#14" );
- getLogger().error( "ITC", e );
throw e;
}
catch( Throwable e )
{
-System.out.println( "#15" );
final String error =
"Unexpected error in ["
+ handler




  • r1022 - trunk/main/metro/runtime/src/main/net/dpml/metro/runtime, mcconnell at BerliOS, 02/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page