Re: [logging] Class Loading Problems

2003-03-02 Thread Richard Sitze
I'm partially responsible for the current classloading scheme. I'd sure like to understand what your problems are. Can you describe a step-by-step scenario that demonstrates what you see happening, and why you think it's not correct? Likewise, for any code changes that you make, please help m

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp FTPFileEntryParser.java FTPFileIterator.java FTPFileList.java

2003-03-02 Thread scohen
scohen 2003/03/02 19:42:06 Modified:net/src/java/org/apache/commons/net/ftp FTPFileEntryParser.java FTPFileIterator.java FTPFileList.java Log: remove stale "@see" references from javadocs Revision ChangesPath 1.3 +2 -

cvs commit: jakarta-commons-sandbox/codec TODO

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:59:11 Modified:codecTODO Log: TODO now only contains project-wide todo items. Code specific items have been moved to the corresponding classes and are made available via the maven-tasklist-plugin. Completed items are now displayed via the maven-changes-p

cvs commit: jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/language DoubleMetaphone.java Nysiis.java

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:58:08 Modified:codec/src/java/org/apache/commons/codec/binary Base64.java codec/src/java/org/apache/commons/codec/language DoubleMetaphone.java Nysiis.java Log: Added todo items to classes Revision ChangesPath 1

cvs commit: jakarta-commons-sandbox/codec project.xml project.properties

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:57:27 Modified:codecproject.xml project.properties Log: Updated maven project descriptor and associated properties Revision ChangesPath 1.2 +43 -8 jakarta-commons-sandbox/codec/project.xml Index: project.xml =

cvs commit: jakarta-commons-sandbox/codec/xdocs changes.xml index.xml navigation.xml

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:56:47 Modified:codec/xdocs index.xml navigation.xml Added: codec/xdocs changes.xml Log: Updated codec site Revision ChangesPath 1.2 +4 -1 jakarta-commons-sandbox/codec/xdocs/index.xml Index: index.xml ===

cvs commit: jakarta-commons-sandbox/codec/xdocs/images logo.jpg

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:56:21 Modified:codec/xdocs/images logo.jpg Log: Updated the Codec logo Revision ChangesPath 1.2 +41 -95jakarta-commons-sandbox/codec/xdocs/images/logo.jpg <>

cvs commit: jakarta-commons/docs components.html

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:55:07 Modified:docs components.html Log: updated reference to codec Revision ChangesPath 1.94 +1 -1 jakarta-commons/docs/components.html Index: components.html ===

cvs commit: jakarta-commons/xdocs components.xml

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:54:10 Modified:xdocscomponents.xml Log: updated reference to codec Revision ChangesPath 1.78 +1 -1 jakarta-commons/xdocs/components.xml Index: components.xml === R

cvs commit: jakarta-commons/docs beanutils.html charter.html collections.html commons.html components.html contributors.html dbcp.html digester.html directory.html discovery.html el.html index.html jexl.html lang.html license.html logging.html modeler.html patches.html pool.html releases.html sandbox.html versioning.html volunteering.html

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:49:34 Modified:docs beanutils.html charter.html collections.html commons.html components.html contributors.html dbcp.html digester.html directory.html discovery.html el.html index.html jexl.

cvs commit: jakarta-commons/xdocs/stylesheets project.xml

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:07:03 Modified:xdocs/stylesheets project.xml Log: Changed reference to Codec Revision ChangesPath 1.68 +1 -1 jakarta-commons/xdocs/stylesheets/project.xml Index: project.xml ===

DO NOT REPLY [Bug 17470] - unknown host when loading app

2003-03-02 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 17470] - unknown host when loading app

2003-03-02 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/httpclient/src/examples MultiThreadedExample.java

2003-03-02 Thread mbecke
mbecke 2003/03/02 15:22:44 Added: httpclient/src/examples MultiThreadedExample.java Log: Initial checkin. Added an example that performs GETs from muliple threads. Revision ChangesPath 1.1 jakarta-commons/httpclient/src/examples/MultiThreadedExample.

Re: [Attributes] dependancy on Logging

2003-03-02 Thread Paul Hammant
Juozas, Why does people get in to trouble when depending on ThreadContext classloader which is the correct way to load classes with (if one want to be container friendly :) Depending on ThreadContext classloader will work if the container follows the spec - and if there are no TCL, then use class.

Re: [Attributes] dependancy on Logging

2003-03-02 Thread Juozas Baliuka
> Why does people get in to trouble when depending on ThreadContext > classloader which is > the correct way to load classes with (if one want to be container friendly > :) > > Depending on ThreadContext classloader will work if the container follows > the spec - and if there > are no TCL, then

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/ftp/parser NTFTPEntryParserTest.java OS2FTPEntryParserTest.java UnixFTPEntryParserTest.java VMSFTPEntryParserTest.java

2003-03-02 Thread scohen
scohen 2003/03/02 11:47:00 Modified:net/proposal/ftp2/src/test/org/apache/commons/net/ftp/ftp2/parser NTFTPEntryParserTest.java OS2FTPEntryParserTest.java UnixFTPEntryParserTest.java VMSFTPEn

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/ftp/parser FTPParseTestFramework.java NTFTPEntryParserTest.java OS2FTPEntryParserTest.java UnixFTPEntryParserTest.java VMSFTPEntryParserTest.java

2003-03-02 Thread scohen
scohen 2003/03/02 11:36:44 Modified:net/proposal/ftp2/src/java/org/apache/commons/net/ftp/ftp2 FTPClient2.java FTPFileEntryParser.java FTPFileIterator.java FTPFileList.java net/proposal/ftp2/src/java/org/apache/commons/net/f

Re: [Attributes] dependancy on Logging

2003-03-02 Thread Paul Hammant
Juozas, Can we consider one of two solutions for this _single_ use of commons logging 1) Removal of the commons-logging from attributes? 2) Backwards compatible rework that will allow the application to run without commons logging in the classpath (or classloader tree for complex deployments).

Re: [Attributes] dependancy on Logging

2003-03-02 Thread Max Rydahl Andersen
> > Can we consider one of two solutions for this _single_ use of commons > > logging > > > > 1) Removal of the commons-logging from attributes? > > > > 2) Backwards compatible rework that will allow the application to run > > without commons logging in the classpath (or classloader tree for > > co

[NET] "Proposal" section added to main stem

2003-03-02 Thread Steve Cohen
I have checked in code implementing the new FTPFileEntryParser system, that has been knocking around for close to a year. This code basically allows an iterable list of ftp entries to created from which more expensive FTPFile objects are not created until they are needed. It also checks in a n

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/ftp/parser EnterpriseUnixFTPEntryParserTest.java FTPParseTestFramework.java NTFTPEntryParserTest.java OS2FTPEntryParserTest.java UnixFTPEntryParserTest.java VMSFTPEntryParserTest.java

2003-03-02 Thread scohen
scohen 2003/03/02 10:27:41 Added: net/src/test/org/apache/commons/net/ftp/parser EnterpriseUnixFTPEntryParserTest.java FTPParseTestFramework.java NTFTPEntryParserTest.java OS2FTPEntryParser

cvs commit: jakarta-commons/net build.xml

2003-03-02 Thread scohen
scohen 2003/03/02 10:22:24 Modified:net build.xml Log: add dependency for oro jar Revision ChangesPath 1.16 +6 -4 jakarta-commons/net/build.xml Index: build.xml === RCS file: /home/cv

cvs commit: jakarta-commons/net project.xml

2003-03-02 Thread scohen
scohen 2003/03/02 10:22:05 Modified:net project.xml Log: add dependency for oro jar Revision ChangesPath 1.23 +6 -1 jakarta-commons/net/project.xml Index: project.xml === RCS file: /h

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp/parser EnterpriseUnixFTPEntryParser.java NTFTPEntryParser.java OS2FTPEntryParser.java UnixFTPEntryParser.java VMSFTPEntryParser.java

2003-03-02 Thread scohen
scohen 2003/03/02 10:18:24 Added: net/src/java/org/apache/commons/net/ftp/parser EnterpriseUnixFTPEntryParser.java NTFTPEntryParser.java OS2FTPEntryParser.java UnixFTPEntryParser.java VMSFTPEntryParser.java Log:

Re: [Attributes] dependancy on Logging

2003-03-02 Thread Juozas Baliuka
Hi, > Hi folks, > > Can we consider one of two solutions for this _single_ use of commons > logging > > 1) Removal of the commons-logging from attributes? > > 2) Backwards compatible rework that will allow the application to run > without commons logging in the classpath (or classloader tree for

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp FTPFileEntryParser.java FTPFileIterator.java FTPFileList.java FTPFileListParserImpl.java FTPClient.java

2003-03-02 Thread scohen
scohen 2003/03/02 10:15:24 Modified:net/src/java/org/apache/commons/net/ftp FTPClient.java Added: net/src/java/org/apache/commons/net/ftp FTPFileEntryParser.java FTPFileIterator.java FTPFileList.java FTPFileListParserImpl.java Lo

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp/parser - New directory

2003-03-02 Thread scohen
scohen 2003/03/02 09:58:28 jakarta-commons/net/src/java/org/apache/commons/net/ftp/parser - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/ftp/parser - New directory

2003-03-02 Thread scohen
scohen 2003/03/02 09:53:01 jakarta-commons/net/src/test/org/apache/commons/net/ftp/parser - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Attributes] dependancy on Logging

2003-03-02 Thread Paul Hammant
Hi folks, Can we consider one of two solutions for this _single_ use of commons logging 1) Removal of the commons-logging from attributes? 2) Backwards compatible rework that will allow the application to run without commons logging in the classpath (or classloader tree for complex deployment

DO NOT REPLY [Bug 16413] - XML interface for Digester.addCallParam(java.lang.String pattern, int paramIndex, boolean fromStack)

2003-03-02 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 16350] - Wildcard matching with "/*"

2003-03-02 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 16785] - Missing DTD definition for BeanPropertySetterRule

2003-03-02 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13098] - Digester Performance

2003-03-02 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 12997] - Call the method as soon as the last parameter is encountered

2003-03-02 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/digester STATUS.html build.xml

2003-03-02 Thread rdonkin
rdonkin 2003/03/02 03:33:49 Modified:digester STATUS.html build.xml Log: Post 1.4.1 release update Revision ChangesPath 1.8 +3 -3 jakarta-commons/digester/STATUS.html Index: STATUS.html ===

[ANNOUNCEMENT] Digester 1.4.1 Released

2003-03-02 Thread robert burrell donkin
The Commons Team is pleased to announce that Digester 1.4.1 from the Apache Software Foundation has been released. Digester is a powerful, flexible, SAX-based xml->object mapper. A typical use case is parsing xml configuration files. This is a bug fix release. For more details see http://www.ap

cvs commit: jakarta-commons/docs components.html digester.html

2003-03-02 Thread rdonkin
rdonkin 2003/03/02 03:13:30 Modified:docs components.html digester.html Log: Update to reflect digseter 1.4.1 release Revision ChangesPath 1.92 +3 -5 jakarta-commons/docs/components.html Index: components.html =

cvs commit: jakarta-commons/xdocs components.xml digester.xml

2003-03-02 Thread rdonkin
rdonkin 2003/03/02 03:13:05 Modified:xdocscomponents.xml digester.xml Log: Update to reflect digseter 1.4.1 release Revision ChangesPath 1.77 +3 -5 jakarta-commons/xdocs/components.xml Index: components.xml