Re: releasing 2.0.0-M3 quickly

2008-07-30 Thread Julien Vermillard
Ok, I will let you finish that and I fire the vote Sunday (or Monday if i'm too drunk ;) Julien On Mon, 28 Jul 2008 23:08:01 + (GMT) Edouard De Oliveira <[EMAIL PROTECTED]> wrote: > +1 > also working on DIRMINA-519 will try to commit something before > tomorrow night if i can, otherwise it

Re: GzipHandler

2008-07-30 Thread Julien Vermillard
On Tue, 13 Nov 2007 11:47:53 -0800 (PST) mgiedt <[EMAIL PROTECTED]> wrote: > > I did some poking around and couldn't find a protocol handler for > GZip so I created this one. Would very much welcome the communities > feedback; MINA team the code is yours to do whatever you wish. > (rename the fil

[jira] Created: (FTPSERVER-140) Typo in UserManagerBeanDefinitionParser SqlUserAdmin should be sqlUserAdmin

2008-07-30 Thread Peter van der Velde (JIRA)
Typo in UserManagerBeanDefinitionParser SqlUserAdmin should be sqlUserAdmin --- Key: FTPSERVER-140 URL: https://issues.apache.org/jira/browse/FTPSERVER-140 Project: FtpServer

[jira] Created: (FTPSERVER-141) sql statements expected in tag by xsd but code searches directly in

2008-07-30 Thread Peter van der Velde (JIRA)
sql statements expected in tag by xsd but code searches directly in -- Key: FTPSERVER-141 URL: https://issues.apache.org/jira/browse/FTPSERVER-141 Proje

[jira] Closed: (FTPSERVER-140) Typo in UserManagerBeanDefinitionParser SqlUserAdmin should be sqlUserAdmin

2008-07-30 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-140. --- Resolution: Fixed Fix Version/s: 1.0-M2 Assignee: Niklas Gustavsson

[jira] Closed: (FTPSERVER-141) sql statements expected in tag by xsd but code searches directly in

2008-07-30 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-141. --- Resolution: Fixed Fixed, I also added a test for configuration of the DbUserManage

[jira] Updated: (FTPSERVER-141) sql statements expected in tag by xsd but code searches directly in

2008-07-30 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson updated FTPSERVER-141: Fix Version/s: 1.0-M2 Assignee: Niklas Gustavsson > sql statements expe

[jira] Created: (DIRMINA-613) Calling IoBuffer.slice() in CumulativeProtocolDecoder.doDecode() can cause data corruption.

2008-07-30 Thread Trustin Lee (JIRA)
Calling IoBuffer.slice() in CumulativeProtocolDecoder.doDecode() can cause data corruption. Key: DIRMINA-613 URL: https://issues.apache.org/jira/browse/DIRMINA-613

[jira] Updated: (DIRMINA-613) Calling IoBuffer.slice() in CumulativeProtocolDecoder.doDecode() can cause data corruption.

2008-07-30 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee updated DIRMINA-613: Attachment: MinaCPProblemTest.java The test case which reproduces the problem. The test case is a

[jira] Commented: (DIRMINA-613) Calling IoBuffer.slice() in CumulativeProtocolDecoder.doDecode() can cause data corruption.

2008-07-30 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618305#action_12618305 ] Trustin Lee commented on DIRMINA-613: - The fix for this issue is very straightforward.

[jira] Closed: (DIRMINA-613) Calling IoBuffer.slice() in CumulativeProtocolDecoder.doDecode() can cause data corruption.

2008-07-30 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee closed DIRMINA-613. --- Resolution: Fixed Confirmed that the test case passes with the fix, and all existing test cases pas

Looking for a ChangeLog

2008-07-30 Thread Dan Creswell
Hi all, Firstly, I'd like to say thanks for Mina, it's good stuff. I've been developing some code against Mina-2.0.0-M1 and this morning downloaded M2, which amongst other things seems to have a substantial package renaming. Having re-jigged my code to fit with the new package naming structure I

Re: Looking for a ChangeLog

2008-07-30 Thread Julien Vermillard
Hi, I think you try to bind port with a too low ID (<1024) For changelog you can look at JIRA : https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=10670&fixfor=12312861 Julien On Wed, 30 Jul 2008 13:01:54 +0100 "Dan Creswell" <[EMAIL PROTECTED]> wrote: > Hi all, > > First

Re: Looking for a ChangeLog

2008-07-30 Thread Dan Creswell
Hello, Thanks Julien - alas no, the port is 41952. Best, Dan. On Wed, Jul 30, 2008 at 1:05 PM, Julien Vermillard <[EMAIL PROTECTED]>wrote: > Hi, I think you try to bind port with a too low ID (<1024) > > For changelog you can look at JIRA : > > https://issues.apache.org/jira/secure/IssueNaviga

Re: Looking for a ChangeLog

2008-07-30 Thread Julien Vermillard
weird, You got a simple test case you can attach at a JIRA issue so we can try to reproduce it ? Julien On Wed, 30 Jul 2008 13:10:32 +0100 "Dan Creswell" <[EMAIL PROTECTED]> wrote: > Hello, > > Thanks Julien - alas no, the port is 41952. > > Best, > > Dan. > > On Wed, Jul 30, 2008 at 1:05 P

Re: Looking for a ChangeLog

2008-07-30 Thread Dan Creswell
I'll get one together for you - it's very early in initialization of my server so it shouldn't be too difficult to assemble. Right now I need to make some progress but I'll get you something over the weekend. Thanks for the prompt replies, Dan. On Wed, Jul 30, 2008 at 1:28 PM, Julien Vermillar

Re: Looking for a ChangeLog

2008-07-30 Thread Emmanuel Lecharny
Dan Creswell wrote: Hello, Thanks Julien - alas no, the port is 41952. Any policy file where you forbid a port above a certain number ? Which system are you running on ? -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org

Re: Looking for a ChangeLog

2008-07-30 Thread Dan Creswell
It's on Ubuntu Linux 2.6.24 and there's no policy file currently set (which has been working fine against M1). All I've done to port my code to M2 is fixup all the imports - no other changes have been made. The port number (41952) is statically set and the command-line I'm using is exactly the sa

[jira] Created: (FTPSERVER-142) {uid} sql replacement variable will not work in oracle

2008-07-30 Thread Peter van der Velde (JIRA)
{uid} sql replacement variable will not work in oracle -- Key: FTPSERVER-142 URL: https://issues.apache.org/jira/browse/FTPSERVER-142 Project: FtpServer Issue Type: Bug Components

AsyncWeb

2008-07-30 Thread Kevin Williams
Will AsyncWeb be part of the Mina 2.0 release? I'm curious to try using this as the basis for a JRuby web server. I tried checking out the source at http://svn.apache.org/repos/asf/mina/asyncweb/trunk/ but it didn't compile. -- Cheers, Kevin Williams http://bantamtech.com/ http://almostserio.us/

Re: AsyncWeb

2008-07-30 Thread Julien Vermillard
On Wed, 30 Jul 2008 08:31:30 -0600 "Kevin Williams" <[EMAIL PROTECTED]> wrote: > Will AsyncWeb be part of the Mina 2.0 release? I'm curious to try > using this as the basis for a JRuby web server. I tried checking out > the source at http://svn.apache.org/repos/asf/mina/asyncweb/trunk/ but > it di

Re: MINA in Hudson

2008-07-30 Thread Julien Vermillard
On Sun, 13 Jul 2008 12:15:55 +0200 "Niklas Gustavsson" <[EMAIL PROTECTED]> wrote: > Hey > > I recently set up a FtpServer CI build in the Apache Hudson instance. > Works great. Would we like to have a MINA build in there as well? If > yes, what do we want from it? For example, I propose only buil

[jira] Closed: (FTPSERVER-142) {uid} sql replacement variable will not work in oracle

2008-07-30 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-142. --- Resolution: Duplicate Fix Version/s: 1.0-M2 Assignee: Niklas Gustav

[jira] Updated: (FTPSERVER-60) Problems with ColumnName UID on Oracle Database

2008-07-30 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson updated FTPSERVER-60: --- Fix Version/s: (was: 1.0-M3) 1.0-M2 > Problems with ColumnNa

[jira] Closed: (FTPSERVER-60) Problems with ColumnName UID on Oracle Database

2008-07-30 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-60. -- Resolution: Fixed svn commit "/media/big/home/svn/apache/ftpserver-trunk/core/src/mai

[jira] Commented: (FTPSERVER-60) Problems with ColumnName UID on Oracle Database

2008-07-30 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618452#action_12618452 ] Niklas Gustavsson commented on FTPSERVER-60: Additional commit: svn commit "/

Re: AsyncWeb

2008-07-30 Thread Kevin Williams
Hmmm, I just tried to re-compile and it seems to be fine now. On Wed, Jul 30, 2008 at 8:39 AM, Julien Vermillard <[EMAIL PROTECTED]> wrote: > On Wed, 30 Jul 2008 08:31:30 -0600 > "Kevin Williams" <[EMAIL PROTECTED]> wrote: > >> Will AsyncWeb be part of the Mina 2.0 release? I'm curious to try >>