[jira] Issue Comment Edited: (MATH-545) Feature Request: RealVector cosine

2011-03-10 Thread Benjamin McCann (JIRA)
[ https://issues.apache.org/jira/browse/MATH-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005517#comment-13005517 ] Benjamin McCann edited comment on MATH-545 at 3/11/11 6:36 AM: ---

[jira] Issue Comment Edited: (MATH-545) Feature Request: RealVector cosine

2011-03-10 Thread Benjamin McCann (JIRA)
[ https://issues.apache.org/jira/browse/MATH-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005517#comment-13005517 ] Benjamin McCann edited comment on MATH-545 at 3/11/11 6:33 AM: ---

[jira] Commented: (MATH-545) Feature Request: RealVector cosine

2011-03-10 Thread Benjamin McCann (JIRA)
[ https://issues.apache.org/jira/browse/MATH-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005517#comment-13005517 ] Benjamin McCann commented on MATH-545: -- I guess it's pretty simple, but it still might

[jira] Created: (MATH-545) Feature Request: RealVector cosine

2011-03-10 Thread Benjamin McCann (JIRA)
Feature Request: RealVector cosine -- Key: MATH-545 URL: https://issues.apache.org/jira/browse/MATH-545 Project: Commons Math Issue Type: New Feature Reporter: Benjamin McCann I'd like a method t

[jira] Updated: (POOL-184) Premature starvation in GenericObjectPool when borrowObject() and evict() are executed concurrently

2011-03-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-184: - Summary: Premature starvation in GenericObjectPool when borrowObject() and evict() are executed concurrentl

[jira] Commented: (LANG-686) StringUtils.replaceEachRepeatedly("aaa", new String[]{"aa"}, new String[]{"aXa"}); throw an exception

2011-03-10 Thread qed (JIRA)
[ https://issues.apache.org/jira/browse/LANG-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005226#comment-13005226 ] qed commented on LANG-686: -- I solved this problem by making this call instead: StringUtils.replace

[jira] Commented: (NET-326) A KeyManager is required when the protection level is set to 'P' with FTPSClient on active mode

2011-03-10 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005151#comment-13005151 ] Sebb commented on NET-326: -- Would there be any point in including the SSLContext setup code in NET?

[jira] Resolved: (NET-327) "Unconnected sockets not implemented" when using FTPSClient

2011-03-10 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-327. -- Resolution: Fixed Fix Version/s: 3.0 Thanks again. Solution looks good, committed to SVN. > "Unconnected sockets

[jira] Commented: (LANG-686) StringUtils.replaceEachRepeatedly("aaa", new String[]{"aa"}, new String[]{"aXa"}); throw an exception

2011-03-10 Thread Maurizio Cucchiara (JIRA)
[ https://issues.apache.org/jira/browse/LANG-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005142#comment-13005142 ] Maurizio Cucchiara commented on LANG-686: - I'm not sure this is a bug. The IllegalSt

[jira] Updated: (NET-327) "Unconnected sockets not implemented" when using FTPSClient

2011-03-10 Thread Bogdan Drozdowski (JIRA)
[ https://issues.apache.org/jira/browse/NET-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bogdan Drozdowski updated NET-327: -- Attachment: ftps-reconn.diff A code sample would be nice. But I've managed to do my own: executing

[jira] Commented: (NET-326) A KeyManager is required when the protection level is set to 'P' with FTPSClient on active mode

2011-03-10 Thread Bogdan Drozdowski (JIRA)
[ https://issues.apache.org/jira/browse/NET-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005100#comment-13005100 ] Bogdan Drozdowski commented on NET-326: --- Terence, you didn't show us: * your code * the

[jira] Updated: (POOL-184) Deadlock in GenericObjectPool. Between borrowObject() and evict()

2011-03-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-184: - Attachment: stall.txt Thread dump during stalled execution of TestO1.java > Deadlock in GenericObjectPool.

[jira] Commented: (POOL-184) Deadlock in GenericObjectPool. Between borrowObject() and evict()

2011-03-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005085#comment-13005085 ] Phil Steitz commented on POOL-184: -- Thanks for reporting this and thanks especially for pro

[jira] Commented: (MATH-542) Allow the addition of multiple messages to the exceptions generated by CM

2011-03-10 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005071#comment-13005071 ] Gilles commented on MATH-542: - "readObject" and "writeObject" methods implemented (revision 1080

[jira] Created: (LANG-686) StringUtils.replaceEachRepeatedly("aaa", new String[]{"aa"}, new String[]{"aXa"}); throw an exception

2011-03-10 Thread qed (JIRA)
StringUtils.replaceEachRepeatedly("aaa", new String[]{"aa"}, new String[]{"aXa"}); throw an exception - Key: LANG-686 URL: https://issues.apache.org/jira/browse/LA

[jira] Created: (IO-264) FileUtils.moveFile() JavaDoc should specify FileExistsException thrown

2011-03-10 Thread JIRA
FileUtils.moveFile() JavaDoc should specify FileExistsException thrown -- Key: IO-264 URL: https://issues.apache.org/jira/browse/IO-264 Project: Commons IO Issue Type: Bug