On Fri, Sep 5, 2008 at 12:53 PM, David Latorre <[EMAIL PROTECTED]> wrote: > I'd like the configurable part of my ftpserver (e.g., IP -since we have > several hosts) in a property file using PropertyPlaceholderCinfigurer > Its use is explained here: > http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-factory-placeholderconfigurer > This way IT people can modify a properties file which is simpler for them > than editing the full spring xml.
Make sense. > The thing is I'm not familiar with Spring so - can we use this approach > using the customized XML config ? 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. /niklas
