RE: [digester] lowering logging level of a couple of messages...

2002-02-26 Thread Scott Sanders
+1, although you could turn that off since it is on the sax log rather than the normal. Scott -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 9:08 PM To: Jakarta Commons Developers List Subject: Re: [digester] lowering

[Commons] Testing sub-components

2002-02-26 Thread Morgan Delagrange
Hi all, In filling out some of the unit tests for Collections, I've noticed that there are quite a few tests and methods that are useful in a more general sense. For example: TestObject methods for testing equals() and hashCode() TestObject methods for performing Serialization in-memory

Re: [Commons] Testing sub-components

2002-02-26 Thread Henri Yandell
Leading to: Test: TestObject, TestSerialization, ... ??? On Tue, 26 Feb 2002, Daniel Rall wrote: Morgan Delagrange [EMAIL PROTECTED] writes: Right now, I'm not positive that there would be enough common operations to make it worthwhile, but I think it's worth considering. Perhaps:

Re: commons dbcp or pool problems

2002-02-26 Thread Craig R. McClanahan
On Tue, 26 Feb 2002, Juozas Baliuka wrote: Date: Tue, 26 Feb 2002 19:12:36 +0100 From: Juozas Baliuka [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: commons dbcp or

[AltRMI] (PATCH) BEEP wire

2002-02-26 Thread vinaysahil chandran
Hi Paul, Presenting the BEEP transport layer for AltRMI NEW PACKAGES: org.apache.commons.altrmi.client.impl.beep.* org.apache.commons.altrmi.server.impl.beep.* For now I have built an independent test suite(BeepClient/ServerTest), but I guess this can be merged onto

Re: [Commons] Testing sub-components

2002-02-26 Thread Morgan Delagrange
- Original Message - From: Henri Yandell [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 11:38 AM Subject: Re: [Commons] Testing sub-components Leading to: Test: TestObject, TestSerialization, ... ??? I'm not _positive_ what

cvs commit: jakarta-commons/collections/data/test FastHashMap.emptyCollection.version1.obj FastHashMap.fullCollection.version1.obj FastTreeMap.emptyCollection.version1.obj FastTreeMap.fullCollection.version1.obj LRUMap.emptyCollection.version2.obj LRUMap.fullCollection.version2.obj MultiHashMap.emptyCollection.version2.obj MultiHashMap.fullCollection.version2.obj SequencedHashMap.emptyCollection.version2.obj SequencedHashMap.fullCollection.version2.obj FastHashMap.emptyMap.version1.obj FastHashMap.fullMap.version1.obj FastTreeMap.emptyMap.version1.obj FastTreeMap.fullMap.version1.obj LRUMap.emptyMap.version2.obj LRUMap.fullMap.version2.obj MultiHashMap.emptyMap.version2.obj MultiHashMap.fullMap.version2.obj SequencedHashMap.emptyMap.version2.obj SequencedHashMap.fullMap.version2.obj

2002-02-26 Thread morgand
morgand 02/02/26 10:08:38 Added: collections/data/test FastHashMap.emptyCollection.version1.obj FastHashMap.fullCollection.version1.obj FastTreeMap.emptyCollection.version1.obj

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestMap.java TestObject.java

2002-02-26 Thread morgand
morgand 02/02/26 10:08:58 Modified:collections/src/test/org/apache/commons/collections TestMap.java TestObject.java Log: more generic name for serialized collections Revision ChangesPath 1.14 +8 -33

Re: [Commons] Testing sub-components

2002-02-26 Thread Henri Yandell
On Tue, 26 Feb 2002, Morgan Delagrange wrote: Leading to: Test: TestObject, TestSerialization, ... ??? I'm not _positive_ what you mean here. I think you're implying that there be a Test component where all these tests live. I'm not sure that's a good idea; I think it's best if

Re: [Commons] Testing sub-components

2002-02-26 Thread Michael A. Smith
On Tue, 26 Feb 2002, Morgan Delagrange wrote: Actually, I think the names below, which I drew from the current Collections test classes, are slightly misleading. I think there should be a TestObject test case, which tests the methods of Object. For most other tasks, we probably want a

Re: [Commons] Testing sub-components

2002-02-26 Thread Morgan Delagrange
- Original Message - From: Henri Yandell [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED]; Morgan Delagrange [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 12:14 PM Subject: Re: [Commons] Testing sub-components On Tue, 26 Feb 2002, Morgan Delagrange wrote:

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestList.java

2002-02-26 Thread morgand
morgand 02/02/26 10:45:46 Modified:collections/src/test/org/apache/commons/collections TestList.java Log: added compatibility tests Revision ChangesPath 1.8 +42 -4

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java

2002-02-26 Thread costin
costin 02/02/26 11:00:27 Modified:logging/src/java/org/apache/commons/logging LogFactory.java logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java Log: Deal with the posiblity that a commons-logging is loaded in a loader,

cvs commit: jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt TestBeanWriter.java

2002-02-26 Thread rdonkin
rdonkin 02/02/26 11:51:32 Modified:betwixt/src/java/org/apache/commons/betwixt XMLBeanInfo.java betwixt/src/java/org/apache/commons/betwixt/io BeanWriter.java betwixt/src/test/org/apache/commons/betwixt

Re: [Commons] Testing sub-components

2002-02-26 Thread Morgan Delagrange
- Original Message - From: Daniel Rall [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Cc: Morgan Delagrange [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 11:36 AM Subject: Re: [Commons] Testing sub-components Morgan Delagrange [EMAIL PROTECTED] writes:

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestMap.java TestObject.java

2002-02-26 Thread morgand
morgand 02/02/26 12:18:53 Modified:collections/src/test/org/apache/commons/collections Tag: collections_1_x_branch TestMap.java TestObject.java Log: merged with HEAD Revision ChangesPath No revision No

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestAll.java TestArrayList.java TestArrayStack.java TestCursorableLinkedList.java TestFastArrayList.java TestList.java

2002-02-26 Thread morgand
morgand 02/02/26 12:23:10 Modified:collections/src/test/org/apache/commons/collections Tag: collections_1_x_branch TestAll.java TestArrayList.java TestArrayStack.java TestCursorableLinkedList.java

cvs commit: jakarta-commons/collections/data/test ArrayStack.emptyCollection.version1.obj ArrayStack.fullCollection.version1.obj CursorableLinkedList.emptyCollection.version1.obj CursorableLinkedList.fullCollection.version1.obj FastArrayList.emptyCollection.version1.obj FastArrayList.fullCollection.version1.obj

2002-02-26 Thread morgand
morgand 02/02/26 12:27:31 Added: collections/data/test Tag: collections_1_x_branch ArrayStack.emptyCollection.version1.obj ArrayStack.fullCollection.version1.obj CursorableLinkedList.emptyCollection.version1.obj

cvs commit: jakarta-commons/collections/data/test ArrayStack.emptyCollection.version1.obj ArrayStack.fullCollection.version1.obj CursorableLinkedList.emptyCollection.version1.obj CursorableLinkedList.fullCollection.version1.obj FastArrayList.emptyCollection.version1.obj FastArrayList.fullCollection.version1.obj

2002-02-26 Thread morgand
morgand 02/02/26 12:31:23 Added: collections/data/test ArrayStack.emptyCollection.version1.obj ArrayStack.fullCollection.version1.obj CursorableLinkedList.emptyCollection.version1.obj

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestObject.java

2002-02-26 Thread morgand
morgand 02/02/26 12:52:17 Modified:collections/src/test/org/apache/commons/collections TestObject.java Log: if a collection is serializable, it should have a canonical version in CVS for compatibility testing Revision ChangesPath 1.9 +36

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections SingletonIterator.java

2002-02-26 Thread morgand
morgand 02/02/26 13:30:40 Modified:collections/src/java/org/apache/commons/collections SingletonIterator.java Log: Fixed javadoc error Revision ChangesPath 1.3 +5 -5

cvs commit: jakarta-commons/collections STATUS.html

2002-02-26 Thread morgand
morgand 02/02/26 13:34:03 Modified:collections STATUS.html Log: Added new 2.0 Collections and some of the missing 1.0 Collections Revision ChangesPath 1.11 +42 -1 jakarta-commons/collections/STATUS.html Index: STATUS.html

cvs commit: jakarta-commons/collections RELEASE-NOTES-2.0.txt

2002-02-26 Thread morgand
morgand 02/02/26 13:48:04 Removed: collections RELEASE-NOTES-2.0.txt Log: moved to RELEASE-NOTES-2.0.html -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/collections RELEASE-NOTES-2.0.html

2002-02-26 Thread morgand
morgand 02/02/26 13:56:22 Modified:collections RELEASE-NOTES-2.0.html Log: was missing documentation for 2 Bag classes Revision ChangesPath 1.2 +5 -0 jakarta-commons/collections/RELEASE-NOTES-2.0.html Index: RELEASE-NOTES-2.0.html

[COLLECTIONS] Collections 2.0 Release Digest (2/26/2002)

2002-02-26 Thread Morgan Delagrange
COLLECTIONS 2.0 DIGEST (02/26/2002) --- The following is a synopsis of the Collections 2.0 release effort to date. RELEASE NOTES DRAFT --- http://cvs.apache.org/viewcvs/jakarta-commons/collections/RELEASE-NOTES-2.0. html

cvs commit: jakarta-commons/collections RELEASE-NOTES-2.0.html

2002-02-26 Thread morgand
morgand 02/02/26 14:10:39 Modified:collections RELEASE-NOTES-2.0.html Log: put changed collections in alpha order Revision ChangesPath 1.3 +8 -6 jakarta-commons/collections/RELEASE-NOTES-2.0.html Index: RELEASE-NOTES-2.0.html

cvs commit: jakarta-commons-sandbox/util/src/java/org/apache/commons/util EnumerationIterator.java

2002-02-26 Thread bayard
bayard 02/02/26 14:24:57 Removed: util/src/java/org/apache/commons/util EnumerationIterator.java Log: This is a duplicate of a class in Collections (barely any difference), and with the move of CollectionsUtils over, is no longer needed here. -- To

Re: [COLLECTIONS] Collections 2.0 Release Digest (2/26/2002)

2002-02-26 Thread Henri Yandell
Poor communication on my part. Collections from the Commons UTIL package: Need to be integrated into Collections 2.0. Duplicates must be resolved. (IN PROGRESS?) This is done. It was an effect of adding a StringStack class and adding safeAddToMap method to MapUtils. Other duplicated

Re: [COLLECTIONS] Collections 2.0 Release Digest (2/26/2002)

2002-02-26 Thread Morgan Delagrange
- Original Message - From: Henri Yandell [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 4:25 PM Subject: Re: [COLLECTIONS] Collections 2.0 Release Digest (2/26/2002) Poor communication on my part. Collections from the

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/comparators ComparableComparator.java NumericStringComparator.java PackageNameComparator.java ReverseComparator.java UrlComparator.java

2002-02-26 Thread morgand
morgand 02/02/26 14:42:31 Added: collections/src/java/org/apache/commons/collections/comparators ComparableComparator.java NumericStringComparator.java PackageNameComparator.java ReverseComparator.java

cvs commit: jakarta-commons-sandbox/util/src/java/org/apache/commons/util/compare ComparableComparator.java NumericStringComparator.java package.html PackageNameComparator.java ReverseComparator.java UrlComparator.java

2002-02-26 Thread morgand
morgand 02/02/26 14:43:17 Removed: util/src/java/org/apache/commons/util/compare ComparableComparator.java NumericStringComparator.java package.html PackageNameComparator.java ReverseComparator.java

cvs commit: jakarta-commons-sandbox/daemon/src/native/unix/native Makefile.in jsvc-unix.c

2002-02-26 Thread jfclere
jfclere 02/02/26 13:31:49 Modified:daemon/src/native/unix/native Makefile.in jsvc-unix.c Log: The setuid/setgid in Linux only applies on the current thread therefore it must be done before starting the JVM. Note the prctl and syscall to handle the capabilities. Revision

cvs commit: jakarta-commons-sandbox/daemon/src/native/unix/native Tomcat.sh

2002-02-26 Thread jfclere
jfclere 02/02/26 14:22:04 Added: daemon/src/native/unix/native Tomcat.sh Log: rc like shell script to demonstrate the jsvc features. Revision ChangesPath 1.1 jakarta-commons-sandbox/daemon/src/native/unix/native/Tomcat.sh Index: Tomcat.sh

cvs commit: jakarta-commons/beanutils build.properties.sample

2002-02-26 Thread jefft
jefft 02/02/26 16:41:17 Modified:beanutils build.properties.sample Log: Parametrize home of commons-logging, instead of hardcoded /java Revision ChangesPath 1.5 +4 -1 jakarta-commons/beanutils/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-commons/digester build.properties.sample

2002-02-26 Thread jefft
jefft 02/02/26 16:50:33 Modified:digester build.properties.sample Log: Parametrize Commons projects' home directories, and default to ../project/dist, as the only portable assumption likely to be correct (for CVS users) Revision ChangesPath 1.4 +11 -4

RE: commons dbcp or pool problems

2002-02-26 Thread Aaron Smuts
I have a solution that will compile under both. It is running in production. I'll have something to show in a day or so. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 11:25 AM To: Jakarta Commons Developers List; [EMAIL

RE: commons dbcp or pool problems

2002-02-26 Thread Aaron Smuts
This isn't necessary. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 12:41 PM To: Jakarta Commons Developers List Cc: [EMAIL PROTECTED] Subject: Re: commons dbcp or pool problems On Tue, 26 Feb 2002, Juozas Baliuka

cvs commit: jakarta-commons-sandbox/periodicity proposal.html

2002-02-26 Thread prickett
prickett02/02/26 21:27:47 Added: periodicity proposal.html Log: Submitted by: Jeff Prickett An initial version of the periodicity proposal Revision ChangesPath 1.1 jakarta-commons-sandbox/periodicity/proposal.html Index: proposal.html

Re: commons dbcp or pool problems

2002-02-26 Thread Juozas Baliuka
skip Craig I see only one possible solution : to have two tagets in ant script, one for jdk1.3 and for 1.4, conditional compling is not very nice solution, but I see no choises. Doing the conditional compilation part is pretty straightforward. We'll also want to make the DBCP