[jira] Commented: (VFS-205) Please provide simple methods for java.io.File - FileObject conversion

2009-02-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/VFS-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675634#action_12675634 ] Ralph Goers commented on VFS-205: - While this would be nice, java.io.File only supports

[jira] Updated: (VFS-205) Please provide simple methods for java.io.File - FileObject conversion

2009-02-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/VFS-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers updated VFS-205: Comment: was deleted Please provide simple methods for java.io.File - FileObject conversion

[jira] Resolved: (VFS-205) Please provide simple methods for java.io.File - FileObject conversion

2009-02-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/VFS-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved VFS-205. - Resolution: Won't Fix The documentation for File indicates it will throw an exception if the url contains

[jira] Resolved: (VFS-184) Core tests are incorrectly setup due to bad ant-run plugin configuration

2009-02-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/VFS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved VFS-184. - Resolution: Fixed Fix Version/s: (was: 1.1) 2.0 VFS builds properly in trunk

[jira] Created: (SANDBOX-290) [javaflow] Ant task terminates with org.apache.bcel.verifier.exc.AssertionViolatedException

2009-02-22 Thread Michael Binz (JIRA)
[javaflow] Ant task terminates with org.apache.bcel.verifier.exc.AssertionViolatedException --- Key: SANDBOX-290 URL: https://issues.apache.org/jira/browse/SANDBOX-290

[jira] Updated: (SANDBOX-290) [javaflow] Ant task terminates with org.apache.bcel.verifier.exc.AssertionViolatedException

2009-02-22 Thread Michael Binz (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Binz updated SANDBOX-290: - Attachment: AntRewriteTask.java Modified AntRewriteTask implementations. Trivial change in

[jira] Updated: (SANDBOX-290) [javaflow] Ant task terminates with org.apache.bcel.verifier.exc.AssertionViolatedException

2009-02-22 Thread Michael Binz (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Binz updated SANDBOX-290: - Attachment: BcelClassTransformer.java Added constructor that allows to set class resolution to

[jira] Commented: (SANDBOX-290) [javaflow] Ant task terminates with org.apache.bcel.verifier.exc.AssertionViolatedException

2009-02-22 Thread Michael Binz (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675657#action_12675657 ] Michael Binz commented on SANDBOX-290: -- The two attached files fix the problem. I

[jira] Updated: (MATH-239) Add gcd and lcm for long values in MathUtils

2009-02-22 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Semrau updated MATH-239: -- Attachment: gcdForLong.txt The long versions of gcd and lcm are adapted copies of the int

[jira] Commented: (DBCP-212) PoolingDataSource closes physical connections

2009-02-22 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675697#action_12675697 ] Mark Thomas commented on DBCP-212: -- I can't see a good reason for the sync on makeObject()

[jira] Created: (MATH-248) Multiplying sparse matrices is slow

2009-02-22 Thread Christian Semrau (JIRA)
Multiplying sparse matrices is slow --- Key: MATH-248 URL: https://issues.apache.org/jira/browse/MATH-248 Project: Commons Math Issue Type: Improvement Reporter: Christian Semrau

[jira] Commented: (MATH-248) Multiplying sparse matrices is slow

2009-02-22 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675698#action_12675698 ] Christian Semrau commented on MATH-248: --- According to my little tests, walking in

[jira] Commented: (DBCP-212) PoolingDataSource closes physical connections

2009-02-22 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675699#action_12675699 ] Mark Thomas commented on DBCP-212: -- I have to add the sync back in - without it, driver

[jira] Commented: (MATH-248) Multiplying sparse matrices is slow

2009-02-22 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675704#action_12675704 ] Luc Maisonobe commented on MATH-248: You are right. It is probably even worse when

[jira] Updated: (DBCP-212) PoolingDataSource closes physical connections

2009-02-22 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas updated DBCP-212: - Issue Type: Improvement (was: Bug) I'm changing the status of this to enhancement as the current code is

[jira] Updated: (LANG-483) Add ComparisonUtils to Commons Lang

2009-02-22 Thread Benjamin McCann (JIRA)
[ https://issues.apache.org/jira/browse/LANG-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin McCann updated LANG-483: - Attachment: ComparisonUtilsTest.java ComparisonUtils.java Add ComparisonUtils to

[jira] Created: (LANG-483) Add ComparisonUtils to Commons Lang

2009-02-22 Thread Benjamin McCann (JIRA)
Add ComparisonUtils to Commons Lang --- Key: LANG-483 URL: https://issues.apache.org/jira/browse/LANG-483 Project: Commons Lang Issue Type: New Feature Reporter: Benjamin McCann

[jira] Resolved: (DBCP-175) [dbcp] I'd like to run init SQL after JDBC Connection creation in Tomcat DBCP

2009-02-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-175. -- Resolution: Fixed Patch applied with only minor modifications in r746849. Many thanks. [dbcp] I'd

[jira] Commented: (VFS-203) FileObject..getName().getURI() returns URIs with spaces

2009-02-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/VFS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675776#action_12675776 ] Ralph Goers commented on VFS-203: - Yes, please send a patch. I'm fairly new to VFS and am just

[jira] Commented: (LANG-482) Enhance StrSubstitutor to support nested ${var-${subvr}} expansion

2009-02-22 Thread Rob Walker (JIRA)
[ https://issues.apache.org/jira/browse/LANG-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675777#action_12675777 ] Rob Walker commented on LANG-482: - Thanks - I'll need to take a look at these. The changes

[jira] Commented: (VFS-203) FileObject..getName().getURI() returns URIs with spaces

2009-02-22 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675791#action_12675791 ] Mario Ivankovits commented on VFS-203: -- Hmmm normally escaping these special

[jira] Commented: (VFS-203) FileObject..getName().getURI() returns URIs with spaces

2009-02-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/VFS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675796#action_12675796 ] Ralph Goers commented on VFS-203: - Yes, the URI should contain %20 but the actual file would

[jira] Commented: (VFS-203) FileObject..getName().getURI() returns URIs with spaces

2009-02-22 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/VFS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675797#action_12675797 ] Joerg Schaible commented on VFS-203: Benjamin Bentman once gave a good summary of this