Two questions on Apache Mina FTPServer

2009-10-12 Thread Jon Folland, Nativ Ltd
Hi, 1. Is there any reason why the FTPServer project does not support Socket and ServerSocket Factories in the DataConnection classes? The reason I ask is we would like to specify a different concrete implementation of the Java Socket and ServerSocket classes without changing the code base. I

Re: Two questions on Apache Mina FTPServer

2009-10-12 Thread Jon Folland, Nativ Ltd
Ftplet to update the FtpSession and tell it to use your own version of data connection factory. I think #2 is in works or at least in the wish list for 2.0. Some one, please correct me if I'm wrong. Hope this helps. Sai Pullabhotla www.jMethods.com On Mon, Oct 12, 2009 at 7:08

Re: [jira] Commented: (DIRMINA-762) WARN org.apache.mina.core.service.IoProcessor - Create a new selector. Selected is 0, delta = 0

2010-02-10 Thread Jon Folland, Nativ Ltd
Hi All, Sorry for this email which will undoubtedly cause frustration. Can somebody please remove me from the list? The process for unsubscribing fails every time. Great technology by the way! - Original Message - From: "Emmanuel Lecharny (JIRA)" To: dev@mina.apache.org Sent: Wed

Possible Bug in AbstractPollingIoAcceptor.unregisterHandles() with exception handling

2011-01-02 Thread Jon Folland, Nativ Ltd
Hi, In the class AbstractPollingIoAcceptor, I believe there may be a bug in the method unregisterHandles(). If an exception is caught during close() or wakeup(), this exception is not set in the future object... for example future.setException((Exception)e); Consequently unbind0() in