On Sun, Sep 7, 2008 at 11:17 PM, Niklas Gustavsson <[EMAIL PROTECTED]> wrote: > On Sun, Sep 7, 2008 at 10:05 PM, Niklas Gustavsson <[EMAIL PROTECTED]> wrote: >> On Fri, Sep 5, 2008 at 12:53 PM, David Latorre <[EMAIL PROTECTED]> wrote: >> After a quick read of the documentation, it looks like it would work >> when using the ApplicationContext, FtpServer currently only uses a >> BeanFactory. Feel free to open a JIRA issue for M4 to investigate >> this. > > I did some quick testing on this, and using ApplicationContext works > as expected. Of course, since our schema is typed, you will run into > troubles if using our custom elements, for example, setting the port > on a nio-listener using a property won't work as the schema is > expecting an integer. However, using extension elements > (<listener><beans:bean...) works perfectly. I haven't commited > anything yet as this adds in another dependency. What do you think, do > you want this in FtpServer?
I've commited support for this: https://issues.apache.org/jira/browse/FTPSERVER-173 /niklas
