Oops please ignore. I see there was a previous message about this.
> -----Oorspronkelijk bericht-----
> Van: Unico Hommes
> Verzonden: maandag 17 februari 2003 11:26
> Aan: Avalon-Dev (E-mail)
> Onderwerp: ECM broken
>
>
>
> Hi,
>
> ExcaliburComponentManager.java in CVS is not compiling.
>
> This is what it looks like when I open it:
>
> g`" ComponentHandler handler =
> (ComponentHandler)m_componentHandlers.get( role );
>
> // Retrieve the instance of the requested component
> if( null == handler )
> {
> if( m_parentManager != null )
> {
> try
> {
> return m_parentManager.lookup( role );
> }
> catch( Exception e )
> {
> if( getLogger().isWarnEnabled() )
> {
> final String message =
> "ComponentLocator exception from
> parent CM during lookup.";
> getLogger().warn( message, e );
> }
> // ignore. If the exception is thrown, we try to
> // create the component next
> }
> }
>
> ...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]