Carsten Ziegeler wrote:
> Peter Donald wrote:
> 
>>On Tue, 23 Apr 2002 20:21, Carsten Ziegeler wrote:
>>
>>>In my case the parent CM catches the NPE of the component and
>>>rethrows it as a ComponentException. So if I change the above
>>>line to catch only ComponentExceptions it's not better.
>>>
>>>What about changing it to:
>>>
>>>if( m_parentManager != null && m_parentManager.hasComponent( role ) )
>>>{
>>>    return parentManager.lookup( role );
>>>}
>>
>>+1 from me - but then again I don't use the ECM :)
>>
> 
> Sorry for my english, but do you mean, you will not use the ECM *if* I
> change the code? Or do you mean, you don't use the ECM at all?

He means he does not currently use the code, and has no plans to.
He is not saying anything about the life of the code.



-- 

"They that give up essential liberty to obtain a little temporary safety
  deserve neither liberty nor safety."
                 - Benjamin Franklin


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

Reply via email to