DO NOT REPLY [Bug 33001] - [digester] Make available

2005-01-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33001] - [digester] Make available

2005-01-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33001] - [digester] Make available

2005-01-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[jira] Commented: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=comments#action_57436 ] Marc DeXeT commented on JELLY-193: -- I mean : ** ** > Custom Function Tag > --- > > Key: J

[jira] Commented: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=comments#action_57435 ] Marc DeXeT commented on JELLY-193: -- Paul, It's late but... :) Function Tag seems to me more explicit : - you can define several function without defining lib. - each funct

[jira] Commented: (JELLY-193) Custom Function Tag

2005-01-08 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=comments#action_57434 ] Paul Libbrecht commented on JELLY-193: -- Marc, Can you also support a parameter form that's an XML-element so that a documentation can be written in (hence read out by s

Re: [IO] Java 1.4 Dependency

2005-01-08 Thread Stephen Colebourne
No, this is not intentional and should be fixed. Stephen - Original Message - From: "Gary Gregory" <[EMAIL PROTECTED]> Hello, I notice that [IO] 1.1-dev in CVS must be compiled with Java 1.4. Is this intentional? It was not the case for 1.0. This locks my real work out from using it sin

cvs commit: jakarta-commons/chain/xdocs cookbook.xml

2005-01-08 Thread jmitchell
jmitchell2005/01/08 11:54:16 Modified:chain/xdocs cookbook.xml Log: Fix simply typo Revision ChangesPath 1.3 +1 -1 jakarta-commons/chain/xdocs/cookbook.xml Index: cookbook.xml === RCS file

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain Filter.java

2005-01-08 Thread jmitchell
jmitchell2005/01/08 11:53:02 Modified:chain/src/java/org/apache/commons/chain Filter.java Log: Fix simply typo Revision ChangesPath 1.7 +2 -2 jakarta-commons/chain/src/java/org/apache/commons/chain/Filter.java Index: Filter.java

cvs commit: jakarta-commons/transaction RELEASE-NOTES.txt

2005-01-08 Thread ozeigermann
ozeigermann2005/01/08 11:49:00 Modified:transaction RELEASE-NOTES.txt Log: Adjusted release notes to current status Revision ChangesPath 1.11 +1 -0 jakarta-commons/transaction/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt

cvs commit: jakarta-commons/transaction RELEASE-NOTES.txt

2005-01-08 Thread ozeigermann
ozeigermann2005/01/08 11:48:31 Modified:transaction RELEASE-NOTES.txt Log: Adjusted release notes to current status Revision ChangesPath 1.10 +16 -7 jakarta-commons/transaction/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt

[transaction] Status

2005-01-08 Thread Oliver Zeigermann
Folks, for anyone interested this is the current status report of commons transaction: 1.1 heading to beta1 -- Concerning my work the API extensions for 1.1 have been finished. Same thing for new features like - deadlock detection (hopefully, this was a major pain in

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/locking MultiLevelLock2.java GenericLock.java

2005-01-08 Thread ozeigermann
ozeigermann2005/01/08 11:22:48 Modified:transaction/src/java/org/apache/commons/transaction/locking GenericLock.java Added: transaction/src/java/org/apache/commons/transaction/locking MultiLevelLock2.java Log: Introduced new int

[jira] Updated: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=history ] Marc DeXeT updated JELLY-193: - Attachment: patch.function.test.txt Unit tests > Custom Function Tag > --- > > Key: JELLY-193 > URL: http://issues.apache.org/ji

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java

2005-01-08 Thread ozeigermann
ozeigermann2005/01/08 11:02:34 Modified:transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java Log: Minor comment Revision ChangesPath 1.16 +4 -13 jakarta-commons/transaction/src/java/org/apache/commons/transa

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/locking ReadWriteUpgradeLock.java

2005-01-08 Thread ozeigermann
ozeigermann2005/01/08 10:57:38 Modified:transaction/src/java/org/apache/commons/transaction/locking ReadWriteUpgradeLock.java Log: Adapted to new GenericLockManager layout Revision ChangesPath 1.2 +10 -10 jakarta-commons/transaction/src/j

cvs commit: jakarta-commons/transaction/src/test/org/apache/commons/transaction/locking GenericLockTest.java

2005-01-08 Thread ozeigermann
ozeigermann2005/01/08 10:56:03 Modified:transaction/src/test/org/apache/commons/transaction/locking GenericLockTest.java Log: Added tests for indirect deadlocks and mean chaos test with many threads Revision ChangesPath 1.11 +317 -6 jakart

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java

2005-01-08 Thread ozeigermann
ozeigermann2005/01/08 10:55:09 Modified:transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java Log: - Moved management for waiters into GenericLock - Fixed deadlock detection to find indirect deadlocks as well by traversing the

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/locking GenericLock.java

2005-01-08 Thread ozeigermann
ozeigermann2005/01/08 10:53:18 Modified:transaction/src/java/org/apache/commons/transaction/locking GenericLock.java Log: Added extended means for waiter management Revision ChangesPath 1.10 +109 -37 jakarta-commons/transaction/src/java/org

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/locking LockManager2.java

2005-01-08 Thread ozeigermann
ozeigermann2005/01/08 10:52:23 Modified:transaction/src/java/org/apache/commons/transaction/locking LockManager2.java Log: Augmented with method for global timeout start Revision ChangesPath 1.3 +18 -4 jakarta-commons/transaction/src/jav

[jira] Updated: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=history ] Marc DeXeT updated JELLY-193: - Attachment: patch.function.txt Patch for util lib. > Custom Function Tag > --- > > Key: JELLY-193 > URL: http://issues.apache.

[jira] Created: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
Custom Function Tag --- Key: JELLY-193 URL: http://issues.apache.org/jira/browse/JELLY-193 Project: jelly Type: Improvement Components: taglib.util Versions: 1.0 Reporter: Marc DeXeT Priority: Minor Attachments: patch.function.tes

DO NOT REPLY [Bug 33014] - [dbcp] setReadOnly always being called

2005-01-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[IO] Java 1.4 Dependency

2005-01-08 Thread Gary Gregory
Hello, I notice that [IO] 1.1-dev in CVS must be compiled with Java 1.4. Is this intentional? It was not the case for 1.0. This locks my real work out from using it since we have customers that still have 1.3.1 as their requirement. Gary

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/generic DispatchLookupCommandTestCase.java

2005-01-08 Thread jmitchell
jmitchell2005/01/08 10:02:28 Modified:chain/src/java/org/apache/commons/chain/generic LookupCommand.java Added: chain/src/java/org/apache/commons/chain/generic DispatchLookupCommand.java chain/src/test/org/apache/comm

DO NOT REPLY [Bug 33014] New: - setReadOnly always being called

2005-01-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32925] - [digester] XML Rule for stack param takes useless boolean instead of int arg

2005-01-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: commons-logging auto-detection

2005-01-08 Thread Dennis Lundberg
robert burrell donkin wrote: On 7 Jan 2005, at 08:43, Paul Libbrecht wrote: Le 6 janv. 05, à 22:46, robert burrell donkin a écrit : given the extra layer proposed, the discovery/configuration mechanism that should be employed for the JVM would be set by a system property Careful to offer one alte

Re: commons-logging auto-detection

2005-01-08 Thread robert burrell donkin
On 7 Jan 2005, at 08:43, Paul Libbrecht wrote: Le 6 janv. 05, à 22:46, robert burrell donkin a écrit : given the extra layer proposed, the discovery/configuration mechanism that should be employed for the JVM would be set by a system property Careful to offer one alternative to system properties..

cvs commit: jakarta-commons/httpclient/xdocs navigation.xml applications.xml

2005-01-08 Thread olegk
olegk 2005/01/08 03:41:48 Modified:httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH navigation.xml Removed: httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH applications.xml Log: List of HttpClient powered apps moved to HttpClient Wiki

cvs commit: jakarta-commons/httpclient/xdocs applications.xml

2005-01-08 Thread olegk
olegk 2005/01/08 03:40:34 Removed: httpclient/xdocs applications.xml Log: List of HttpClient powered apps moved to HttpClient Wiki - To unsubscribe, e

cvs commit: jakarta-commons/httpclient/xdocs navigation.xml

2005-01-08 Thread olegk
olegk 2005/01/08 03:38:04 Modified:httpclient/xdocs navigation.xml Log: List of HttpClient powered apps moved to HttpClient Wiki Revision ChangesPath 1.16 +2 -2 jakarta-commons/httpclient/xdocs/nav

[jira] Commented: (JELLY-192) Graphical jelly script viewer

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-192?page=comments#action_57418 ] Marc DeXeT commented on JELLY-192: -- Jelly editor in the mevenide eclipse plugin it's what I use, not what I mean. Mevenide jelly editor help you (a lot) on very little scope

DO NOT REPLY [Bug 32925] - [digester] XML Rule for stack param takes useless boolean instead of int arg

2005-01-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33001] - [digester] Make available

2005-01-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu