[jira] Created: (VFS-130) Unable to write to home directory on Windows

2007-05-10 Thread Matt Casters (JIRA)
Unable to write to home directory on Windows Key: VFS-130 URL: https://issues.apache.org/jira/browse/VFS-130 Project: Commons VFS Issue Type: Bug Affects Versions: 1.0 Environment:

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

2007-05-10 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

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

2007-05-10 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

[jira] Created: (VFS-131) [VFS] Wrong error message when FTP login failed

2007-05-10 Thread Dmitry Negoda (JIRA)
[VFS] Wrong error message when FTP login failed --- Key: VFS-131 URL: https://issues.apache.org/jira/browse/VFS-131 Project: Commons VFS Issue Type: Bug Affects Versions: 1.0

[jira] Commented: (CONFIGURATION-268) XMLConfiguration does not fully support disabled delimiter parsing

2007-05-10 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494703 ] Emmanuel Bourg commented on CONFIGURATION-268: -- That looks a bit weird to introduce a secondary

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

2007-05-10 Thread JIRA
ArrayUtils.toClass -- Key: LANG-333 URL: https://issues.apache.org/jira/browse/LANG-333 Project: Commons Lang Issue Type: Improvement Reporter: Jörg Gottschling ArrayUtils should have a Method toClass(array :

RE: [DBCP] PerUserPoolDataSource

2007-05-10 Thread Srinath Narasimhan
Thanks. I updated again and I have it. -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 9:39 PM To: Jakarta Commons Developers List Subject: Re: [DBCP] PerUserPoolDataSource They are there in the datasources package, e.g.

[DBCP] CPDSConnectionFactory and KeyedCPDSConnectionFactory

2007-05-10 Thread Srinath Narasimhan
Hi The connectionClosed method in the CPDSConnectionFactory classes has a closing down connection error message. This message is not really useful because it does not tell which connection and why the message is coming out. Does it make sense to expand this message into saying more details about

[jira] Closed: (VFS-131) [VFS] Wrong error message when FTP login failed

2007-05-10 Thread Dmitry Negoda (JIRA)
[ https://issues.apache.org/jira/browse/VFS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Negoda closed VFS-131. - Resolution: Fixed Fix Version/s: Nightly Builds This bug is absent from the snapshot version of VFS.

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

2007-05-10 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

2007-05-10 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-fmt-test (in module commons-jelly) failed

2007-05-10 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration.

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

2007-05-10 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration.

[Jakarta-commons Wiki] Update of TLPResolution by LucMaisonobe

2007-05-10 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 LucMaisonobe: http://wiki.apache.org/jakarta-commons/TLPResolution The comment on the change is: added myself

[Jakarta-commons Wiki] Update of TLPResolution by JoergPietschmann

2007-05-10 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 JoergPietschmann: http://wiki.apache.org/jakarta-commons/TLPResolution

Re: [logging] JCL in SLF4J flavour - a demo for discussion

2007-05-10 Thread simon.kitching
Sebastiaan van Erk [EMAIL PROTECTED] wrote: 2) It would be nice to have formatting of log messages as SLF4J has with the MessageFormat api. In combination with varargs (java5); this makes for a really flexible logging mechanism which makes the code much more concise and avoids

[jira] Created: (DBCP-218) basicDataSource.setLoginTimeout(n) not work?

2007-05-10 Thread Bill Liu (JIRA)
basicDataSource.setLoginTimeout(n) not work? Key: DBCP-218 URL: https://issues.apache.org/jira/browse/DBCP-218 Project: Commons Dbcp Issue Type: Bug Affects Versions: 1.2.2

[jira] Created: (DBCP-219) how to kill a connection from the connection pool without shutting down the connection pool

2007-05-10 Thread Bill Liu (JIRA)
how to kill a connection from the connection pool without shutting down the connection pool --- Key: DBCP-219 URL: https://issues.apache.org/jira/browse/DBCP-219

[jira] Created: (DBCP-220) Is there any UI developed for the connection pool?

2007-05-10 Thread Bill Liu (JIRA)
Is there any UI developed for the connection pool? -- Key: DBCP-220 URL: https://issues.apache.org/jira/browse/DBCP-220 Project: Commons Dbcp Issue Type: New Feature Affects Versions:

[jira] Created: (DBCP-221) How to close the connection pool without shutting down the JVM while there are connections being used?

2007-05-10 Thread Bill Liu (JIRA)
How to close the connection pool without shutting down the JVM while there are connections being used? -- Key: DBCP-221 URL:

[jira] Created: (DBCP-222) Does DBCP closes unclosed PreparedStatement or resultset?

2007-05-10 Thread Bill Liu (JIRA)
Does DBCP closes unclosed PreparedStatement or resultset? - Key: DBCP-222 URL: https://issues.apache.org/jira/browse/DBCP-222 Project: Commons Dbcp Issue Type: Bug Affects

[jira] Created: (DBCP-223) Auto-alert of connection pool critical events?

2007-05-10 Thread Bill Liu (JIRA)
Auto-alert of connection pool critical events? -- Key: DBCP-223 URL: https://issues.apache.org/jira/browse/DBCP-223 Project: Commons Dbcp Issue Type: New Feature Affects Versions: 1.2.2

[jira] Updated: (DBCP-218) basicDataSource.setLoginTimeout(n) not work?

2007-05-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated DBCP-218: - Affects Version/s: 1.1 1.2 1.2.1 Fix Version/s: 1.3

[jira] Updated: (DBCP-223) Auto-alert of connection pool critical events?

2007-05-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated DBCP-223: - There are no current or planned features for this kind of thing, though improved logging has been discussed.

[Jakarta-commons Wiki] Update of DBCP by PhilSteitz

2007-05-10 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 PhilSteitz: http://wiki.apache.org/jakarta-commons/DBCP The comment on the change is: Removed obsolete reference

[jira] Updated: (DBCP-221) How to close the connection pool without shutting down the JVM while there are connections being used?

2007-05-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated DBCP-221: - Fix Version/s: 1.3 Behavior here is determined by the underlying pool. In the case of commons pool's

[jira] Resolved: (DBCP-222) Does DBCP closes unclosed PreparedStatement or resultset?

2007-05-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-222. -- Resolution: Invalid Questions such as this should be directed to the commons-user mailing list. I am

[jira] Resolved: (DBCP-220) Is there any UI developed for the connection pool?

2007-05-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-220. -- Resolution: Won't Fix A management UI is out of scope for commons dbcp or pool. We want to keep these