svn commit: r478005 - /jakarta/commons/proper/scxml/trunk/xdocs/guide/custom-actions.xml

2006-11-21 Thread rahul
Author: rahul Date: Tue Nov 21 17:38:14 2006 New Revision: 478005 URL: http://svn.apache.org/viewvc?view=revrev=478005 Log: Broken link. Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide/custom-actions.xml Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide/custom-actions.xml

svn commit: r477988 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 16:21:08 2006 New Revision: 477988 URL: http://svn.apache.org/viewvc?view=revrev=477988 Log: Stretched the maven-1 build fail/succeed block to cover more so it doesn't try to do things with tar.gz/zips that don't exist Modified:

svn commit: r478006 - /jakarta/commons/proper/scxml/trunk/xdocs/usecases/scxml-in-shale-dialogs.xml

2006-11-21 Thread rahul
Author: rahul Date: Tue Nov 21 17:41:47 2006 New Revision: 478006 URL: http://svn.apache.org/viewvc?view=revrev=478006 Log: Remove content about the initial prototype implementation of Shale dialogs using Commons SCXML. Instead, point to the Apache Shale website for current information.

Re: [BeanUtils] Error-checking BeanUtils.copyProperties() using Levensthein distance

2006-11-21 Thread Niall Pemberton
On 11/21/06, Olivier Pernet [EMAIL PROTECTED] wrote: Hello, Hi Olivier I'm considering using BeanUtils.copyProperties() to transfer data to and from DTOs, in a Web application. But I'm afraid that this would be quite error-prone, as misspelled property names would be ignored. So, I thought

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-11-21 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

svn commit: r477965 - /jakarta/commons/proper/commons-nightly/trunk/jira-email.vm

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 15:42:56 2006 New Revision: 477965 URL: http://svn.apache.org/viewvc?view=revrev=477965 Log: Keeping this in a safe place - core of a swizzle script to send us nice pretty emails each week with jira summaries Added:

svn commit: r477503 - /jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java

2006-11-21 Thread yonik
Author: yonik Date: Mon Nov 20 20:44:08 2006 New Revision: 477503 URL: http://svn.apache.org/viewvc?view=revrev=477503 Log: CSVParser constructor with CSVStrategy: SANDBOX-180 Modified: jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java Modified:

svn commit: r478002 - in /jakarta/commons/proper/scxml/trunk: pom.xml project.xml src/main/java/org/apache/commons/scxml/model/Assign.java src/main/java/org/apache/commons/scxml/model/Var.java

2006-11-21 Thread rahul
Author: rahul Date: Tue Nov 21 17:33:40 2006 New Revision: 478002 URL: http://svn.apache.org/viewvc?view=revrev=478002 Log: Logging for var and assign. SCXML-31 Requested by: Nestor Urquiza nestoru AT yahoo DOT com. Adding Nestor to contributors. Modified:

Re: svn commit: r474943 - in /jakarta/commons/proper/digester/trunk: pom.xml src/assembly/ src/assembly/bin.xml src/assembly/src.xml

2006-11-21 Thread Rahul Akolkar
On 11/19/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/19/06, Rahul Akolkar [EMAIL PROTECTED] wrote: And now I remember why I wanted to retain 'bin' as the descriptor ID. The nightly script looks for a descriptor with ID 'bin' for assembling the binary distro (if we move to m2 for the

[jira] Resolved: (SCXML-31) Var and Assign to log the result of the evaluation

2006-11-21 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-31?page=all ] Rahul Akolkar resolved SCXML-31. Resolution: Fixed The patch is hard to use (since it has diffs of class files etc.), I have applied a variant, the log level is debug (instead of info):

svn commit: r478004 - /jakarta/commons/proper/scxml/trunk/project.xml

2006-11-21 Thread rahul
Author: rahul Date: Tue Nov 21 17:37:27 2006 New Revision: 478004 URL: http://svn.apache.org/viewvc?view=revrev=478004 Log: Commons JEXL is optional. Modified: jakarta/commons/proper/scxml/trunk/project.xml Modified: jakarta/commons/proper/scxml/trunk/project.xml URL:

svn commit: r477557 - /jakarta/commons/proper/commons-nightly/trunk/vmbuild.conf

2006-11-21 Thread bayard
Author: bayard Date: Mon Nov 20 23:55:52 2006 New Revision: 477557 URL: http://svn.apache.org/viewvc?view=revrev=477557 Log: Moving some of the configuration over to the commons user. Also adding a few new local_ ones. The script will be changed to also output to the locals, and when that's

svn commit: r477993 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 16:57:35 2006 New Revision: 477993 URL: http://svn.apache.org/viewvc?view=revrev=477993 Log: Clean up the previous log files Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Modified:

[jira] Created: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-11-21 Thread Sandy McArthur (JIRA)
StackObjectPool.borrowObject infinate loop when makeObject returns null --- Key: POOL-91 URL: http://issues.apache.org/jira/browse/POOL-91 Project: Commons Pool Issue Type:

[jira] Resolved: (SANDBOX-180) CSVParser allow strategy in constructor

2006-11-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-180?page=all ] Yonik Seeley resolved SANDBOX-180. -- Resolution: Fixed Committed. CSVParser allow strategy in constructor --- Key: SANDBOX-180

svn commit: r477789 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ src/java/org/apache/commons/configuration/plist/ src/test/org/apache/commons/configurat

2006-11-21 Thread oheger
Author: oheger Date: Tue Nov 21 09:58:06 2006 New Revision: 477789 URL: http://svn.apache.org/viewvc?view=revrev=477789 Log: Added a copy constructor to HierarchicalConfiguration and its sub classes Modified:

[jira] Resolved: (CONFIGURATION-236) Outputting CombinedConfiguration as XML

2006-11-21 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-236?page=all ] Oliver Heger resolved CONFIGURATION-236. Fix Version/s: Nightly Builds Resolution: Fixed A copy constructor was added to HierarchicalConfiguration and most of its sub

[BeanUtils] Error-checking BeanUtils.copyProperties() using Levensthein distance

2006-11-21 Thread Olivier Pernet
Hello, I'm considering using BeanUtils.copyProperties() to transfer data to and from DTOs, in a Web application. But I'm afraid that this would be quite error-prone, as misspelled property names would be ignored. So, I thought of overriding the copyProperties() method by computing the

[jira] Commented: (CONFIGURATION-236) Outputting CombinedConfiguration as XML

2006-11-21 Thread Mark Chaimungkalanont (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-236?page=comments#action_12451808 ] Mark Chaimungkalanont commented on CONFIGURATION-236: - Awesome! Thanks mate! Outputting CombinedConfiguration as XML

[jira] Commented: (CONFIGURATION-238) XMLConfiguration.save() - illegal new line char in xml comment

2006-11-21 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-238?page=comments#action_12451728 ] Oliver Heger commented on CONFIGURATION-238: Sorry, I don't fully understand this issue. In which way exactly does the processed file differ

svn commit: r477730 - /jakarta/commons/proper/commons-nightly/trunk/nightly_wrapper.sh

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 08:23:40 2006 New Revision: 477730 URL: http://svn.apache.org/viewvc?view=revrev=477730 Log: Fix the output of the general nightly build to go to an existing directory Modified: jakarta/commons/proper/commons-nightly/trunk/nightly_wrapper.sh Modified:

svn commit: r477290 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/INIConfiguration.java src/test/org/apache/commons/configuration/TestINIConfiguration.jav

2006-11-21 Thread oheger
Author: oheger Date: Mon Nov 20 11:05:19 2006 New Revision: 477290 URL: http://svn.apache.org/viewvc?view=revrev=477290 Log: Added new INIConfiguration class; thanks to Trevor Charles Miller for the patch Added:

[jira] Commented: (IO-99) FileCleaner thread never ends and cause memory leak in AS

2006-11-21 Thread JIRA
[ http://issues.apache.org/jira/browse/IO-99?page=comments#action_12451376 ] Vera Mickaël commented on IO-99: Thanks everybody for your interest in this issue. I've talked about this issue with a developper mastering classloaders problems. It

[jira] Commented: (COLLECTIONS-236) CollectionUtils.filter filters the inverse of what it is documented to filter

2006-11-21 Thread Lee Wexler (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-236?page=comments#action_12451660 ] Lee Wexler commented on COLLECTIONS-236: Please close this bug as incorrect. My sincere apologies for being too hasty. CollectionUtils.filter

[Jakarta-commons Wiki] Update of SCXML/Tutorials/Logging by NestorUrquiza

2006-11-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/Tutorials/Logging

[jira] Updated: (MATH-161) patch for Mantissa

2006-11-21 Thread Luc Maisonobe (JIRA)
[ http://issues.apache.org/jira/browse/MATH-161?page=all ] Luc Maisonobe updated MATH-161: --- Attachment: mantissa.patch the patch by itself patch for Mantissa -- Key: MATH-161 URL:

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-11-21 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-11-21 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[jira] Resolved: (LOGGING-111) Small patch to make debugging easier

2006-11-21 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-111?page=all ] Simon Kitching resolved LOGGING-111. Resolution: Fixed Small patch to make debugging easier Key: LOGGING-111 URL:

[jira] Commented: (SANDBOX-181) CSVStrategy.clone()

2006-11-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-181?page=comments#action_12451515 ] Yonik Seeley commented on SANDBOX-181: -- Committed with minor changes (but not closed as I don't have the right JIRA perms yet) CSVStrategy.clone()

svn commit: r478037 - /jakarta/commons/proper/commons-nightly/trunk/vmbuild.conf

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 21:13:45 2006 New Revision: 478037 URL: http://svn.apache.org/viewvc?view=revrev=478037 Log: Overlay the snapshots onto a repository of all Commons javadoc Modified: jakarta/commons/proper/commons-nightly/trunk/vmbuild.conf Modified:

[jira] Commented: (DBCP-65) [dbcp] Deadlock when evicting dbcp objects (testWhileIdle=true)

2006-11-21 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-65?page=comments#action_12451390 ] Sandy McArthur commented on DBCP-65: I think the only backward compatible way to fix this is to drop Pool as a dependency and pull GOP into DBCP and make it a

[jira] Commented: (FILEUPLOAD-120) memory leak due to classloader leak (in commons.io)

2006-11-21 Thread JIRA
[ http://issues.apache.org/jira/browse/FILEUPLOAD-120?page=comments#action_12451381 ] Vera Mickaël commented on FILEUPLOAD-120: - I proposed a solution on commons.io, an API using the classloader to release resources. I thought that

[jira] Commented: (CONFIGURATION-237) Contrib : managed reloading strategy

2006-11-21 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-237?page=comments#action_12451340 ] Oliver Heger commented on CONFIGURATION-237: Cool! I think JMX is an interesting area for the [configuration] component. However I will have

svn commit: r478057 - /jakarta/commons/proper/commons-build/trunk/menus/menus.dtd

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 23:10:50 2006 New Revision: 478057 URL: http://svn.apache.org/viewvc?view=revrev=478057 Log: Removed the related menus link from the dtd too Modified: jakarta/commons/proper/commons-build/trunk/menus/menus.dtd Modified:

svn commit: r478058 - in /jakarta/commons/proper/commons-nightly/trunk: commons_nightly.sh vmbuild.conf

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 23:16:12 2006 New Revision: 478058 URL: http://svn.apache.org/viewvc?view=revrev=478058 Log: Added protection on the removing of the snapshot symlink locally; and a bit on the end to tar up the builds and the maven repo Modified:

svn commit: r478064 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 23:43:33 2006 New Revision: 478064 URL: http://svn.apache.org/viewvc?view=revrev=478064 Log: Wondered why it broke - I had the wrong variable name Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Modified:

svn commit: r478065 - /jakarta/commons/proper/commons-nightly/trunk/people-wget.sh

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 23:45:06 2006 New Revision: 478065 URL: http://svn.apache.org/viewvc?view=revrev=478065 Log: Script to pull nightly files over from vmbuild to people - not going into action quite yet, I want to make sure the nightly build is doing the right thing Added:

svn commit: r478067 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 23:54:59 2006 New Revision: 478067 URL: http://svn.apache.org/viewvc?view=revrev=478067 Log: Fixed the remove of snapshot javadoc so it gets cleaned properly before putting the new one in Modified:

svn commit: r478069 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

2006-11-21 Thread bayard
Author: bayard Date: Tue Nov 21 23:56:17 2006 New Revision: 478069 URL: http://svn.apache.org/viewvc?view=revrev=478069 Log: Bit less copy and paste in the bash Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Modified: