AW: Spring integration as a Avalon component

2008-02-29 Thread Guido Franz
Franz -Ursprüngliche Nachricht- Von: Bernd Fondermann [mailto:[EMAIL PROTECTED] Gesendet: Do 28.02.2008 22:18 An: James Users List Betreff: Re: Spring integration as a Avalon component On Thu, Feb 28, 2008 at 9:06 AM, Guido Franz <[EMAIL PROTECTED]> wrote: > Hello > > Yeste

AW: Spring integration as a Avalon component

2008-02-29 Thread Guido Franz
Nachricht- Von: Mark Derricutt [mailto:[EMAIL PROTECTED] Gesendet: Fr 29.02.2008 05:25 An: James Users List Betreff: Re: Spring integration as a Avalon component I'm currently spring from within my own Mailet as well, in my instance I have the mailet initializing its own context (I only

Re: Spring integration as a Avalon component

2008-02-28 Thread Mark Derricutt
I'm currently spring from within my own Mailet as well, in my instance I have the mailet initializing its own context (I only have the one mailet) : public void init(MailetConfig mailetConfig) throws MessagingException { super.init(mailetConfig); if (LoggingUtils.noAppendersCo

Re: Spring integration as a Avalon component

2008-02-28 Thread Bernd Fondermann
On Thu, Feb 28, 2008 at 9:06 AM, Guido Franz <[EMAIL PROTECTED]> wrote: > Hello > > Yesterday I tried to integrate a Spring application context into James, > that can be used within Mailets. It succeeded only halfway. My custom > component will be loaded during startup (I print out some loading

Spring integration as a Avalon component

2008-02-28 Thread Guido Franz
Hello Yesterday I tried to integrate a Spring application context into James, that can be used within Mailets. It succeeded only halfway. My custom component will be loaded during startup (I print out some loading statements and spring logs some stuff), but I cannot access it with the ServiceManag