[jira] Created: (VFS-171) How much time it will take to release new jar (commons-vfs-1.0.jar) that has support for webdev and smb because currently webdev and smb are in sandbox

2007-07-22 Thread vikas (JIRA)
How much time it will take to release new jar (commons-vfs-1.0.jar) that has support for webdev and smb because currently webdev and smb are in sandbox -

svn commit: r558593 - in /jakarta/commons/sandbox/performance/trunk: ./ src/java/org/apache/commons/performance/pool/

2007-07-22 Thread psteitz
Author: psteitz Date: Sun Jul 22 20:21:37 2007 New Revision: 558593 URL: http://svn.apache.org/viewvc?view=rev&rev=558593 Log: Initial commit - pool + README Added: jakarta/commons/sandbox/performance/trunk/README.txt jakarta/commons/sandbox/performance/trunk/build-pool.xml jakarta/co

svn commit: r558588 - /jakarta/commons/sandbox/performance/trunk/build-dbcp.xml

2007-07-22 Thread psteitz
Author: psteitz Date: Sun Jul 22 19:37:09 2007 New Revision: 558588 URL: http://svn.apache.org/viewvc?view=rev&rev=558588 Log: Fixed config file name. Modified: jakarta/commons/sandbox/performance/trunk/build-dbcp.xml Modified: jakarta/commons/sandbox/performance/trunk/build-dbcp.xml URL: h

[logging] 1.1.1-SNAPSHOT deployed to the snapshot repository

2007-07-22 Thread Dennis Lundberg
Hi There is now a 1.1.1-SNAPSHOT of commons-logging in the Apache snapshot repository: http://people.apache.org/repo/m2-snapshot-repository/commons-logging/commons-logging/1.1.1-SNAPSHOT/ Please have a look at it. We still need to figure out how to get the api and adapter jars to be deployed

Re: Commons Logging 1.1.1 - when?

2007-07-22 Thread Dennis Lundberg
Sullivan, Sean wrote: Are there plans to release Commons Logging 1.1.1? I am eager to see Commons Logging 1.1.1 because JCL 1.1 throws exceptions when running in a Java applet sandbox. (This bug is already fixed: https://issues.apache.org/jira/browse/LOGGING-106) The roadmap shows 4 issues th

Re: [logging] Running tests on earlier JVMs

2007-07-22 Thread Dennis Lundberg
Dennis Lundberg wrote: Robert Burrell Donkin wrote: (fetchmail->jsieve->IMAP is now working fine for me in JAMES and i've stopped buggy FETCH response crashing evolution so but i won't have access to my old mail until i've rewritten the backend so that it will perform against big message sets. i

svn commit: r558567 - /jakarta/commons/proper/logging/trunk/pom.xml

2007-07-22 Thread dennisl
Author: dennisl Date: Sun Jul 22 17:20:03 2007 New Revision: 558567 URL: http://svn.apache.org/viewvc?view=rev&rev=558567 Log: - Add an antrun execution to copy site resources. - Set the scope of servlet-api to provided. - Add the jdepend-maven-plugin report. - Set maven.compile.target to 1.1 to m

svn commit: r558565 - /jakarta/commons/proper/logging/trunk/build-testing.xml

2007-07-22 Thread dennisl
Author: dennisl Date: Sun Jul 22 16:58:45 2007 New Revision: 558565 URL: http://svn.apache.org/viewvc?view=rev&rev=558565 Log: Add instructions that we have to run Ant without the JIT compiler to get around bugs in early JVMs. Modified: jakarta/commons/proper/logging/trunk/build-testing.xml

svn commit: r558564 - /jakarta/commons/proper/logging/trunk/build-testing.xml

2007-07-22 Thread dennisl
Author: dennisl Date: Sun Jul 22 16:20:07 2007 New Revision: 558564 URL: http://svn.apache.org/viewvc?view=rev&rev=558564 Log: Exclude the security tests because they rely on the MockSecurityManager that uses code that was first introduced in Java 1.4. Modified: jakarta/commons/proper/loggin

Re: [logging] Running tests on earlier JVMs

2007-07-22 Thread Dennis Lundberg
Robert Burrell Donkin wrote: (fetchmail->jsieve->IMAP is now working fine for me in JAMES and i've stopped buggy FETCH response crashing evolution so but i won't have access to my old mail until i've rewritten the backend so that it will perform against big message sets. in short, i think i'm get

svn commit: r558551 - in /jakarta/commons/sandbox/performance/trunk: ./ src/java/org/apache/commons/performance/ src/java/org/apache/commons/performance/dbcp/

2007-07-22 Thread psteitz
Author: psteitz Date: Sun Jul 22 14:19:48 2007 New Revision: 558551 URL: http://svn.apache.org/viewvc?view=rev&rev=558551 Log: Moved ConfigurationException to performance package Renamed build.xml, config.xml to *-dbcp Made peak and min mean load both configurable Fixed some errors in ClientThread

[jira] Commented: (CONFIGURATION-285) does not report parsing errors in local-configuration.xml

2007-07-22 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514507 ] Oliver Heger commented on CONFIGURATION-285: I follow your argumentation in principle, but I don't

[jira] Commented: (POOL-97) EVICTION_TIMER is never cancelled.

2007-07-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514497 ] Phil Steitz commented on POOL-97: - A more conservative solution would be to revert to the pool 1.2 setup where the Evic

[jira] Commented: (POOL-97) EVICTION_TIMER is never cancelled.

2007-07-22 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/POOL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514495 ] Robert Burrell Donkin commented on POOL-97: --- This fix breaks binary compatibility but only at package private

[jira] Commented: (CONFIGURATION-285) does not report parsing errors in local-configuration.xml

2007-07-22 Thread JIRA
[ https://issues.apache.org/jira/browse/CONFIGURATION-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514493 ] Thorbjørn Ravn Andersen commented on CONFIGURATION-285: --- Thank you for adding this exten

Re: [logging] Running tests on earlier JVMs

2007-07-22 Thread Robert Burrell Donkin
(fetchmail->jsieve->IMAP is now working fine for me in JAMES and i've stopped buggy FETCH response crashing evolution so but i won't have access to my old mail until i've rewritten the backend so that it will perform against big message sets. in short, i think i'm getting commons mail ok but i'm sh

svn commit: r558495 - in /jakarta/commons/proper/transaction/branches/TRANSACTION_2/src: java/org/apache/commons/transaction/ java/org/apache/commons/transaction/locking/ java/org/apache/commons/trans

2007-07-22 Thread ozeigermann
Author: ozeigermann Date: Sun Jul 22 08:24:54 2007 New Revision: 558495 URL: http://svn.apache.org/viewvc?view=rev&rev=558495 Log: Added Apache headers to all files where it was missing Modified: jakarta/commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transactio

[jira] Closed: (TRANSACTION-2) [transaction] FileHelper is not thread safe

2007-07-22 Thread Oliver Zeigermann (JIRA)
[ https://issues.apache.org/jira/browse/TRANSACTION-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Zeigermann closed TRANSACTION-2. --- > [transaction] FileHelper is not thread safe > --

svn commit: r558494 - in /jakarta/commons/proper/transaction/branches/TRANSACTION_2/src: java/org/apache/commons/transaction/ java/org/apache/commons/transaction/locking/ java/org/apache/commons/trans

2007-07-22 Thread ozeigermann
Author: ozeigermann Date: Sun Jul 22 08:16:04 2007 New Revision: 558494 URL: http://svn.apache.org/viewvc?view=rev&rev=558494 Log: Major refeactoring to - allow for new type of lock manager - allow operations on multiple transaction resource managers inside a single transaction Added: jakar

[jira] Commented: (DBCP-152) [DBCP] add a socketFactory attribute to BasicDataSource (to allow SSL "thread"-safe)

2007-07-22 Thread Ralf Hauser (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514474 ] Ralf Hauser commented on DBCP-152: -- Dain, thx for your explanations. Unfortunately, it appears that "JSR 221: JDBCT

svn commit: r558476 - /jakarta/commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/resource/ResourceEvent.java

2007-07-22 Thread ozeigermann
Author: ozeigermann Date: Sun Jul 22 05:28:34 2007 New Revision: 558476 URL: http://svn.apache.org/viewvc?view=rev&rev=558476 Log: Added method to access affected resource Modified: jakarta/commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/resource/Res

svn commit: r558475 - /jakarta/commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/resource/StreamableResource.java

2007-07-22 Thread ozeigermann
Author: ozeigermann Date: Sun Jul 22 05:27:57 2007 New Revision: 558475 URL: http://svn.apache.org/viewvc?view=rev&rev=558475 Log: Added method to remove a property Modified: jakarta/commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/resource/Streamable

[jira] Created: (TRANSACTION-20) Create a new type of lock manager

2007-07-22 Thread Oliver Zeigermann (JIRA)
Create a new type of lock manager - Key: TRANSACTION-20 URL: https://issues.apache.org/jira/browse/TRANSACTION-20 Project: Commons Transaction Issue Type: New Feature Affects Versions: 2.0 Repo

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

2007-07-22 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-22 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-util (in module commons-jelly) failed

2007-07-22 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-22 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-22 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-22 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] Created: (CLI-137) Change of behaviour 1.0 -> 1.1

2007-07-22 Thread Russel Winder (JIRA)
Change of behaviour 1.0 -> 1.1 -- Key: CLI-137 URL: https://issues.apache.org/jira/browse/CLI-137 Project: Commons CLI Issue Type: Bug Environment: Ubuntu 7.04 Feisty Fawn (JDK 1.6.0) + Commons CLI 1.0 an