[jira] Created: (FTPSERVER-198) maven build failed because of a failed test

2008-10-21 Thread bakary djiba (JIRA)
maven build failed because of a failed test --- Key: FTPSERVER-198 URL: https://issues.apache.org/jira/browse/FTPSERVER-198 Project: FtpServer Issue Type: Bug Components: Core Affects Ver

[jira] Updated: (FTPSERVER-198) maven build failed because of a failed test

2008-10-21 Thread bakary djiba (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bakary djiba updated FTPSERVER-198: --- Description: When updating and building FTPserver with maven, the build failed because of

[jira] Updated: (FTPSERVER-198) maven build failed because of a failed test

2008-10-21 Thread bakary djiba (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bakary djiba updated FTPSERVER-198: --- Attachment: org.apache.ftpserver.impl.DefaultFtpServerTest.txt > maven build failed becaus

[APR transport] recvfrom() vs recvFrom()

2008-10-21 Thread Lorenz Breu
I think I found the problem. The Socket class in tomcat.jni specifies recvFrom() whereas the native network.c implements recvfrom() (all lowercase). Changing the java method name and rebuilding tomcat removed the UnsatisfiedLink error (I mentioned this on the tomcat dev list...), and I now also get

Re: [APR transport] recvfrom() vs recvFrom()

2008-10-21 Thread Mladen Turk
Lorenz Breu wrote: I think I found the problem. The Socket class in tomcat.jni specifies recvFrom() whereas the native network.c implements recvfrom() (all lowercase). Changing the java method name and rebuilding tomcat removed the UnsatisfiedLink error (I mentioned this on the tomcat dev list...

[jira] Assigned: (FTPSERVER-198) maven build failed because of a failed test

2008-10-21 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson reassigned FTPSERVER-198: --- Assignee: Niklas Gustavsson I'll try to find a Windows box and track this

SSL issure on Mina_2.0.0_M3

2008-10-21 Thread zhuaiguo
Hi guys, I found an issure about SSL on Mina_2.0.0_M3. When I build a server using SSL, it works very fine with the ssl client built in Java. However, I tried similar client built in C#, the server with mina ssl throwed exception as follow. When I downgrade the program to Mina_1.1.7, everyth

Re: SSL issure on Mina_2.0.0_M3

2008-10-21 Thread Emmanuel Lecharny
zhuaiguo wrote: > Hi guys, > > I found an issure about SSL on Mina_2.0.0_M3. When I build a server using > SSL, it works very fine with the ssl client built in Java. However, I tried > similar client built in C#, the server with mina ssl throwed exception as > follow. > Do you have the serv

[jira] Closed: (FTPSERVER-178) documentation - properties user manager file layout not documented

2008-10-21 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-178. --- Resolution: Fixed Fixed in rev 706730. > documentation - properties user manager

[jira] Closed: (FTPSERVER-198) maven build failed because of a failed test

2008-10-21 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-198. --- Resolution: Fixed Fix Version/s: 1.0-M4 Should be fixed in rev 706734. > m