Peter Donald wrote:

>On Fri, 16 Aug 2002 14:14, [EMAIL PROTECTED] wrote:
>  
>
>>  +import org.apache.avalon.framework.component.Component; // backward
>>compatibility
>>
>>   /**
>>    * This is the service through which ConnectionManagement occurs.
>>  @@ -29,7 +30,7 @@
>>    */
>>   public class DefaultConnectionManager
>>       extends AbstractLogEnabled
>>  -    implements ConnectionManager, Serviceable, Disposable
>>  +    implements ConnectionManager, Serviceable, Disposable, Component
>>   {
>>    
>>
>
>-1
>
>Back it out as it is no longer required.
>
>  
>
Incorrect.

DefaultConnectionManager is used by James via a ComponentManger.
Non-implementation of Component raises a ClassCastException.

Steve.



-- 

Stephen J. McConnell

OSM SARL
digital products for a global economy
mailto:[EMAIL PROTECTED]
http://www.osm.net




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

Reply via email to