[jira] Created: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-06-26 Thread Dennis Kieselhorst (JIRA)
NPE in HierarchicalConfiguration.fetchNodeList -- Key: CONFIGURATION-282 URL: https://issues.apache.org/jira/browse/CONFIGURATION-282 Project: Commons Configuration Issue Type: Bug Affects

Re: Invitation to join the Apache Commons PMC

2007-06-26 Thread simon
On Sun, 2007-06-24 at 21:16 +0100, Niall Pemberton wrote: Hi Simon, You've been nominated to become a part of the Apache Commons PMC and the vote has passed. Would you be interested in accepting the nomination? We understand that you were not in favour of the Commons TLP but, since the

[ANNOUNCE] Commons Modeler 2.0.1 released

2007-06-26 Thread Niall Pemberton
The Commons team is pleased to announce the release of Commons Modeler 2.0.1. This is a minor bug fix release that corrects a number of build issues found in the Modeler 2.0 release. Commons Modeler is design to make the process of setting up JMX (Java Management Extensions) MBeans easier by

[jira] Created: (COLLECTIONS-258) DualLinkedHashBidiMap

2007-06-26 Thread Nathan Blomquist (JIRA)
DualLinkedHashBidiMap - Key: COLLECTIONS-258 URL: https://issues.apache.org/jira/browse/COLLECTIONS-258 Project: Commons Collections Issue Type: New Feature Components: BidiMap Reporter: Nathan

[jira] Updated: (COLLECTIONS-258) DualLinkedHashBidiMap

2007-06-26 Thread Nathan Blomquist (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Blomquist updated COLLECTIONS-258: - Attachment: DualLinkedHashBidiMap.java This is the actual implementation.

[jira] Closed: (COLLECTIONS-257) CollectionUtils.removeAll() calls ListUtils.retainAll()

2007-06-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-257. - Resolution: Duplicate Fix Version/s: 3.3 Duplicate of COLLECTIONS-219, which

[jira] Commented: (SCXML-47) Provide a state machine support class to allow for delegation.

2007-06-26 Thread Michael Heuer (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508232 ] Michael Heuer commented on SCXML-47: the same problem exists in AbstractStateMachine itself, see SCXML-48

[jira] Created: (SCXML-48) Cannot create more than one subclass of AbstractStateMachine

2007-06-26 Thread Michael Heuer (JIRA)
Cannot create more than one subclass of AbstractStateMachine Key: SCXML-48 URL: https://issues.apache.org/jira/browse/SCXML-48 Project: Commons SCXML Issue Type: Bug

[jira] Updated: (SCXML-48) Cannot create more than one subclass of AbstractStateMachine

2007-06-26 Thread Michael Heuer (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Heuer updated SCXML-48: --- Attachment: abstract-state-machine-test-src.tar.gz unit test for AbstractStateMachine as described

java.lang.NoSuchMethodError: com.sun.activation.registries.MailcapFile.getMailcapList(Ljava/lang/String;)Ljava/util/Map;

2007-06-26 Thread Shah, Dhara \(CT\)
Hey, I have used the SimpleMail class just as it is on the User Guide. However, I keep getting an error java.lang.NoSuchMethodError: com.sun.activation.registries.MailcapFile.getMailcapList(Ljava/lang/Stri ng;)Ljava/util/Map; Can someone help me?

[jira] Commented: (LANG-76) [lang] EnumUtils.getEnum() doesn't work well in 1.5

2007-06-26 Thread Joe Kelly (JIRA)
[ https://issues.apache.org/jira/browse/LANG-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508298 ] Joe Kelly commented on LANG-76: --- I like Marcus Schulte's suggestion. EnumUtils.getEnum() should force class

[jira] Commented: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-06-26 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508306 ] Oliver Heger commented on CONFIGURATION-282: It would really be helpful if you could provide some

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

2007-06-26 Thread rahul
Author: rahul Date: Tue Jun 26 13:58:10 2007 New Revision: 550948 URL: http://svn.apache.org/viewvc?view=revrev=550948 Log: SCXML-48 Broken subclassing for AbstractStateMachine. Unrelated changes: - Two new constructors to avoid recurring parsing cost - Some cosmetic changes so the class

[jira] Resolved: (SCXML-48) Cannot create more than one subclass of AbstractStateMachine

2007-06-26 Thread Rahul Akolkar (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Akolkar resolved SCXML-48. Resolution: Fixed Fix Version/s: 0.7 Thanks for the tests. They've been added to the test

[jira] Commented: (SCXML-47) Provide a state machine support class to allow for delegation.

2007-06-26 Thread Rahul Akolkar (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508326 ] Rahul Akolkar commented on SCXML-47: Indeed, that should be out of the way. Please ping if it isn't. While I was

[jira] Commented: (BEANUTILS-142) [beanutils] RowSetDynaClass fails to copy resulset to DynaBean with Oracle 10g JDBC driver

2007-06-26 Thread dyna bean (JIRA)
project tested again with the new night version (20070626), same exception : org.apache.commons.beanutils.ConversionException: Cannot assign value of type 'java.sql.Date' to property 'stand' of type 'java.sql.Timestamp' at org.apache.commons.beanutils.BasicDynaBean.set

[jira] Updated: (BEANUTILS-142) [beanutils] RowSetDynaClass fails to copy resulset to DynaBean with Oracle 10g JDBC driver

2007-06-26 Thread dyna bean (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dyna bean updated BEANUTILS-142: Comment: was deleted [beanutils] RowSetDynaClass fails to copy resulset to DynaBean with

Commons PMC += Simon Kitching

2007-06-26 Thread Torsten Curdt
Please acknowledge http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ 200706.mbox/% [EMAIL PROTECTED] cheers -- Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Commons PMC += Rahul Akolar

2007-06-26 Thread Torsten Curdt
Please acknowledge http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ 200706.mbox/% [EMAIL PROTECTED] cheers -- Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Invitation to join the Apache Commons PMC

2007-06-26 Thread Torsten Curdt
On 26.06.2007, at 02:58, Niall Pemberton wrote: On 6/25/07, Rahul Akolkar [EMAIL PROTECTED] wrote: Process-wise, the chair might need to ascertain the board's lazy consensus. But, you probably know better. AFAIK the chair pings the board after someone accepts and its effective 24 hours

svn commit: r551000 - in /jakarta/commons/proper/fileupload/trunk: ./ src/changes/ src/java/org/apache/commons/fileupload/ src/test/org/apache/commons/fileupload/

2007-06-26 Thread jochen
Author: jochen Date: Tue Jun 26 17:59:16 2007 New Revision: 551000 URL: http://svn.apache.org/viewvc?view=revrev=551000 Log: Short files could cause an unexpected end of the item stream. PR: FILEUPLOAD-135 Submitted-By: Alexander Sova [EMAIL PROTECTED] Modified:

[jira] Resolved: (FILEUPLOAD-135) InputStream created with Streaming API returns EOF on first read() for short files uploaded from FireFox over HTTPS

2007-06-26 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved FILEUPLOAD-135. Resolution: Fixed Fix Version/s: 1.2.1 Assignee: Jochen

[jira] Resolved: (FILEUPLOAD-137) MultipartStream public API broken

2007-06-26 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved FILEUPLOAD-137. Resolution: Fixed Fix Version/s: 1.2.1 Assignee: Jochen

[jira] Resolved: (FILEUPLOAD-110) MultipartStream's keep region padding is either unnecessary or untested (and undocumented)

2007-06-26 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved FILEUPLOAD-110. Resolution: Fixed Assignee: Jochen Wiedmann The extra bytes are no

svn commit: r551002 - /jakarta/commons/proper/io/branches/b1_3/src/java/org/apache/commons/io/FileCleaner.java

2007-06-26 Thread jochen
Author: jochen Date: Tue Jun 26 18:33:05 2007 New Revision: 551002 URL: http://svn.apache.org/viewvc?view=revrev=551002 Log: Removed the @deprecation tags. Modified: jakarta/commons/proper/io/branches/b1_3/src/java/org/apache/commons/io/FileCleaner.java Modified:

svn commit: r551003 - /jakarta/commons/proper/io/branches/b1_3/src/main/assembly/src.xml

2007-06-26 Thread jochen
Author: jochen Date: Tue Jun 26 18:35:56 2007 New Revision: 551003 URL: http://svn.apache.org/viewvc?view=revrev=551003 Log: Using the -src suffix now for the source distribution. Modified: jakarta/commons/proper/io/branches/b1_3/src/main/assembly/src.xml Modified:

svn commit: r551004 - /jakarta/commons/proper/io/branches/b1_3/src/main/assembly/src.xml

2007-06-26 Thread jochen
Author: jochen Date: Tue Jun 26 18:50:28 2007 New Revision: 551004 URL: http://svn.apache.org/viewvc?view=revrev=551004 Log: Using the -src suffix now for the source distribution. Modified: jakarta/commons/proper/io/branches/b1_3/src/main/assembly/src.xml Modified:

Re: fileUpload bug report

2007-06-26 Thread Jochen Wiedmann
On 6/20/07, Nils Miehe [EMAIL PROTECTED] wrote: I'm quite sure I found a bug in the fileUpload module: Might be related to FILEUPLOAD-135, which I have applied tonight. Checkout the latest source and verify whether that fixes your problem. -- Besides, manipulating elections is under penalty

[VOTE] 4th attempt: Release commons-io 1.3.2

2007-06-26 Thread Jochen Wiedmann
Hi, I have prepared a further release candidate, with the following changes: - Deprecation tags have been removed from the FileCleaner. (In the 1.3 branch only, not in the trunk.) The discussion has clearly shown, that opinions vary on this topic, nevertheless I feel forced to make that

svn commit: r551047 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/ConvertUtilsBean.java test/org/apache/commons/beanutils/ConvertUtilsTestCase.java

2007-06-26 Thread niallp
Author: niallp Date: Tue Jun 26 22:34:15 2007 New Revision: 551047 URL: http://svn.apache.org/viewvc?view=revrev=551047 Log: BEANUTILS-258 Improve ConvertUtilsBean's new convert(Object, Class) method - if the registered Converter cannot handle conversion to String then try using the registered

[BeanUtils] Backwards Compatibility of new Converter features

2007-06-26 Thread Niall Pemberton
On 6/23/07, Martin van den Bemt [EMAIL PROTECTED] wrote: Noticed the call of toString() on a String during the huntdown of what in beanutils broke the betwixt tests. (in the TestObjectStringConverters) The commit was a bit premature probably, although this is most (read most, so not all) of