Re: IntelliJ IDEA for development

2009-01-21 Thread Emmanuel Lecharny
Ashish wrote: JetBrains supports open source community, including ASF, by providing individual licenses. I was thinking for applying for Open Source License for MINA project Should I go ahead and apply for it? Do we have any guidelines for the same? I have used IntelliJ for a quite sometime and

Re: [FTPSERVER] Typo in documentation

2009-01-21 Thread Niklas Gustavsson
On Wed, Jan 21, 2009 at 12:33 PM, Jiří Kuhn wrote: > there is an example of how to configure DbUserManager (see > http://mina.apache.org/ftpserver/database-user-manager.html). There is > encrypt-password="salted" but have to be encrypt-passwords="salted" (plural > form). Users may be confused if t

Re: Automatically reestablish connection - two nio processors problem

2009-01-21 Thread Markus Feindler
Here it is: import org.apache.mina.core.service.IoHandlerAdapter; import org.apache.mina.core.session.IoSession; public class SSHClientHandler extends IoHandlerAdapter{ @Override public void sessionOpened(IoSession session){ } @Override public void sessionClosed(IoSessio

[jira] Closed: (FTPSERVER-260) IOException under high load

2009-01-21 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre closed FTPSERVER-260. --- Resolution: Invalid Resolution was Invalid not Fixed. > IOException under high load > ---

[jira] Reopened: (FTPSERVER-260) IOException under high load

2009-01-21 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre reopened FTPSERVER-260: - Assignee: David Latorre > IOException under high load > ---

Re: IntelliJ IDEA for development

2009-01-21 Thread Emmanuel Lecharny
> Just wanted to check if its Okay to apply for that, as per our > community rules :-) It is, 100% :) -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: IntelliJ IDEA for development

2009-01-21 Thread Ashish
Yeah, I did checked their site and read that. Just wanted to check if its Okay to apply for that, as per our community rules :-) Thanks On Wed, Jan 21, 2009 at 8:37 PM, Maarten Bosteels wrote: > In my experience it's enough to send a mail to sa...@jetbrains.com and > > a) tell them you are an A

Re: IntelliJ IDEA for development

2009-01-21 Thread Maarten Bosteels
In my experience it's enough to send a mail to sa...@jetbrains.com and a) tell them you are an Apache Committer. b) include a reference to http://mina.apache.org/contributors.html Maarten On Wed, Jan 21, 2009 at 3:57 PM, Emmanuel Lecharny wrote: > Hi Ashish, > > On Wed, Jan 21, 2009 at 12:58 PM

Re: IntelliJ IDEA for development

2009-01-21 Thread Jeff Genender
They already offer open source licenses to Apache (and many other open source projects) as opposed to per-project. Committers with apache.org addresses just need to apply. Here is the info: http://www.jetbrains.com/idea/buy/buy.jsp#openSource Thanks, Jeff On Jan 21, 2009, at 3:58 AM, As

Re: IntelliJ IDEA for development

2009-01-21 Thread Emmanuel Lecharny
Hi Ashish, On Wed, Jan 21, 2009 at 12:58 PM, Ashish wrote: > JetBrains supports open source community, including ASF, by providing > individual licenses. > I was thinking for applying for Open Source License for MINA project We already have open licences. It's available somwhere in the committer

IntelliJ IDEA for development

2009-01-21 Thread Ashish
JetBrains supports open source community, including ASF, by providing individual licenses. I was thinking for applying for Open Source License for MINA project Should I go ahead and apply for it? Do we have any guidelines for the same? I have used IntelliJ for a quite sometime and abandoned it co

[FTPSERVER] Typo in documentation

2009-01-21 Thread Jiří Kuhn
Hello, there is an example of how to configure DbUserManager (see http://mina.apache.org/ftpserver/database-user-manager.html). There is encrypt-password="salted" but have to be encrypt-passwords="salted" (plural form). Users may be confused if they cut&paste and there is an error. Jiri Kuhn.

[jira] Closed: (FTPSERVER-260) IOException under high load

2009-01-21 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre closed FTPSERVER-260. --- Resolution: Fixed I don't think there's much we can do to improve our handling. Maybe some

Re: [ANN MINA RELATED PROJECT] MailsterSMTP 1.0.0-M1 released

2009-01-21 Thread Ashish
>>> MailsterSMTP 1.0.0-M1 is a fork of the SubEthaSMTP project whose admins >>> decided >>> to drop the whole 2.x branch which used a MINA 1.1.x layer. They intend >>> to go back >>> to blocking IO. >> This means they won't be using MINA anymore :-( > We can point to Edouard's project instead, as i

Re: [ANN MINA RELATED PROJECT] MailsterSMTP 1.0.0-M1 released

2009-01-21 Thread Emmanuel Lecharny
Ashish wrote: On Wed, Jan 21, 2009 at 6:17 AM, Edouard De Oliveira wrote: MailsterSMTP 1.0.0-M1 is a fork of the SubEthaSMTP project whose admins decided to drop the whole 2.x branch which used a MINA 1.1.x layer. They intend to go back to blocking IO. This means they won't be using