[jira] Commented: (DIRMINA-662) DummySession.close(false) throws NullPointerException

2009-02-13 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12673173#action_12673173 ] Emmanuel Lecharny commented on DIRMINA-662: --- I confirm the issue. It's a bug in

[jira] Assigned: (DIRMINA-662) DummySession.close(false) throws NullPointerException

2009-02-13 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reassigned DIRMINA-662: - Assignee: Emmanuel Lecharny DummySession.close(false) throws

[jira] Resolved: (DIRMINA-662) DummySession.close(false) throws NullPointerException

2009-02-13 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-662. --- Resolution: Fixed OOps, forgot to mark the issue as resolved !

[jira] Assigned: (DIRMINA-661) DummySession.close(true) not notifying close listener

2009-02-13 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reassigned DIRMINA-661: - Assignee: Emmanuel Lecharny DummySession.close(true) not notifying close

[jira] Resolved: (DIRMINA-661) DummySession.close(true) not notifying close listener

2009-02-13 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-661. --- Resolution: Fixed The issue was due to a missing invocation of the

[jira] Created: (FTPSERVER-274) Use Wildcard-Generics in API where possible and plausible

2009-02-13 Thread Steve Ulrich (JIRA)
Use Wildcard-Generics in API where possible and plausible - Key: FTPSERVER-274 URL: https://issues.apache.org/jira/browse/FTPSERVER-274 Project: FtpServer Issue Type: Improvement

MINA and FtpServer on Apache Harmony

2009-02-13 Thread Niklas Gustavsson
Hi In an attempt to eat som Apache dogfood, I attempted to build MINA and FtpServer on Apache Harmony. For MINA, Harmony 5.0 M8 crashed. For FtpServer, I get this weird error when running our unit tests: java.net.SocketException at

Re: MINA and FtpServer on Apache Harmony

2009-02-13 Thread Jeanfrancois Arcand
Salut, Niklas Gustavsson wrote: Hi In an attempt to eat som Apache dogfood, I attempted to build MINA and FtpServer on Apache Harmony. For MINA, Harmony 5.0 M8 crashed. For FtpServer, I get this weird error when running our unit tests: java.net.SocketException at

Re: MINA and FtpServer on Apache Harmony

2009-02-13 Thread Niklas Gustavsson
On Fri, Feb 13, 2009 at 10:58 PM, Jeanfrancois Arcand jeanfrancois.arc...@sun.com wrote: looks like almost the same as: http://tinyurl.com/deut8e Very much so, I added my details to the bug. Thanks for the hint! /niklas