Re: Configuring a custom UserManager

2010-12-09 Thread Niklas Gustavsson
Sorry for the late reply. On Wed, Nov 17, 2010 at 6:19 PM, John Hartnup john.hart...@gmail.com wrote: SITE.java in 1.0.5 has a static COMMAND_MAP variable, intialised with the site command objects in a static block. Command command = (Command) COMMAND_MAP.get(siteRequest); The trunk instead

Re: Configuring a custom UserManager

2010-11-17 Thread John Hartnup
On 14 November 2010 20:56, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Nov 11, 2010 at 6:15 PM, John Hartnup john.hart...@gmail.com wrote: OK, I've explained the issue. I was looking at the 1.1.0 SNAPSHOT source, while running the stable 1.0.5 code. 1.0.5 does not use the

Re: Configuring a custom UserManager

2010-11-14 Thread Niklas Gustavsson
On Thu, Nov 11, 2010 at 6:15 PM, John Hartnup john.hart...@gmail.com wrote: OK, I've explained the issue. I was looking at the 1.1.0 SNAPSHOT source, while running the stable 1.0.5 code. 1.0.5 does not use the dynamically configured CommandFactory for SITE commands. Could you please explain

Re: Configuring a custom UserManager

2010-11-12 Thread David Latorre
2010/11/11 John Hartnup john.hart...@gmail.com: OK, I've explained the issue. I was looking at the 1.1.0 SNAPSHOT source, while running the stable 1.0.5 code. 1.0.5 does not use the dynamically configured CommandFactory for SITE commands. Is there some sort of guesstimate as to when 1.1.0

Re: Configuring a custom UserManager

2010-11-12 Thread John Hartnup
On 12 November 2010 08:58, David Latorre dvl...@gmail.com wrote: 2010/11/11 John Hartnup john.hart...@gmail.com: OK, I've explained the issue. I was looking at the 1.1.0 SNAPSHOT source, while running the stable 1.0.5 code. 1.0.5 does not use the dynamically configured CommandFactory for

Re: Configuring a custom UserManager

2010-11-11 Thread John Hartnup
Hi again, On a similar note, I'm having trouble getting a custom SITE command in Apache ftpserver to work. commands command name=SITE_PARM spring:bean class=org.john.ftps.command.SITE_PARM/ /command /commands I can see (via logging) that the SITE_PARM object is constructed, but when I send the

Re: Configuring a custom UserManager

2010-11-11 Thread John Hartnup
OK, I've explained the issue. I was looking at the 1.1.0 SNAPSHOT source, while running the stable 1.0.5 code. 1.0.5 does not use the dynamically configured CommandFactory for SITE commands. Is there some sort of guesstimate as to when 1.1.0 will become a stable release? On 11 November 2010

Re: Configuring a custom UserManager

2010-11-09 Thread John Hartnup
Solved thus: server xmlns=http://mina.apache.org/ftpserver/spring/v1; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:spring=http://www.springframework.org/schema/beans; xsi:schemaLocation=http://mina.apache.org/ftpserver/spring/v1