Skip to Content.
Sympa Menu

notify-dpml - r1032 - 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: r1032 - trunk/main/metro/runtime/src/main/net/dpml/metro/runtime
  • Date: Sun, 5 Feb 2006 09:50:37 +0100

Author: mcconnell
Date: 2006-02-05 09:50:36 +0100 (Sun, 05 Feb 2006)
New Revision: 1032

Modified:

trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/DefaultComponentHandler.java
Log:
remove log messages (was part of debug tracking for swallowed exception)

Modified:
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/DefaultComponentHandler.java
===================================================================
---
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/DefaultComponentHandler.java
2006-02-05 07:57:05 UTC (rev 1031)
+++
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/DefaultComponentHandler.java
2006-02-05 08:50:36 UTC (rev 1032)
@@ -900,7 +900,6 @@

DefaultProvider getProvider() throws ControlException,
InvocationTargetException
{
- getLogger().debug( "resolving singleton provider" );
if( m_reference == null )
{
getLogger().error( "null reference" );
@@ -910,16 +909,13 @@
DefaultProvider instance = (DefaultProvider) m_reference.get();
if( null == instance )
{
- getLogger().info( "initializing provider instance" );
instance = createDefaultProvider();
getLogger().info( "provider instance established" );
m_reference = createReference( instance );
- getLogger().info( "returing provider" );
return instance;
}
else
{
- getLogger().info( "returing existing provider" );
return instance;
}
}




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

Archive powered by MHonArc 2.6.24.

Top of Page