All of these have been committed...

--Peter

> -----Original Message-----
> From: Noel J. Bergman [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 16, 2002 9:28 AM
> To: James-Dev Mailing List
> Subject: [PATCH]
> AvalonUsersStore.java/JamesSpoolManager.java/GenericListserv.java
> 
> Part 1:
> 
> As noted by Stephen McConnell, AvalonUsersStore is referenced as a
> Component, e.g.,
> 
>   <block class="org.apache.james.core.AvalonUsersStore"
name="users-store"
> >
> 
>   usersStore = (UsersStore) compMgr.lookup( UsersStore.ROLE );
> 
> but doesn't declare the Component interface.  This patch fixes that.
> 
> Part 2:
> 
> spool.retrieve(key) can return null.  In JamesSpoolManager, we should
> check
> for null, and loop if found.
> 
> Part 3:
> 
> I am resubmitting my earlier patch for GenericListserv because I
submitted
> the wrong diff format.
> 
>       --- Noel



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

Reply via email to