[jira] Created: (BEANUTILS-257) Many of the helper methods expose the java.lang exceptions. I'd like to convert them to RuntimeExceptions

2006-11-03 Thread Aaron Digulla (JIRA)
Many of the helper methods expose the java.lang exceptions. I'd like to convert them to RuntimeExceptions - Key: BEANUTILS-257 URL:

[jira] Commented: (DBUTILS-1) [dbutils] BeanListHandler and BeanHandler fail to support java.sql.Date()

2006-11-03 Thread Alan B. Canon (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-1?page=comments#action_12447007 ] Alan B. Canon commented on DBUTILS-1: - Agree with Proposed-DBUTILS-1.patch. Much nicer. Apply? [dbutils] BeanListHandler and BeanHandler fail to support

svn commit: r470904 - /jakarta/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/BeanProcessor.java

2006-11-03 Thread bayard
Author: bayard Date: Fri Nov 3 09:03:06 2006 New Revision: 470904 URL: http://svn.apache.org/viewvc?view=revrev=470904 Log: Enabling the bean handlers to support java.sql.Date, Time and Timestamp. #DBUTILS-1. Modified:

[jira] Resolved: (DBUTILS-1) [dbutils] BeanListHandler and BeanHandler fail to support java.sql.Date()

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-1?page=all ] Henri Yandell resolved DBUTILS-1. - Resolution: Fixed svn ci -m Enabling the bean handlers to support java.sql.Date, Time and Timestamp. #DBUTILS-1. Sending

[jira] Commented: (DBUTILS-17) [dbutils] ScalarHandler subclasses that return Integers and Longs

2006-11-03 Thread Alan B. Canon (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-17?page=comments#action_12447043 ] Alan B. Canon commented on DBUTILS-17: -- I lean towards inclusion in 1.1. The bloat to the API is not severe. The patch adds new general functionality, though

[dbutils] Status of outstanding JIRA issues scheduled against dbutils-1.1 release as of 3 Nov 2006

2006-11-03 Thread Alan Canon
Thanks to Henri Yandell, there are now no outstanding issues against dbutils-1.1 of major importance. There are three minor issues filed against 1.1. Regarding the release of 1.1, my recommendation is that we do apply DBUTILS-17, optionally apply DBUTILS-16, and regarding DBUTILS-27, either

svn commit: r470975 - in /jakarta/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers: ArrayListHandler.java BeanListHandler.java ColumnListHandler.java MapListHandler.java

2006-11-03 Thread bayard
Author: bayard Date: Fri Nov 3 12:20:06 2006 New Revision: 470975 URL: http://svn.apache.org/viewvc?view=revrev=470975 Log: Applying the code refactoring in #DBUTILS-16 - the new abstract class is currently not public. In a later release we can decide whether to make it public or not (this is

[jira] Created: (DBUTILS-33) Consdier making GenericListHandler public

2006-11-03 Thread Henri Yandell (JIRA)
Consdier making GenericListHandler public - Key: DBUTILS-33 URL: http://issues.apache.org/jira/browse/DBUTILS-33 Project: Commons DbUtils Issue Type: Improvement Affects Versions: 1.1

svn commit: r470976 - /jakarta/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/GenericListHandler.java

2006-11-03 Thread bayard
Author: bayard Date: Fri Nov 3 12:21:07 2006 New Revision: 470976 URL: http://svn.apache.org/viewvc?view=revrev=470976 Log: Missed the new class from #DBUTILS-16. Added: jakarta/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/GenericListHandler.java (with

[jira] Commented: (DBUTILS-33) Consdier making GenericListHandler public

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-33?page=comments#action_12447066 ] Henri Yandell commented on DBUTILS-33: -- See DBUTILS-16 for context. Consdier making GenericListHandler public -

[jira] Resolved: (DBUTILS-16) [dbutils] ResultSetRowProcessor abstract handler and some classes rework

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-16?page=all ] Henri Yandell resolved DBUTILS-16. -- Resolution: Fixed svn ci -m Applying the code refactoring in #DBUTILS-16 - the new abstract class is currently not public. In a later release we can

[jira] Commented: (DBUTILS-16) [dbutils] ResultSetRowProcessor abstract handler and some classes rework

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-16?page=comments#action_12447067 ] Henri Yandell commented on DBUTILS-16: -- svn ci -m Missed the new class from #DBUTILS-16. Adding

[jira] Commented: (DBUTILS-17) [dbutils] ScalarHandler subclasses that return Integers and Longs

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-17?page=comments#action_12447087 ] Henri Yandell commented on DBUTILS-17: -- I'm still iffy on it. It converts Strings to numbers - which is more aggressive than other parts of dbutils. I'm

[jira] Updated: (DBUTILS-17) [dbutils] ScalarHandler subclasses that return Integers and Longs

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-17?page=all ] Henri Yandell updated DBUTILS-17: - Bugzilla Id: (was: 38907) Fix Version/s: (was: 1.1) Removing 1.1 version - discussion welcomed. [dbutils] ScalarHandler subclasses that return

[jira] Updated: (DBUTILS-27) [dbutils] QueryRunner.count(String, ...) methods for SELECT COUNT(...) sql

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-27?page=all ] Henri Yandell updated DBUTILS-27: - Bugzilla Id: (was: 36822) Fix Version/s: (was: 1.1) Removing the 1.1 version - I don't think this or DBUTILS-17 add enough to be of value.

Re: [dbutils] Status of outstanding JIRA issues scheduled against dbutils-1.1 release as of 3 Nov 2006

2006-11-03 Thread Henri Yandell
On 11/3/06, Alan Canon [EMAIL PROTECTED] wrote: DBUTILS-17 ScalarHandler subclasses that return Integers and Longs (created 09/Mar/06 Henri Yandell has submitted a rework of an earlier suggested patch, but is unsure if they should be added. The patch does add general purpose functionality to

[jira] Resolved: (BEANUTILS-66) [beanutils] MethodUtils.getAccessibleMethod does not work for enums

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-66?page=all ] Henri Yandell resolved BEANUTILS-66. Resolution: Won't Fix No suggestions were forthcoming, so resolving this one wontfix. [beanutils] MethodUtils.getAccessibleMethod does not work for

Re: [collections] Generics the collection subpackage

2006-11-03 Thread Stephen Colebourne
There has been reltively little feedback on these backwards incompatible changes. Do I assume (by lazy consensus) that [collections-generics] will be seriously backwards incompatible? Can I commit changes? Are we agreed on the strategy produce the best API, rather than produce a compatible

Re: [collections] Generics the collection subpackage

2006-11-03 Thread Stephen Smith
+1 Better to break compatibility upfront as part of an explicit design decision, than to see it slowly wither away. -- Stephen Smith, MEng (Wales). http://www.stephen-smith.co.uk/ Stephen Colebourne wrote: There has been reltively little feedback on these backwards incompatible changes. Do I

Re: [collections] Generics the collection subpackage

2006-11-03 Thread Rahul Akolkar
On 11/3/06, Stephen Colebourne [EMAIL PROTECTED] wrote: There has been reltively little feedback on these backwards incompatible changes. Do I assume (by lazy consensus) that [collections-generics] will be seriously backwards incompatible? Can I commit changes? Are we agreed on the strategy

Re: [daemon] Re: Obtaining procrun for Win32

2006-11-03 Thread Bill Barker
Henri Yandell [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi David, This thread might be of use: http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200606.mbox/[EMAIL PROTECTED] Looking at my last year of user archives, I don't see any questions on daemon being

svn commit: r471112 - in /jakarta/commons/proper/scxml/trunk/src: main/java/org/apache/commons/scxml/io/ test/java/org/apache/commons/scxml/io/

2006-11-03 Thread rahul
Author: rahul Date: Fri Nov 3 20:10:38 2006 New Revision: 471112 URL: http://svn.apache.org/viewvc?view=revrev=471112 Log: Ensure white box behavior of the state element's src attribute. Add a test that illustrates this, with chained documents and cross-document transition targets. Added:

[jira] Updated: (DBUTILS-28) [dbutils] Stored Procedure Runner and Bean Reuse Handler code submission

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-28?page=all ] Henri Yandell updated DBUTILS-28: - Fix Version/s: 1.2 [dbutils] Stored Procedure Runner and Bean Reuse Handler code submission

[jira] Updated: (DBUTILS-30) [dbutils] New ResultSetHandler - ObjectHandler

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-30?page=all ] Henri Yandell updated DBUTILS-30: - Fix Version/s: 1.2 [dbutils] New ResultSetHandler - ObjectHandler -- Key: DBUTILS-30

[jira] Updated: (DBUTILS-29) [dbutils] Support bean property to SQL IN parameter mapping

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-29?page=all ] Henri Yandell updated DBUTILS-29: - Fix Version/s: 1.2 [dbutils] Support bean property to SQL IN parameter mapping ---

[jira] Updated: (DBUTILS-17) [dbutils] ScalarHandler subclasses that return Integers and Longs

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-17?page=all ] Henri Yandell updated DBUTILS-17: - Fix Version/s: 1.2 [dbutils] ScalarHandler subclasses that return Integers and Longs -

[jira] Updated: (DBUTILS-33) Consdier making GenericListHandler public

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-33?page=all ] Henri Yandell updated DBUTILS-33: - Fix Version/s: 1.2 Consdier making GenericListHandler public - Key: DBUTILS-33

[jira] Updated: (DBUTILS-27) [dbutils] QueryRunner.count(String, ...) methods for SELECT COUNT(...) sql

2006-11-03 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-27?page=all ] Henri Yandell updated DBUTILS-27: - Fix Version/s: 1.2 [dbutils] QueryRunner.count(String, ...) methods for SELECT COUNT(...) sql

[jira] Commented: (DBUTILS-27) [dbutils] QueryRunner.count(String, ...) methods for SELECT COUNT(...) sql

2006-11-03 Thread Michael Heuer (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-27?page=comments#action_12447121 ] Michael Heuer commented on DBUTILS-27: -- Feel free to mark this as WONTFIX. With the 1.1 release, the method QueryRunner.prepareConnection() is protected, so

[jira] Created: (JEXL-26) ASTArrayAccess messes up on fallback to JexlContext

2006-11-03 Thread Colin Lear (JIRA)
ASTArrayAccess messes up on fallback to JexlContext --- Key: JEXL-26 URL: http://issues.apache.org/jira/browse/JEXL-26 Project: Commons JEXL Issue Type: Bug Affects Versions: 1.1