[jira] Commented: (BEANUTILS-284) Locale aware Converters doesn't handle conversion direction Object->String

2007-06-11 Thread Josef Cacek (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503751 ] Josef Cacek commented on BEANUTILS-284: --- Sorry for the wrong comment in source file (it was copy/paste and I

[jira] Updated: (BEANUTILS-284) Locale aware Converters doesn't handle conversion direction Object->String

2007-06-11 Thread Josef Cacek (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josef Cacek updated BEANUTILS-284: -- Attachment: Test.java Sample to reproduce bug. > Locale aware Converters doesn't handle con

[jira] Created: (BEANUTILS-284) Locale aware Converters doesn't handle conversion direction Object->String

2007-06-11 Thread Josef Cacek (JIRA)
Locale aware Converters doesn't handle conversion direction Object->String --- Key: BEANUTILS-284 URL: https://issues.apache.org/jira/browse/BEANUTILS-284 Project: Commons BeanUt

ftp over ssl 3

2007-06-11 Thread matu. agarwal
I am trying to implement FTP over SSL 3.0 and i want to know * 'Does apache commons-net support FTP over SSL3?' If not, how to implement the same? If it supports then how it can be implemented? * thanx in advance...

svn commit: r546382 - in /jakarta/commons/proper/cli/branches/cli-1.0.x: build.xml project.xml

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 22:23:16 2007 New Revision: 546382 URL: http://svn.apache.org/viewvc?view=rev&rev=546382 Log: Preparing for 1.1 rc by changing 1.1-snapshot to 1.1 Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/build.xml jakarta/commons/proper/cli/branches/cli-1.0.

[jira] Updated: (FILEUPLOAD-136) FileUpload race condition with used with Jetty 6

2007-06-11 Thread Keith Kowalczykowski (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Kowalczykowski updated FILEUPLOAD-136: Attachment: FileUploadTest.zip Here is a full zip of the eclipse projec

[jira] Created: (FILEUPLOAD-136) FileUpload race condition with used with Jetty 6

2007-06-11 Thread Keith Kowalczykowski (JIRA)
FileUpload race condition with used with Jetty 6 Key: FILEUPLOAD-136 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-136 Project: Commons FileUpload Issue Type: Bug Affects Versions:

svn commit: r546345 - in /jakarta/commons/proper/cli/trunk/xdocs: building.xml examples/cp.xml examples/cvs.xml examples/index.xml examples/ls.xml index.xml navigation.xml

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 18:25:02 2007 New Revision: 546345 URL: http://svn.apache.org/viewvc?view=rev&rev=546345 Log: Updating site. Bringing some of the 2.0 content in; removing the stubbed out 2.0 examples; updating the nav and adding the all important '1.x vs 2.x?' section to the fron

svn commit: r546343 - /jakarta/commons/proper/cli/trunk/project.xml

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 18:01:42 2007 New Revision: 546343 URL: http://svn.apache.org/viewvc?view=rev&rev=546343 Log: Adding Brian Egge to the list of contributors Modified: jakarta/commons/proper/cli/trunk/project.xml Modified: jakarta/commons/proper/cli/trunk/project.xml URL: http

svn commit: r546340 - /jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli2/validation/DateValidator.java

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:55:11 2007 New Revision: 546340 URL: http://svn.apache.org/viewvc?view=rev&rev=546340 Log: Removing unused import Modified: jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli2/validation/DateValidator.java Modified: jakarta/commons/proper/cl

svn commit: r546339 - /jakarta/commons/proper/cli/trunk/project.properties

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:54:15 2007 New Revision: 546339 URL: http://svn.apache.org/viewvc?view=rev&rev=546339 Log: Setting the JIRA format Modified: jakarta/commons/proper/cli/trunk/project.properties Modified: jakarta/commons/proper/cli/trunk/project.properties URL: http://svn.a

svn commit: r546337 - in /jakarta/commons/proper/cli/branches/cli-1.0.x: CLI2Converter.java CLI2ConverterTest.java maven.xml project.xml

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:50:34 2007 New Revision: 546337 URL: http://svn.apache.org/viewvc?view=rev&rev=546337 Log: Updating license header Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/CLI2Converter.java jakarta/commons/proper/cli/branches/cli-1.0.x/CLI2ConverterTest.

svn commit: r546335 - /jakarta/commons/proper/cli/branches/cli-1.0.x/build.xml

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:46:20 2007 New Revision: 546335 URL: http://svn.apache.org/viewvc?view=rev&rev=546335 Log: Updating 'maven ant' Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/build.xml Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/build.xml URL: http://

svn commit: r546332 - /jakarta/commons/proper/cli/trunk/project.xml

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:37:28 2007 New Revision: 546332 URL: http://svn.apache.org/viewvc?view=rev&rev=546332 Log: Tighter list of projects, though I imagine we'll move to m2 asap Modified: jakarta/commons/proper/cli/trunk/project.xml Modified: jakarta/commons/proper/cli/trunk/pro

svn commit: r546329 - in /jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli2: commandline/Parser.java option/ArgumentImpl.java validation/DateValidator.java

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:32:30 2007 New Revision: 546329 URL: http://svn.apache.org/viewvc?view=rev&rev=546329 Log: Removing three unused imports (Parser/ArgumentImpl), and a pointless iteration through a list in DateValidator Modified: jakarta/commons/proper/cli/trunk/src/java/or

svn commit: r546327 - /jakarta/commons/proper/cli/branches/cli-1.0.x/xdocs/

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:31:39 2007 New Revision: 546327 URL: http://svn.apache.org/viewvc?view=rev&rev=546327 Log: Removing xdocs from the cli-1.0 side of things. The website lives in trunk. Removed: jakarta/commons/proper/cli/branches/cli-1.0.x/xdocs/ --

[jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503689 ] Jörg Heinicke commented on TRANSACTION-16: -- It was more a rhetorical question to answer it directly with

svn commit: r546325 - in /jakarta/commons/proper/cli/trunk/xdocs: changes.xml index.xml issue-tracking.xml

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:28:17 2007 New Revision: 546325 URL: http://svn.apache.org/viewvc?view=rev&rev=546325 Log: Updating the website. Instead of doing things in the xdocs on the 1.0 branch, I'm going to keep the 'one true xdoc' here in trunk and have it support both 1.0 and 2.0 Ad

svn commit: r546324 - /jakarta/commons/proper/cli/trunk/xdocs/cvs-usage.xml

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:23:38 2007 New Revision: 546324 URL: http://svn.apache.org/viewvc?view=rev&rev=546324 Log: Fixing link to viewvc Modified: jakarta/commons/proper/cli/trunk/xdocs/cvs-usage.xml Modified: jakarta/commons/proper/cli/trunk/xdocs/cvs-usage.xml URL: http://svn.a

svn commit: r546323 - /jakarta/commons/proper/cli/branches/cli-1.0.x/xdocs/cvs-usage.xml

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 17:22:59 2007 New Revision: 546323 URL: http://svn.apache.org/viewvc?view=rev&rev=546323 Log: Fixing link to viewvc Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/xdocs/cvs-usage.xml Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/xdocs/cvs-us

[jira] Updated: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Heinicke updated TRANSACTION-16: - Comment: was deleted > TX collections / TX object model > ---

[jira] Updated: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Heinicke updated TRANSACTION-16: - Description: (Quoted from the original message: http://marc.info/?l=jakarta-commons-

[jira] Commented: (LANG-339) StringEscapeUtils.escapeHtml() escapes multibyte characters like Chinese, Japanes, etc.

2007-06-11 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503687 ] Henri Yandell commented on LANG-339: Probably the same code as LANG-66, but leaving open so a separate unit test ca

[jira] Updated: (LANG-339) StringEscapeUtils.escapeHtml() escapes multibyte characters like Chinese, Japanes, etc.

2007-06-11 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-339: --- Fix Version/s: 3.0 > StringEscapeUtils.escapeHtml() escapes multibyte characters like Chinese, > Japan

[jira] Updated: (LANG-337) Utility class constructor javadocs should acknowledge that they may sometimes be used, e.g. with Velocity.

2007-06-11 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-337: --- Fix Version/s: 2.3.1 > Utility class constructor javadocs should acknowledge that they may sometimes >

[jira] Updated: (LANG-333) ArrayUtils.toClass

2007-06-11 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-333: --- Fix Version/s: 3.0 Another 'wish we had closures' one :) > ArrayUtils.toClass > -- > >

svn commit: r546321 - /jakarta/commons/trunks-proper/

2007-06-11 Thread bayard
Author: bayard Date: Mon Jun 11 16:58:19 2007 New Revision: 546321 URL: http://svn.apache.org/viewvc?view=rev&rev=546321 Log: Removing the CLI avalon implementation from trunks-proper Modified: jakarta/commons/trunks-proper/ (props changed) Propchange: jakarta/commons/trunks-proper/ --

Re: [nightly build] logging failed.

2007-06-11 Thread Phil Steitz
On 6/11/07, Ben Speakmon <[EMAIL PROTECTED]> wrote: Phil actually had to fix a bug in commons-nightly before the maven 2 file would be honored, so after I asked about getting email working, logging started working too. On 6/11/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > I'm unsure why, bu

Re: [nightly build] logging failed.

2007-06-11 Thread Ben Speakmon
ging. Phil Steitz wrote: > Failed build logs: > http://vmbuild.apache.org/~commons/nightly/logs//20070611/logging.log > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROT

Re: [nightly build] logging failed.

2007-06-11 Thread Dennis Lundberg
patch to the nightly build script will fix the nightly M2 build of Logging. Phil Steitz wrote: Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070611/logging.log - To unsubscribe, e-mail: [EMAIL PROTECTED

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

2007-06-11 Thread dennisl
Author: dennisl Date: Mon Jun 11 15:06:10 2007 New Revision: 546301 URL: http://svn.apache.org/viewvc?view=rev&rev=546301 Log: Make sure that the site is built before the assembly is built, for Maven 2 builds. Commons Logging requires this, as the site is a part of the assembly. Modified: ja

Re: [VOTE] 3rd attempt: Release commons-io 1.3.2

2007-06-11 Thread Oliver Heger
While checking the distros I noticed the following minor things: - The source distro does not unpack in a directory with the "-src" suffix. This is standard for other commons components. - The md5 files do not contain the file name. (Maybe this is a maven standard. However the commons release i

Re: [VOTE] 3rd attempt: Release commons-io 1.3.2

2007-06-11 Thread Jochen Wiedmann
How to handle this? We have only three votes: [+1] Sebb, Jochen [-0] Stephen but we need at least three positive votes from PMC members? Jochen -- "Besides, manipulating elections is under penalty of law, resulting in a preventative effect against manipulating elections. The german governm

[jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503462 ] Dennis Thrysøe commented on TRANSACTION-16: --- Yes, certainly. The mailing list seems kind of high-volume

[jira] Commented: (BEANUTILS-283) ConvertUtilsBean doesn't handl conversion to String correctly

2007-06-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503448 ] Niall Pemberton commented on BEANUTILS-283: --- Sorry - DateConverter is new - not refactored! (see BEANUTI

[jira] Resolved: (BEANUTILS-283) ConvertUtilsBean doesn't handl conversion to String correctly

2007-06-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-283. --- Resolution: Fixed Fix Version/s: 1.8.0 Assignee: Niall Pemberton I

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

2007-06-11 Thread niallp
Author: niallp Date: Mon Jun 11 08:42:53 2007 New Revision: 546174 URL: http://svn.apache.org/viewvc?view=rev&rev=546174 Log: Fix for BEANUTILS-283 - ConvertUtilsBean doesn't handle conversion to String correctly - thanks to Josef Cacek Modified: jakarta/commons/proper/beanutils/trunk/src/j

[jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread Oliver Zeigermann (JIRA)
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503436 ] Oliver Zeigermann commented on TRANSACTION-16: -- Cool. That fits into ctx's picture. Maybe this cou

[jira] Commented: (BEANUTILS-283) ConvertUtilsBean doesn't handl conversion to String correctly

2007-06-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503431 ] Niall Pemberton commented on BEANUTILS-283: --- Sorry I mis-understood you're original post - you are corre

[jira] Updated: (BEANUTILS-283) ConvertUtilsBean doesn't handl conversion to String correctly

2007-06-11 Thread Josef Cacek (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josef Cacek updated BEANUTILS-283: -- Attachment: Test.java Sample app for reproducing bug. > ConvertUtilsBean doesn't handl conv

[jira] Commented: (BEANUTILS-283) ConvertUtilsBean doesn't handl conversion to String correctly

2007-06-11 Thread Josef Cacek (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503425 ] Josef Cacek commented on BEANUTILS-283: --- toString could be OK, but only if it's used for the right value. He

[dbutils] ResultSetIterator should utilize ResultSetHandler, not RowProcessor?

2007-06-11 Thread Mark Southern
ResultSetIterator can take a RowProcessor as an argument but then the RowProcessor.toArray() method is always used in ResultSetIterator.next(). If ResultSetIterator utilized a ResultSetHandler instead, it's handle() method could be invoked on next() and then the ResultSet row could be processed in

[jira] Commented: (BEANUTILS-283) ConvertUtilsBean doesn't handl conversion to String correctly

2007-06-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503413 ] Niall Pemberton commented on BEANUTILS-283: --- My understanding of String's toString() method is that it j

[jira] Created: (BEANUTILS-283) ConvertUtilsBean doesn't handl conversion to String correctly

2007-06-11 Thread Josef Cacek (JIRA)
ConvertUtilsBean doesn't handl conversion to String correctly - Key: BEANUTILS-283 URL: https://issues.apache.org/jira/browse/BEANUTILS-283 Project: Commons BeanUtils Issue Type: Bu

[jira] Created: (JXPATH-88) Add getPrefix(String namespaceURI) to JXPathContext

2007-06-11 Thread Sergey Vladimirov (JIRA)
Add getPrefix(String namespaceURI) to JXPathContext --- Key: JXPATH-88 URL: https://issues.apache.org/jira/browse/JXPATH-88 Project: Commons JXPath Issue Type: Improvement Affects Versions:

[nightly build] logging failed.

2007-06-11 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070611/logging.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r546121 - in /jakarta/commons/proper/jci/trunk: ./ assembly/ assembly/src/ assembly/src/assembly/ compilers/eclipse/ compilers/groovy/ compilers/janino/ compilers/javac/ compilers/rhino/ c

2007-06-11 Thread tcurdt
Author: tcurdt Date: Mon Jun 11 05:23:17 2007 New Revision: 546121 URL: http://svn.apache.org/viewvc?view=rev&rev=546121 Log: sort of working assembly construction Added: jakarta/commons/proper/jci/trunk/assembly/ jakarta/commons/proper/jci/trunk/assembly/pom.xml (with props) jakar

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2007-06-11 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects 1

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2007-06-11 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects 1

[jira] Commented: (BEANUTILS-282) BigDecimalLocaleConverter returns Long object

2007-06-11 Thread Josef Cacek (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503361 ] Josef Cacek commented on BEANUTILS-282: --- Yes I use the latest release 1.7.0, I will try the nightly build. T

[jira] Commented: (BEANUTILS-282) BigDecimalLocaleConverter returns Long object

2007-06-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503356 ] Niall Pemberton commented on BEANUTILS-282: --- I assume you are looking at the source for the 1.7 release

[jira] Created: (BEANUTILS-282) BigDecimalLocaleConverter returns Long object

2007-06-11 Thread Josef Cacek (JIRA)
BigDecimalLocaleConverter returns Long object - Key: BEANUTILS-282 URL: https://issues.apache.org/jira/browse/BEANUTILS-282 Project: Commons BeanUtils Issue Type: Bug Components: Locale B

[jira] Commented: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503336 ] Dennis Thrysøe commented on TRANSACTION-16: --- Oliver: dk.cmd.xa.* and dk.cmd.clone.* has to do with im

[jira] Issue Comment Edited: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503335 ] Dennis Thrysøe edited comment on TRANSACTION-16 at 6/11/07 2:04 AM: Attached

[jira] Updated: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Thrysøe updated TRANSACTION-16: -- Attachment: buzz.zip Attached a new version where I removed the irrelavant stuff, a

[jira] Updated: (TRANSACTION-16) TX collections / TX object model

2007-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Thrysøe updated TRANSACTION-16: -- Attachment: (was: buzz.zip) > TX collections / TX object model > --