Re: [DBCP] Remove SQLNestedException

2007-07-24 Thread Phil Steitz
On 7/24/07, Rahul Akolkar <[EMAIL PROTECTED]> wrote: On 7/24/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: > On Jul 24, 2007, at 7:56 AM, Phil Steitz wrote: > > > On 7/23/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: > >> > >> So, should we drop SQLNestedException? > > > > This is tempting, but

Re: [nightly build] dbcp failed.

2007-07-24 Thread Phil Steitz
Should be fixed now. The nightlies run the m1 build and that needs the transitive dependencies to be specified. We could change the nightly to m2, but I think it is a good idea to keep the m1 build working for now and the nightly can alter us if we break it. Phil -

svn commit: r559315 - /jakarta/commons/proper/dbcp/trunk/project.xml

2007-07-24 Thread psteitz
Author: psteitz Date: Tue Jul 24 21:45:13 2007 New Revision: 559315 URL: http://svn.apache.org/viewvc?view=rev&rev=559315 Log: Added transitive dependencies needed by m1 build. Modified: jakarta/commons/proper/dbcp/trunk/project.xml Modified: jakarta/commons/proper/dbcp/trunk/project.xml URL

Re: Moderator volunteer?

2007-07-24 Thread Henri Yandell
On 7/24/07, Phil Steitz <[EMAIL PROTECTED]> wrote: On 7/24/07, Henri Yandell <[EMAIL PROTECTED]> wrote: > Thanks Phil :) > NP. Impressive response time by Brett. Almost as impressive as the spammers. Now if I can just determine which commons component will help this poor soul get the money he

[jira] Reopened: (FILEUPLOAD-140) Means to preserve text parameters when upload limit exceeded

2007-07-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell reopened FILEUPLOAD-140: -- Reopening as there's a post-close comment on there. > Means to preserve text parameter

[jira] Commented: (FILEUPLOAD-141) Remove FileItems if FileUploadBase.parseRequest() fails

2007-07-24 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515107 ] Paul Benedict commented on FILEUPLOAD-141: -- Here's a past ticket from Struts on the very issue: https://

Re: [configuration][all] Support for OS environment variables

2007-07-24 Thread Wade Chandler
Well, deprecated doesn't mean gone. So, if it was undeprecated in 1.5 then I wouldn't consider it deprecated in earlier versions any more. I would just consider it a goofy warning to deal with. At least that is the way I would look at that. Then, I also don't look at deprecated to mean don't "ever"

Re: Moderator volunteer?

2007-07-24 Thread Phil Steitz
On 7/24/07, Henri Yandell <[EMAIL PROTECTED]> wrote: Thanks Phil :) NP. Impressive response time by Brett. Almost as impressive as the spammers. Now if I can just determine which commons component will help this poor soul get the money he is owed;-) Phil --

Re: [configuration][all] Support for OS environment variables

2007-07-24 Thread Oliver Heger
Wade Chandler wrote: Sure, but not from a configuration perspective. For instance, if daemon used configuration for a configuration file it could be easier to use. Provide multiple configuration files with your distribution which allows users to more easily install and uninstall services and oper

Re: Moderator volunteer?

2007-07-24 Thread Henri Yandell
Thanks Phil :) On 7/23/07, Brett Porter <[EMAIL PROTECTED]> wrote: swapped :) On 24/07/07, Phil Steitz <[EMAIL PROTECTED]> wrote: > I will do this. > > Phil > > On 7/23/07, Henri Yandell <[EMAIL PROTECTED]> wrote: > > Is there anyone who could volunteer to moderate the list? > > > > I'm looking

Re: [nightly build] dbcp failed.

2007-07-24 Thread Henri Yandell
3:03 AM, Phil Steitz wrote: > > > Failed build logs: > > http://vmbuild.apache.org/~commons/nightly/logs//20070724/dbcp.log > > - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: File upload

2007-07-24 Thread Rahul Akolkar
On 7/24/07, Hetal Varma <[EMAIL PROTECTED]> wrote: Hi, I want a code for uploading a file to the location (that should be user specific means user select at runtime- on the server). This list is for development discussions related to Commons components. Please try the user list instead for u

File upload

2007-07-24 Thread Hetal Varma
Hi, I want a code for uploading a file to the location (that should be user specific means user select at runtime- on the server). Please help me. Thank You.

Re: [nightly build] dbcp failed.

2007-07-24 Thread Rahul Akolkar
On 7/24/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: Can anyone else reproduce this failure? Yes (XP, Tiger, m102). -Rahul -dain On Jul 24, 2007, at 3:03 AM, Phil Steitz wrote: > Failed build logs: > http://vmbuild.apache.org/~commons/nightly/logs//20070

Re: [DBCP] Remove SQLNestedException

2007-07-24 Thread Rahul Akolkar
On 7/24/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: On Jul 24, 2007, at 7:56 AM, Phil Steitz wrote: > On 7/23/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: >> >> So, should we drop SQLNestedException? > > This is tempting, but it breaks backward compatibility, so we should > probably deprec

[dbcp] svn props (was: svn commit: r558884)

2007-07-24 Thread Rahul Akolkar
On 7/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: dain Date: Mon Jul 23 15:28:37 2007 New Revision: 558884 URL: http://svn.apache.org/viewvc?view=rev&rev=558884 Log: DBCP-221 Changed BasicDataSource.close() to permanently mark the data source as closed. At close all idle connect

svn commit: r559136 - /jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml

2007-07-24 Thread dain
Author: dain Date: Tue Jul 24 10:48:05 2007 New Revision: 559136 URL: http://svn.apache.org/viewvc?view=rev&rev=559136 Log: Added note about fix to BasicDataSource.close() Modified: jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/dbcp/trunk/xdocs/changes.

Re: [DBCP] Remove SQLNestedException

2007-07-24 Thread Dain Sundstrom
On Jul 24, 2007, at 7:56 AM, Phil Steitz wrote: On 7/23/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: DBCP-143 talks about problem with propagation of SQLNestedException to clients and the comment suggests a conversion to normal Java nested exception when we switch to Java 1.4. Since we made t

svn commit: r559128 - /jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml

2007-07-24 Thread dain
Author: dain Date: Tue Jul 24 10:35:02 2007 New Revision: 559128 URL: http://svn.apache.org/viewvc?view=rev&rev=559128 Log: Added change log note on the deprecation of SQLNestedException Modified: jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/dbcp/trunk

[jira] Updated: (DBCP-143) [dbcp] SQLNestedException thrown by server causes client ClassNotFoundException.

2007-07-24 Thread Dain Sundstrom (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dain Sundstrom updated DBCP-143: Fix Version/s: (was: 1.3) 1.4 SQLNestedException has been deprecated in 1.3 an

svn commit: r559119 - /jakarta/commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/SQLNestedException.java

2007-07-24 Thread dain
Author: dain Date: Tue Jul 24 10:24:03 2007 New Revision: 559119 URL: http://svn.apache.org/viewvc?view=rev&rev=559119 Log: Deprecated SQLNestedException Modified: jakarta/commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/SQLNestedException.java Modified: jakarta/commons/proper/db

Re: [nightly build] dbcp failed.

2007-07-24 Thread Dain Sundstrom
Can anyone else reproduce this failure? -dain On Jul 24, 2007, at 3:03 AM, Phil Steitz wrote: Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070724/dbcp.log - To unsubscribe, e-mail: [EMAIL PROTECTED

[jira] Reopened: (FILEUPLOAD-141) Remove FileItems if FileUploadBase.parseRequest() fails

2007-07-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell reopened FILEUPLOAD-141: -- (Reopening as closed issues with ongoing conversations are too easy to lose track of)

Re: [configuration][all] Support for OS environment variables

2007-07-24 Thread Wade Chandler
Sure, but not from a configuration perspective. For instance, if daemon used configuration for a configuration file it could be easier to use. Provide multiple configuration files with your distribution which allows users to more easily install and uninstall services and operate on them without rem

Re: [DBCP] Remove SQLNestedException

2007-07-24 Thread Phil Steitz
On 7/23/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: DBCP-143 talks about problem with propagation of SQLNestedException to clients and the comment suggests a conversion to normal Java nested exception when we switch to Java 1.4. Since we made the leap, I did a bit of refactoring to remove this

[jira] Issue Comment Edited: (FILEUPLOAD-141) Remove FileItems if FileUploadBase.parseRequest() fails

2007-07-24 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514940 ] Paul Benedict edited comment on FILEUPLOAD-141 at 7/24/07 4:12 AM: --- That's why

[jira] Commented: (FILEUPLOAD-141) Remove FileItems if FileUploadBase.parseRequest() fails

2007-07-24 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514940 ] Paul Benedict commented on FILEUPLOAD-141: -- That's why it should be an option. Adding a boolean property

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

2007-07-24 Thread commons-jelly-tags-jaxme 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-jaxme has an issue affecting its community integration. This

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

2007-07-24 Thread commons-jelly-tags-jaxme 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-jaxme has an issue affecting its community integration. This

[nightly build] dbcp failed.

2007-07-24 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070724/dbcp.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2007-07-24 Thread commons-jelly-tags-util 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-util has an issue affecting its community integration. This i

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

2007-07-24 Thread commons-jelly-tags-util 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-util has an issue affecting its community integration. This i

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

2007-07-24 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-07-24 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: (FILEUPLOAD-141) Remove FileItems if FileUploadBase.parseRequest() fails

2007-07-24 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514923 ] Jochen Wiedmann commented on FILEUPLOAD-141: The fact that you want the files to be deleted is, IMO,

[jira] Commented: (FILEUPLOAD-141) Remove FileItems if FileUploadBase.parseRequest() fails

2007-07-24 Thread Marcus Klein (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514895 ] Marcus Klein commented on FILEUPLOAD-141: - I think that the commons-fileupload API is especially used in