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
diffs
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
