Mailet & UsersRepository Question

2005-01-11 Thread Ricardo Cortes
Hi there, I've got my mailet deploying correctly but I have a question that I can't seem to answer. Is there a way to get a handle on the users repository from inside a Mailet that extends GenericMailet? Specifically, I'd like to get the forwardDestination of a specific user from within a Mai

RE: Mailet & UsersRepository Question

2005-01-11 Thread Ricardo Cortes
cated. Is there a workaround I can use to get at the UsersRepository? Thanks, Ricardo -Original Message- From: Ricardo Cortes [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 11:01 AM To: James Users List Subject: Mailet & UsersRepository Question Hi there, I've

RE: Mailet & UsersRepository Question

2005-01-11 Thread Noel J. Bergman
> The code uses the ComponentManager to lookup the UsersStore. > I'm running into the problem where ComponentManager is deprecated. > Is there a workaround I can use to get at the UsersRepository? Use the deprecated code for now until we remove it entirely. --- Noel