[jira] [Resolved] (ASYNCWEB-41) Angosso

2011-04-09 Thread Roger Mbiama Assogo (JIRA)
[ https://issues.apache.org/jira/browse/ASYNCWEB-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Mbiama Assogo resolved ASYNCWEB-41. - Resolution: Fixed > Angosso > --- > > Key: ASYNCWEB-41 >

[jira] [Created] (ASYNCWEB-41) Angosso

2011-04-09 Thread Roger Mbiama Assogo (JIRA)
Angosso --- Key: ASYNCWEB-41 URL: https://issues.apache.org/jira/browse/ASYNCWEB-41 Project: Asyncweb Issue Type: New JIRA Project Components: Server Affects Versions: client-1.0.0 Environment: Apache 2.2

Re: [VOTE] MINA 2.0.3

2011-04-09 Thread Jeff Genender
+1 Jeff On Apr 9, 2011, at 10:25 AM, Emmanuel Lecharny wrote: > This is a bug fix release. The most important issue was the 100% CPU issue : > we have removed the workaround in 2.0.1, and it seems that it was a wrong > move. The workaround has been added back. > > The fixed issues are : > >

[jira] [Resolved] (DIRMINA-678) NioProcessor 100% CPU usage on Linux (epoll selector bug)

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-678. --- Resolution: Fixed Fixed again ... The workaround has been reinjected into the code.

[VOTE] MINA 2.0.3

2011-04-09 Thread Emmanuel Lecharny
This is a bug fix release. The most important issue was the 100% CPU issue : we have removed the workaround in 2.0.1, and it seems that it was a wrong move. The workaround has been added back. The fixed issues are : Bug * [DIRMINA-627

[jira] [Commented] (DIRMINA-800) Review the Maven files to fix some issues in the release

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017875#comment-13017875 ] Emmanuel Lecharny commented on DIRMINA-800: --- This is due to a bug in the maven-

[jira] [Resolved] (DIRMINA-809) Bundle-SymbolicName missing in MANIFEST.MF for some modules

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-809. --- Resolution: Fixed Patch applied > Bundle-SymbolicName missing in MANIFEST.MF for so

[jira] [Resolved] (DIRMINA-799) We should not export the distribution files to Maven repo

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-799. --- Resolution: Fixed Fixed > We should not export the distribution files to Maven repo

[jira] [Resolved] (DIRMINA-821) Wrong binding jar for slf4j in distribution

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-821. --- Resolution: Won't Fix This is not a MINA issue. We don't provide any logger implemen

[jira] [Resolved] (DIRMINA-765) Calling write(...) sometimes ends up in messageReceived when using SSL filter

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-765. --- Resolution: Invalid Rejected, as suggested. > Calling write(...) sometimes ends up

[jira] [Resolved] (DIRMINA-822) Deserialising classes that do not implement Serializable fails

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-822. --- Resolution: Fixed Patch applied > Deserialising classes that do not implement Seria

[jira] [Resolved] (DIRMINA-815) CumulativeProtocolDecoder.decode(...) does not find previous buffer

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-815. --- Resolution: Fixed Fix Version/s: 2.0.3 Assignee: Emmanuel Lecharny F

[jira] [Resolved] (DIRMINA-823) Add IoBuffer.putUnsigned* methods to balance the getUnsigned* methods for completeness

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-823. --- Resolution: Fixed Methods added. > Add IoBuffer.putUnsigned* methods to balance the

[jira] [Commented] (DIRMINA-823) Add IoBuffer.putUnsigned* methods to balance the getUnsigned* methods for completeness

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017858#comment-13017858 ] Emmanuel Lecharny commented on DIRMINA-823: --- putUnsignedShort() methods : http:

[jira] [Commented] (DIRMINA-823) Add IoBuffer.putUnsigned* methods to balance the getUnsigned* methods for completeness

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017842#comment-13017842 ] Emmanuel Lecharny commented on DIRMINA-823: --- putUnsigned() and putUnsigned(int)

[jira] [Updated] (DIRMINA-823) Add IoBuffer.putUnsigned* methods to balance the getUnsigned* methods for completeness

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRMINA-823: -- Fix Version/s: 2.0.3 Assignee: Emmanuel Lecharny Added the putUnsigned() and

[jira] [Work started] (DIRMINA-823) Add IoBuffer.putUnsigned* methods to balance the getUnsigned* methods for completeness

2011-04-09 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on DIRMINA-823 started by Emmanuel Lecharny. > Add IoBuffer.putUnsigned* methods to balance the getUnsigned* methods for > completeness > -