On Tue, 23 Apr 2002 18:10, Carsten Ziegeler wrote:
> Hi,
>
> it just took me days to find a problem in my application, because of
> this code in lookup method of the ExcaliburComponentManager:
>
>             if( m_parentManager != null )
>             {
>                 try
>                 {
>                     return m_parentManager.lookup( role );
>                 }
>                 catch( Exception e )


Maybe change the above liine to only catch ComponentExceptions ?

-- 
Cheers,

Peter Donald


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to