[jira] Commented: (DAEMON-156) Prunsrv crashes with access violation when stopping service

2010-03-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850670#action_12850670 ] Sebb commented on DAEMON-156: - It now appears that the problem only affects Java 1.6; Java

[jira] Resolved: (JEXL-100) Array access expressions fail when evaluated twice and cache is enabled

2010-03-28 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-100. Resolution: Fixed New Revision: 928405 URL: http://svn.apache.org/viewvc?rev=928405view=rev Log:

[jira] Commented: (LANG-576) Add methods for cloneables to ObjectUtils

2010-03-28 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/LANG-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850692#action_12850692 ] Joerg Schaible commented on LANG-576: - Javadoc improved {noformat} commit -m Improve

[jira] Commented: (CODEC-99) Base64.encodeBase64String() shouldn't chunk

2010-03-28 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850694#action_12850694 ] Julius Davies commented on CODEC-99: To respond to Gary, here is behaviour of

[jira] Issue Comment Edited: (CODEC-99) Base64.encodeBase64String() shouldn't chunk

2010-03-28 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850694#action_12850694 ] Julius Davies edited comment on CODEC-99 at 3/28/10 5:16 PM: - To

[jira] Closed: (LANG-576) Add methods for cloneables to ObjectUtils

2010-03-28 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-576. -- Resolution: Fixed Thanks Jörg. Add methods for cloneables to ObjectUtils

[jira] Created: (DBCP-329) SQLException: Already closed.

2010-03-28 Thread Hontvari Jozsef (JIRA)
SQLException: Already closed. - Key: DBCP-329 URL: https://issues.apache.org/jira/browse/DBCP-329 Project: Commons Dbcp Issue Type: Bug Affects Versions: 1.4 Environment: MySQL Reporter:

[jira] Commented: (CODEC-90) JDK 1.5 the API

2010-03-28 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850742#action_12850742 ] Julius Davies commented on CODEC-90: Generics cannot be applied to Encoder / Decoder

[jira] Closed: (CODEC-90) JDK 1.5 the API

2010-03-28 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CODEC-90. -- Resolution: Won't Fix Agreed. Looking at the API and where arrays show in it, nothing jumps out as

[jira] Closed: (CODEC-82) OSGI manifest information is not generated during the ant build

2010-03-28 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CODEC-82. -- Resolution: Won't Fix Closing as wontfix. More likely the ant build will be removed. OSGI manifest

[jira] Commented: (CODEC-97) Base64 default constructor behaviour changed to enable chunking in 1.4

2010-03-28 Thread Matt Ryall (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850768#action_12850768 ] Matt Ryall commented on CODEC-97: - You may want to update the other tests in the same file,

[jira] Commented: (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2010-03-28 Thread Matt Ryall (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850769#action_12850769 ] Matt Ryall commented on CODEC-96: - Patch looks to me like it would work. Unfortunately, I