Re: [appfuse-user] Programmatically reload Spring managed bean

2008-04-30 Thread Matt Raible
You could manually create the class instead of letting Spring do it. Matt On Wed, Apr 9, 2008 at 9:33 AM, sarat.pediredla <[EMAIL PROTECTED]> wrote: > > I have a use case in which one of my spring managed beans, "mailSender", > needs to be reloaded as I am allowing my users to change their mai

[appfuse-user] Programmatically reload Spring managed bean

2008-04-09 Thread sarat.pediredla
I have a use case in which one of my spring managed beans, "mailSender", needs to be reloaded as I am allowing my users to change their mail configuration through the system. Ideally, I would like this bean to get the new properties WITHOUT having to stop and start the application context. Is the