[jira] [Issue Comment Edited] (MATH-662) DecompositionSolver: merging unique "...Impl" classes with their interface

2011-09-22 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109237#comment-13109237 ] Sébastien Brisard edited comment on MATH-662 at 9/23/11 6:34 AM: -

[jira] [Commented] (MATH-607) Current Multiple Regression Object does calculations with all data incore. There are non incore techniques which would be useful with large datasets.

2011-09-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113175#comment-13113175 ] Phil Steitz commented on MATH-607: -- Lets s/UpdatingMultipleLinearRegression/UpdatingLinearR

[jira] [Commented] (MATH-607) Current Multiple Regression Object does calculations with all data incore. There are non incore techniques which would be useful with large datasets.

2011-09-22 Thread greg sterijevski (JIRA)
[ https://issues.apache.org/jira/browse/MATH-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113120#comment-13113120 ] greg sterijevski commented on MATH-607: --- I am pushing some changes to SimpleRegression

[jira] [Resolved] (LANG-756) Add APIs ClassUtils.isPrimitiveWrapper(Class) and isPrimitiveOrWrapper(Class)

2011-09-22 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-756. -- Resolution: Fixed In SVN. > Add APIs ClassUtils.isPrimitiveWrapper(Class) and > isPrimitiveOrWr

[jira] [Updated] (LANG-756) Add APIs ClassUtils.isPrimitiveWrapper(Class) and isPrimitiveOrWrapper(Class)

2011-09-22 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated LANG-756: - Description: {code:java} /** * Returns whether the given {@code type} is a primitive or pr

[jira] [Created] (LANG-756) Add API ClassUtils.isPrimitiveWrapper(Class)

2011-09-22 Thread Gary D. Gregory (JIRA)
Add API ClassUtils.isPrimitiveWrapper(Class) --- Key: LANG-756 URL: https://issues.apache.org/jira/browse/LANG-756 Project: Commons Lang Issue Type: New Feature Components: lang.*

[jira] [Commented] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-09-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112992#comment-13112992 ] Sebb commented on LANG-744: --- Any objection to applying the patch to convert the method checks to I

[jira] [Commented] (LANG-744) StringUtils throws java.security.AccessControlException on Google App Engine

2011-09-22 Thread Jon Stevens (JIRA)
[ https://issues.apache.org/jira/browse/LANG-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112979#comment-13112979 ] Jon Stevens commented on LANG-744: -- I can confirm that the 3.0.2 snapshot fixes this. Thank

[jira] [Commented] (DBCP-365) StackOverflowError SharedPoolDataSource.getPooledConnectionAndInfo() Postgresql

2011-09-22 Thread Axl (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112856#comment-13112856 ] Axl commented on DBCP-365: -- Hi this turns out to be a permissions issue on the .jar files. The impr

[jira] [Updated] (JCS-85) compatible version of JCS for the Java 6

2011-09-22 Thread srinivas (JIRA)
[ https://issues.apache.org/jira/browse/JCS-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] srinivas updated JCS-85: Remaining Estimate: 36h (was: 108h) Original Estimate: 36h (was: 108h) > compatible version of JCS for the Java

[jira] [Created] (JCS-85) compatible version of JCS for the Java 6

2011-09-22 Thread srinivas (JIRA)
compatible version of JCS for the Java 6 Key: JCS-85 URL: https://issues.apache.org/jira/browse/JCS-85 Project: JCS Issue Type: Question Components: Indexed Disk Cache Affects Versions:

[jira] [Updated] (DBUTILS-81) DbUtils.loadDriver() uses Class.forName()

2011-09-22 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Tripodi updated DBUTILS-81: -- Attachment: DBUTILS-81.patch Please take a loot at the proposed patch, if it works for you I ca

[jira] [Commented] (DBUTILS-81) DbUtils.loadDriver() uses Class.forName()

2011-09-22 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112498#comment-13112498 ] Simone Tripodi commented on DBUTILS-81: --- I can provide one, it worths anyway having

[jira] [Resolved] (DBUTILS-80) DbUtils.loadDriver catches Throwable

2011-09-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved DBUTILS-80. - Resolution: Fixed > DbUtils.loadDriver catches Throwable > > >

[jira] [Commented] (DBUTILS-81) DbUtils.loadDriver() uses Class.forName()

2011-09-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112470#comment-13112470 ] Sebb commented on DBUTILS-81: - Have you a suggested patch for this? > DbUtils.loadDriver() us

[jira] [Created] (DBUTILS-81) DbUtils.loadDriver() uses Class.forName()

2011-09-22 Thread Simone Tripodi (JIRA)
DbUtils.loadDriver() uses Class.forName() - Key: DBUTILS-81 URL: https://issues.apache.org/jira/browse/DBUTILS-81 Project: Commons DbUtils Issue Type: Bug Reporter: Simone Tripodi The {{C

[jira] [Commented] (DBUTILS-80) DbUtils.loadDriver catches Throwable

2011-09-22 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112401#comment-13112401 ] Simone Tripodi commented on DBUTILS-80: --- my position is +1 for applying the patch

[jira] [Created] (MATH-675) MathUtils should have a static method which checks whether an array of doubles or Comparables is monotone

2011-09-22 Thread greg sterijevski (JIRA)
MathUtils should have a static method which checks whether an array of doubles or Comparables is monotone -- Key: MATH-675 URL: https://issues.apache.org/jira