[logging] pb using eclipse

2005-03-09 Thread A Leg
Hi I just installed some commons projects and from now when I want to have help in eclipse I get error about common logging. Any idea welcome. Andre Legendre !SUBENTRY 1 org.eclipse.tomcat 4 0 Mar 09, 2005 10:28:52.406 !MESSAGE Exception occurred starting application server. !STACK 0

Re: [logging] distribution packaging

2005-03-09 Thread Torsten Curdt
snip/ it's a little ironic that both richard and i have held that opinion for a long while now. however, ceki's and brian's investigations are now starting to persuade me that there is actually some hope for much improved discovery from the 1.0.x series of releases. there are a number of subtle

RE: [logging] pb using eclipse

2005-03-09 Thread Jörg Schaible
A Leg wrote on Wednesday, March 09, 2005 9:52 AM: Hi I just installed some commons projects and from now when I want to have help in eclipse I get error about common logging. What do you mean with I just installed some commons projects ? What is the classpath used in Eclipse (see also

[GUMP@brutus]: Project commons-jelly-tags-xml (in module commons-jelly) failed

2005-03-09 Thread commons-jelly-tags-xml 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-xml has an issue affecting its community integration. This

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg Thank's for your help. I have no more access to help, so no way to read head about conf. In fact I have installed httpclient to make an application and as I had some difficulties with, I tried many things. Now httpclient is working good for me and my appli is working, but as side effect I

RE: [logging] pb using eclipse

2005-03-09 Thread Jörg Schaible
A Leg wrote on Wednesday, March 09, 2005 11:24 AM: Hi Jorg Thank's for your help. I have no more access to help, so no way to read head about conf. ??? Help/About/Configuration does not call anything of the Eclipse help, its just the path in the Eclipse menu structure. In fact I have

DO NOT REPLY [Bug 33925] New: - [configuration] SubsetConfiguration.clear() throws a ConcurrentModificationException

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33925. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [vfs] parsing uri

2005-03-09 Thread Rami Ojares
The File-URI codec on unix encodes \foo\bar -- %5Cfoo%5Cbar This is to be interpreted as file or dir named \foo\bar If you send this uri to jvm on windows you get new File(new URI(uriStr)) which is interpreted as file or dir bar under dir foo which is under root. So it seems that %5C is not

Re: [vfs] parsing uri

2005-03-09 Thread B. K. Oxley (binkley)
Mario Ivankovits wrote: Current: file = getManager().resolveFile(%2e); resolves to the current Directory New: resolves to a file or directory NAMED . I don't think there is a filesystem where this is possible. I'd need to read the relevant W3C specs to be sure. resolves to a file or

Re: [vfs] parsing uri

2005-03-09 Thread B. K. Oxley (binkley)
I'm unsure that the URI specs intend to distinguish a string from it's encoded form for the purposes of naming. I believe they are to be interpreted equivalently, and that the encoding exists only to permit uncorrupted transmission of forbidden characters. You have found something interesting

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg Thank's, with your help I finally find out what was going on. I had added commons-logging.jar in J2RE/lib/ext. As soon as I take it off the problem desappear. I don't really understand why but.. Any ideas welcome Have a nice time. Andre Jörg Schaible wrote: A Leg wrote on Wednesday, March

RE: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-09 Thread James Carman
Is nobody monitoring the collections project? -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 3:17 PM To: commons-dev@jakarta.apache.org Subject: [collections] PATCH: Add CollectionContainsPredicate... All, This patch adds a class called

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg My problem is when I take common-logging of from the J2RE/lib/ext in my appli I get NoClassDefFoundError even with commons-logging.jar passed in the command line... Andre {orion:rcs} java -classpath

DO NOT REPLY [Bug 33926] New: - [configuration] The Iterator returned by getKeys() should support remove()

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33926. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r156638 - in jakarta/commons/proper/net/trunk/src/test/org/apache/commons/net: ntp/ ntp/TimeStampTest.java time/ time/TimeTCPClientTest.java time/TimeTestSimpleServer.java

2005-03-09 Thread rwinston
Author: rwinston Date: Wed Mar 9 04:31:01 2005 New Revision: 156638 URL: http://svn.apache.org/viewcvs?view=revrev=156638 Log: Added missing NTP unit tests Added: jakarta/commons/proper/net/trunk/src/test/org/apache/commons/net/ntp/

Re: [net] NTP + Time test code not in CVS branch

2005-03-09 Thread Rory Winston
I'va added the missing unit tests into the repository. Cheers, Rory Jason Mathews wrote: In the latest build of Net commons it appears that the contributed Ntp + Time junit tests got dropped. http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgId=1078351

svn commit: r156639 - in jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/AbstractConfiguration.java src/test/org/apache/commons/configuration/TestDatabaseConfiguration.java src/test/org/apache/commons/configuration/TestSubsetConfiguration.java xdocs/changes.xml

2005-03-09 Thread ebourg
Author: ebourg Date: Wed Mar 9 04:50:07 2005 New Revision: 156639 URL: http://svn.apache.org/viewcvs?view=revrev=156639 Log: Fixed a ConcurrentModificationException thrown when calling clear() on a SubsetConfiguration applied to a BaseConfiguration. Modified:

DO NOT REPLY [Bug 33925] - [configuration] SubsetConfiguration.clear() throws a ConcurrentModificationException

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33925. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [vfs] parsing uri

2005-03-09 Thread Rami Ojares
[EMAIL PROTECTED] wrote: I'm unsure that the URI specs intend to distinguish a string from it's encoded form for the purposes of naming. I believe they are to be interpreted equivalently, and that the encoding exists only to permit uncorrupted transmission of forbidden characters. Quote

RE: [logging] pb using eclipse

2005-03-09 Thread Jörg Schaible
A Leg wrote on Wednesday, March 09, 2005 12:29 PM: Hi Jorg Thank's, with your help I finally find out what was going on. I had added commons-logging.jar in J2RE/lib/ext. As soon as I take it off the problem desappear. I don't really understand why but.. Different classloaders. Search

RE: [logging] pb using eclipse

2005-03-09 Thread Jörg Schaible
A Leg wrote on Wednesday, March 09, 2005 12:58 PM: Hi Jorg My problem is when I take common-logging of from the J2RE/lib/ext in my appli I get NoClassDefFoundError even with commons-logging.jar passed in the command line... Andre {orion:rcs} java -classpath

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg I try httpclient in another place and I get a problem too. I don't understand and worse I don't find any solution. Thank's for your help. Andre {orion:rcs} java -classpath

RE: [logging][httpclient] pb using eclipse

2005-03-09 Thread Jörg Schaible
Hi Andre, A Leg wrote on Wednesday, March 09, 2005 3:32 PM: Hi Jorg I try httpclient in another place and I get a problem too. I don't understand and worse I don't find any solution. [snip] {orion:rcs} java -classpath $JWSDP_HOME/jwsdp-shared/lib/commons-httpclient.jar:$JWSDP_HOM

Re: [logging][httpclient] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg Thank's for your help. I will try to find a solution following your advices. Cheers Andre Jörg Schaible wrote: Hi Andre, A Leg wrote on Wednesday, March 09, 2005 3:32 PM: Hi Jorg I try httpclient in another place and I get a problem too. I don't understand and worse I don't find any

DO NOT REPLY [Bug 33931] New: - WeakHashMap incorrectly used in ContextClassLoaderLocal - may cause memory leak

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33931. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33931] - [beanutils] WeakHashMap incorrectly used in ContextClassLoaderLocal - may cause memory leak

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33931. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33926] - [configuration] The Iterator returned by getKeys() should support remove()

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33926. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[OT] Co-location of app and DB

2005-03-09 Thread Matt Sgarlata
For performance and other reasons, we collocate the presentation tier and business object tier on the same server. Question: why not take this even further and put everything on the same server? If the DB is on the same server as the rest of your application, then won't you get a performance

svn commit: r156673 - in jakarta/commons/sandbox/benchmark/trunk/src: java/org/apache/commons/benchmark/Benchmark.java java/org/apache/commons/benchmark/xmlrpc/BenchmarkHandler.java test/org/apache/commons/benchmark/Test1.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 11:36:41 2005 New Revision: 156673 URL: http://svn.apache.org/viewcvs?view=revrev=156673 Log: support for returning results as hashlists... Modified: jakarta/commons/sandbox/benchmark/trunk/src/java/org/apache/commons/benchmark/Benchmark.java

svn commit: r156674 - in jakarta/commons/sandbox/benchmark/trunk/src/java/org/apache/commons/benchmark/rrd: ./ BenchmarkSource.java ExampleRandomSource.java GraphTask.java GraphTaskRunner.java Main.java Source.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 11:37:12 2005 New Revision: 156674 URL: http://svn.apache.org/viewcvs?view=revrev=156674 Log: new rrd logging and graphing infra Added: jakarta/commons/sandbox/benchmark/trunk/src/java/org/apache/commons/benchmark/rrd/

svn commit: r156675 - jakarta/commons/sandbox/benchmark/trunk/benchmark.xml

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 12:05:29 2005 New Revision: 156675 URL: http://svn.apache.org/viewcvs?view=revrev=156675 Log: benchmark.xml example/test/config Added: jakarta/commons/sandbox/benchmark/trunk/benchmark.xml Added: jakarta/commons/sandbox/benchmark/trunk/benchmark.xml URL:

svn commit: r156689 - jakarta/commons/proper/logging/trunk/optional/src/java/org/apache/commons/logging/impl/WeakHashtable.java

2005-03-09 Thread rdonkin
Author: rdonkin Date: Wed Mar 9 13:13:21 2005 New Revision: 156689 URL: http://svn.apache.org/viewcvs?view=revrev=156689 Log: Improved javadocs for WeakHashTable. More readable explaination contributed by Simon Kitching. Modified:

Re: [VOTE] Release commons email 1.0

2005-03-09 Thread robert burrell donkin
On Tue, 2005-03-08 at 22:13, Stephen Colebourne wrote: From: Eric Pugh [EMAIL PROTECTED] snip And, in the interests of finally getting a release out, especially since we have the required +1 votes, can I just add the file by hand? Icky, I know, but... As this is a 1.0, personally I'd

DO NOT REPLY [Bug 33931] - [beanutils] WeakHashMap incorrectly used in ContextClassLoaderLocal - may cause memory leak

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33931. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r156690 - jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/NTLMScheme.java

2005-03-09 Thread olegk
Author: olegk Date: Wed Mar 9 13:40:30 2005 New Revision: 156690 URL: http://svn.apache.org/viewcvs?view=revrev=156690 Log: PR #33856 (Authentication fails when connecting to server with username and password in non ascii characters) Contributed by Oleg Kalnichevski Reviewed by Michael Becke

svn commit: r156691 - in jakarta/commons/sandbox/benchmark/trunk/src: java/org/apache/commons/benchmark/Benchmark.java java/org/apache/commons/benchmark/xmlrpc/BenchmarkHandler.java test/org/apache/commons/benchmark/Test1.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 13:45:54 2005 New Revision: 156691 URL: http://svn.apache.org/viewcvs?view=revrev=156691 Log: support for getting ALL benchmarks back over XMLRPC Modified: jakarta/commons/sandbox/benchmark/trunk/src/java/org/apache/commons/benchmark/Benchmark.java

svn commit: r156692 - jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-03-09 Thread olegk
Author: olegk Date: Wed Mar 9 13:46:35 2005 New Revision: 156692 URL: http://svn.apache.org/viewcvs?view=revrev=156692 Log: PR #33856 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL:

svn commit: r156693 - jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/Test1.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 13:49:05 2005 New Revision: 156693 URL: http://svn.apache.org/viewcvs?view=revrev=156693 Log: more test dox Modified: jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/Test1.java Modified:

svn commit: r156695 - in jakarta/commons/sandbox/benchmark/trunk/src: java/org/apache/commons/benchmark/Benchmark.java java/org/apache/commons/benchmark/BenchmarkTracker.java test/org/apache/commons/benchmark/Test1.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 14:01:29 2005 New Revision: 156695 URL: http://svn.apache.org/viewcvs?view=revrev=156695 Log: We were ALWAYS resetting the last metric which was really stupid... Modified:

Re: [logging] distribution packaging

2005-03-09 Thread robert burrell donkin
On Wed, 2005-03-09 at 07:24, Torsten Curdt wrote: snip/ it's a little ironic that both richard and i have held that opinion for a long while now. however, ceki's and brian's investigations are now starting to persuade me that there is actually some hope for much improved discovery from

DO NOT REPLY [Bug 33942] New: - FTP: NoSuchMethodError thrown when sending command to disconnected FTP server

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33942] - FTP: NoSuchMethodError thrown when sending command to disconnected FTP server

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33942] - FTP: NoSuchMethodError thrown when sending command to disconnected FTP server

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-09 Thread matthew.hawthorne
James Carman wrote: Is nobody monitoring the collections project? I'd consider adding your patch to Bugzilla as an enhancement. Nobody has responded to your message for 2 days -- but that definitely doesn't mean that nobody is monitoring [collections]. It just means that nobody has had the

RE: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-09 Thread James Carman
Matthew, Ok, I was just getting worried there. Usually the developers are somewhat quick to respond. I at least expected something like good idea or that's stupid. :-) James -Original Message- From: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 6:51 PM

[Jakarta Commons Wiki] Updated: DBCP

2005-03-09 Thread commons-dev
Date: 2005-03-09T16:47:27 Editor: DavidTonhofer Wiki: Jakarta Commons Wiki Page: DBCP URL: http://wiki.apache.org/jakarta-commons/DBCP no comment Change Log: -- @@ -12,10 +12,9 @@ Diagrams hosted by

DO NOT REPLY [Bug 33942] - [net] FTP: NoSuchMethodError thrown when sending command to disconnected FTP server

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [logging] distribution packaging

2005-03-09 Thread Simon Kitching
On Wed, 2005-03-09 at 22:18 +, robert burrell donkin wrote: On Wed, 2005-03-09 at 07:24, Torsten Curdt wrote: TBH I am pretty much sick of those discussion whether to use JCL or not that come up in other projects. IMHO it would be great to fix (as good as possible) what people are

[logging] parent-first classloaders

2005-03-09 Thread Simon Kitching
Hi Ceki, You mentioned in your page on JCL (http://www.qos.ch/logging/classloader.jsp): quote Jake also keeps reminding us on the log4j-dev mailing list that the child-parent delegation model is not the only model out there and that parent-first delegation model is alive and well. /quote Are

svn commit: r156736 - in jakarta/commons/sandbox/benchmark/trunk/src: java/org/apache/commons/benchmark/Benchmark.java test/org/apache/commons/benchmark/Test1.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 19:49:44 2005 New Revision: 156736 URL: http://svn.apache.org/viewcvs?view=revrev=156736 Log: unit test to assert that memory usage is within acceptable limits... Modified:

svn commit: r156737 - jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/Test1.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 19:59:36 2005 New Revision: 156737 URL: http://svn.apache.org/viewcvs?view=revrev=156737 Log: looks like I need 500 bytes of memory to to object overhead... need to thin that down... Modified:

svn commit: r156739 - jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/Test1.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 20:05:53 2005 New Revision: 156739 URL: http://svn.apache.org/viewcvs?view=revrev=156739 Log: looks like I need 500 bytes of memory to to object overhead... need to thin that down... Modified:

Re: [logging] parent-first classloaders

2005-03-09 Thread matthew.hawthorne
Simon Kitching wrote: You mentioned in your page on JCL (http://www.qos.ch/logging/classloader.jsp): quote Jake also keeps reminding us on the log4j-dev mailing list that the child-parent delegation model is not the only model out there and that parent-first delegation model is alive and

DO NOT REPLY [Bug 33945] New: - DelegatingConnection.close() throws exception

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33945. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [logging] parent-first classloaders

2005-03-09 Thread Simon Kitching
On Thu, 2005-03-10 at 16:25 +1300, Simon Kitching wrote: Hi Ceki, You mentioned in your page on JCL (http://www.qos.ch/logging/classloader.jsp): quote Jake also keeps reminding us on the log4j-dev mailing list that the child-parent delegation model is not the only model out there and

svn commit: r156744 - in jakarta/commons/sandbox/benchmark/trunk/src: java/org/apache/commons/benchmark/Benchmark.java test/org/apache/commons/benchmark/Test1.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 21:58:34 2005 New Revision: 156744 URL: http://svn.apache.org/viewcvs?view=revrev=156744 Log: ... Modified: jakarta/commons/sandbox/benchmark/trunk/src/java/org/apache/commons/benchmark/Benchmark.java

svn commit: r156745 - in jakarta/commons/sandbox/benchmark/trunk/src: java/org/apache/commons/benchmark/Benchmark.java test/org/apache/commons/benchmark/Test1.java

2005-03-09 Thread burton
Author: burton Date: Wed Mar 9 22:19:40 2005 New Revision: 156745 URL: http://svn.apache.org/viewcvs?view=revrev=156745 Log: reverted to use '.' for methods and '#' for operations Modified: jakarta/commons/sandbox/benchmark/trunk/src/java/org/apache/commons/benchmark/Benchmark.java

Re: [OT] Co-location of app and DB

2005-03-09 Thread Henri Yandell
Wonder if any of the native JDBC drivers can take advantage of being on the same box. Rather than using full networking, they could use the faster local networking thingymabob (yup, you can tell I only have a vague grasp on what I'm suggesitng). For my personal stuff, I've always run the database

Re: [logging] 1.0.5: WeakHashtable

2005-03-09 Thread Brian Stansberry
--- robert burrell donkin [EMAIL PROTECTED] wrote: On Tue, 2005-03-08 at 06:41, Simon Kitching wrote: Should the WeakHashtable class be rolled into commons-logging.jar? It seems easier for users than remembering to deploy the extra jar, and should be feasable by having something like

Re: [logging] parent-first classloaders

2005-03-09 Thread Brian Stansberry
--- Simon Kitching [EMAIL PROTECTED] wrote: Hi Ceki, You mentioned in your page on JCL (http://www.qos.ch/logging/classloader.jsp): quote Jake also keeps reminding us on the log4j-dev mailing list that the child-parent delegation model is not the only model out there and that

DO NOT REPLY [Bug 31793] - [net] handling ftp disconnection initiated by firewalls

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31793. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33942] - [net] FTP: NoSuchMethodError thrown when sending command to disconnected FTP server

2005-03-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.