[Jakarta Commons Wiki] Updated: FrontPage

2004-06-15 Thread commons-dev
Date: 2004-06-15T01:30:26 Editor: SimonKitching [EMAIL PROTECTED] Wiki: Jakarta Commons Wiki Page: FrontPage URL: http://wiki.apache.org/jakarta-commons/FrontPage Minor syntax tidyups that were bugging me! Change Log:

DO NOT REPLY [Bug 27747] - [configuration] ClassCastException not thrown by getBoolean()

2004-06-15 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=27747. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/jelly/jelly-tags/avalon project.xml

2004-06-15 Thread polx
polx2004/06/15 04:22:59 Modified:jelly/jelly-tags/avalon project.xml Log: Wrong project-name... or at least... non conformant. paul Revision ChangesPath 1.5 +2 -2 jakarta-commons/jelly/jelly-tags/avalon/project.xml Index: project.xml

cvs commit: jakarta-commons/jelly/jelly-tags/avalon build.xml

2004-06-15 Thread polx
polx2004/06/15 04:24:36 Modified:jelly/jelly-tags/avalon build.xml Log: Fixed name as well. paul Revision ChangesPath 1.5 +3 -3 jakarta-commons/jelly/jelly-tags/avalon/build.xml Index: build.xml

cvs commit: jakarta-commons/configuration/src/java/org/apache/commons/configuration ConfigurationRuntimeException.java ConversionException.java

2004-06-15 Thread ebourg
ebourg 2004/06/15 04:48:09 Modified:configuration/src/java/org/apache/commons/configuration ConfigurationRuntimeException.java ConversionException.java Log: Added the @since tag Revision ChangesPath 1.2 +3 -1

cvs commit: jakarta-commons/configuration/src/java/org/apache/commons/configuration BasePropertiesConfiguration.java DOM4JConfiguration.java DOMConfiguration.java

2004-06-15 Thread ebourg
ebourg 2004/06/15 04:49:25 Modified:configuration/src/java/org/apache/commons/configuration BasePropertiesConfiguration.java DOM4JConfiguration.java DOMConfiguration.java Log: Replaced the NestableRuntimeExceptions with

RE: [VOTE][DBCP] Release commons-dbcp v1.2.1

2004-06-15 Thread Shapira, Yoav
Hola, But more cooperation/integration testing would be nice. Does the James or tomcat group do a JDK1.3 compatibility check? For tomcat, basically no. The releases have been compiled and tested with JDK 1.4 for a while now, and that's what most of our users use, so we haven't gotten

DO NOT REPLY [Bug 29571] New: - Inconsistent behaviour of BeanUtils.setProperty() and BeanUtils.getProperty() methods

2004-06-15 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=29571. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[VFS] Using sftp and vfs ...

2004-06-15 Thread Johan Lindquist
Hi, I am using the VFS library to connect to a remote SFTP server and it is working fine but it seems there is a thread hanging in the jsch libraries (assuming it is the SSH session) ... Even if I call close on the file objects the thread doesn't stop - is there another way to shut down the

cvs commit: jakarta-commons/configuration/src/test/org/apache/commons/configuration TestBaseConfiguration.java

2004-06-15 Thread ebourg
ebourg 2004/06/15 08:53:58 Modified:configuration/src/java/org/apache/commons/configuration AbstractConfiguration.java CompositeConfiguration.java Configuration.java JNDIConfiguration.java

DO NOT REPLY [Bug 27747] - [configuration] ClassCastException not thrown by getBoolean()

2004-06-15 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=27747. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27747] - [configuration] ClassCastException not thrown by getBoolean()

2004-06-15 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=27747. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [vfs][all][poll]regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread Anthony Goubard
Mario Ivankovits wrote: Hello! A contribution of Rami Ojares brings in an PatternSelector to handle ant-style patterns (/dir/**/file) to select files. This class currently uses the jdk1.4 regular expression library. Now there are some questions how to handle the regexp thing: [ ] Avoid

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec BinaryDecoder.java

2004-06-15 Thread ggregory
ggregory2004/06/15 11:14:15 Modified:codec/src/java/org/apache/commons/codec BinaryDecoder.java Log: Replace custom author tags with @author Apache Software Foundation. Revision ChangesPath 1.10 +2 -3

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/random EmpiricalDistributionImpl.java

2004-06-15 Thread psteitz
psteitz 2004/06/15 11:33:16 Modified:math/src/java/org/apache/commons/math/random EmpiricalDistributionImpl.java Log: Javadoc, formatting. Revision ChangesPath 1.25 +105 -9

Re: [VFS] Using sftp and vfs ...

2004-06-15 Thread Mario Ivankovits
Johan Lindquist wrote: I am using the VFS library to connect to a remote SFTP server and it is working fine but it seems there is a thread hanging in the jsch libraries (assuming it is the SSH session) ... Even if I call close on the file objects the thread doesn't stop - is there another

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/compressedFile - New directory

2004-06-15 Thread imario
imario 2004/06/15 12:25:23 jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/compressedFile - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/compressedFile CompressedFileFileObject.java CompressedFileFileProvider.java CompressedFileFileSystem.java

2004-06-15 Thread imario
imario 2004/06/15 12:26:21 Added: vfs/src/java/org/apache/commons/vfs/provider/compressedFile CompressedFileFileObject.java CompressedFileFileProvider.java CompressedFileFileSystem.java Log: base for

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/impl providers.xml

2004-06-15 Thread imario
imario 2004/06/15 12:27:00 Modified:vfs/src/java/org/apache/commons/vfs/impl providers.xml Log: gzip, bzip2 Revision ChangesPath 1.9 +9 -0 jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/impl/providers.xml Index: providers.xml

Re: [vfs][all][poll][RESULT] regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Mario Ivankovits writes: jakarta-oro seems a very powerfull solution, but even if is intentaion was only to be an interface - its size has reached 100K - i already hear I didn't mean to give the impression that its intention was to be only an interface, but to

Downloads

2004-06-15 Thread Henri Yandell
Should we be linking the Commons download links to something like: http://www.apache.org/dyn/closer.cgi/jakarta/commons/lang/lang-current.zip instead of the rather ugly binindex.cgi and sourceindex.cgi pages? Hen - To

Re: Downloads

2004-06-15 Thread robert burrell donkin
the only problem with the design of that page is that it doesn't give direct links to the md5 sums and pgp signatures. in particular, it's important that users check md5 sums for everything they downloaded. i suppose (though) that this is probably something that should be taken up with

Re: [vfs][all][poll]regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Noel J. Bergman w rites: Daniel, are you still interested/trying to move ORO into Commons? What is I'm interested in doing whatever it will take to get people using the library or who should be using the library more involved in development. At first I thought

Re: Downloads

2004-06-15 Thread Henri Yandell
The page doesn't, but the page that calls it can as that page seems to merely link any file over. So rather than a huge commons section in binindex etc, we can link 4 links from lang (or however many) over to that page. Hen On Tue, 15 Jun 2004, robert burrell donkin wrote: the only problem

Re: [vfs][all][poll]regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread Rami Ojares
Hi, The problem with having a generic interface for different regex implementations is that the syntax and semantics of regexes are different. I want to know EXACTLY what my regexes match and what constucts/syntax I can use. The implementations are not only implementations but they define also

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider DefaultURLConnection.java

2004-06-15 Thread imario
imario 2004/06/15 13:17:16 Modified:vfs/src/java/org/apache/commons/vfs/provider DefaultURLConnection.java Log: avoid jdk1.4 dependency Revision ChangesPath 1.12 +2 -2

RE: [vfs][all][poll]regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread Gary Gregory
Hello, Our server product is and has been stuck on Java 1.3.1 for quite a while. This is a customer requirement, not ours. What I would like to see is ORO either evolve to provide the a thin 1.4 bridge or have a new commons-regexp as we now have a commons-logging. I do not really care which one

[Jakarta Commons Wiki] Updated: Logging/1.0.4ReleasePlan

2004-06-15 Thread commons-dev
Date: 2004-06-15T13:23:46 Editor: RobertBurrellDonkin [EMAIL PROTECTED] Wiki: Jakarta Commons Wiki Page: Logging/1.0.4ReleasePlan URL: http://wiki.apache.org/jakarta-commons/Logging/1.0.4ReleasePlan Comments on the release Change Log:

Re: [vfs][all][poll]regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread Mario Ivankovits
Rami Ojares wrote: The problem with having a generic interface for different regex implementations is that the syntax and semantics of regexes are different. I want to know EXACTLY what my regexes match and what constucts/syntax I can use. The developer has to tell the ORO factory what regexp

Maven jdiff plugin [WAS: Maven jdiff plugin WAS: [ANOUNCEMENT] Commons Collections 3.1-RC1 and 2.1.1 released]

2004-06-15 Thread Gary Gregory
Yes indeed, I've tried adding to [codec]'s report element: reportmaven-jdiff-plugin/report And even: reportjdiff/report Which gives me: maven site:generate __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc3 BUILD

[Jakarta Commons Wiki] Updated: Logging/1.0.4ReleasePlan

2004-06-15 Thread commons-dev
Date: 2004-06-15T14:24:55 Editor: RobertBurrellDonkin [EMAIL PROTECTED] Wiki: Jakarta Commons Wiki Page: Logging/1.0.4ReleasePlan URL: http://wiki.apache.org/jakarta-commons/Logging/1.0.4ReleasePlan Updated status Change Log:

RE: Maven jdiff plugin [WAS: Maven jdiff plugin WAS: [ANOUNCEMENT] Commons Collections 3.1-RC1 and 2.1.1 released]

2004-06-15 Thread Gary Gregory
Oh and: maven -g | find /I jdiff Returns: jdiff .. generate an api difference report between Gary -Original Message- From: Gary Gregory Sent: Tuesday, June 15, 2004 14:23 To: 'Brett Porter'; Jakarta Commons Developers List Subject: Maven jdiff plugin

Re: Downloads

2004-06-15 Thread robert burrell donkin
On 15 Jun 2004, at 21:07, Henri Yandell wrote: The page doesn't, but the page that calls it can as that page seems to merely link any file over. So rather than a huge commons section in binindex etc, we can link 4 links from lang (or however many) over to that page. you're probably right that the

cvs commit: jakarta-commons/codec project.properties

2004-06-15 Thread ggregory
ggregory2004/06/15 14:31:38 Modified:codecproject.properties Log: Add: maven.jdiff.old.tag = CODEC_1_2 Revision ChangesPath 1.15 +3 -1 jakarta-commons/codec/project.properties Index: project.properties

[release] uploading jar distributions [WAS Re: [ANOUNCEMENT] Commons Collections 3.1-RC1 and 2.1.1 released]

2004-06-15 Thread robert burrell donkin
i think probably that since the jar's are part of the same release process as the other artifacts packaged together as source and binary distributions you're right that a single vote is best. i've completed the release cut for commons-logging-1.0.4 and am awaiting the mirrors syncing. that

Re: [vfs][all][poll][RESULT] regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Mario Ivankovits writes: jakarta-oro seems a very powerfull solution, but even if is intentaion was only to be an interface - its size has reached 100K - i already hear I made the change to PatternMatchingEngineFactory we discussed (use Class.forName() for all of

Re: Downloads

2004-06-15 Thread Dirk Verbeeck
How about just linking like I did on the dbcp download page: http://jakarta.apache.org/commons/dbcp/downloads.html It links to http://jakarta.apache.org/site/binindex.cgi#commons-dbcp Simple and effective ;-) -- Dirk - To

Re: [betwixt] XDoclet Integration

2004-06-15 Thread robert burrell donkin
not really but i think that it'd be cool :) fancy volunteering? (i'll be tied up for the next week or two cutting releases for various components) BTW 1 i've finished creating a release branch for the older stuff and merging in the newer design from the refactoring branch. i'll be pushing for

RE: [vfs][all][poll][RESULT] regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread Gary Gregory
I am personally against this kind of super fine slicing and dicing. :-( Our build already has to copy around, put on classpaths for unit tests, distribute, etc, ten (10) apache jars, now you're telling me that one of these is going to blow up into SEVEN?! This is not progress for us. Thank you,

Re: [vfs][all][poll][RESULT] regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread matthew.hawthorne
Gary Gregory wrote: I am personally against this kind of super fine slicing and dicing. :-( Our build already has to copy around, put on classpaths for unit tests, distribute, etc, ten (10) apache jars, now you're telling me that one of these is going to blow up into SEVEN?! This is not progress

Re: Downloads

2004-06-15 Thread Henri Yandell
Bad! It means people never see the mirroring thing. I'll spend some time this weekend drawing up a set of examples :) Hen On Tue, 15 Jun 2004, Dirk Verbeeck wrote: How about just linking like I did on the dbcp download page: http://jakarta.apache.org/commons/dbcp/downloads.html It links

RE: [vfs][all][poll][RESULT] regular expression library or jdk1.4 as minimum requirement

2004-06-15 Thread Noel J. Bergman
Our build already has to copy around, put on classpaths for unit tests, distribute, etc, ten (10) apache jars, now you're telling me that one of these is going to blow up into SEVEN?! This is not progress for us. Do you use all of the ORO engines? We just use Perl, for example. And one could

[GUMP@brutus]: jakarta-commons-sandbox/commons-resources failed

2004-06-15 Thread Stefan Bodewig
-resources-20040615.jar] identifier set to project name -INFO- Enable debug output, due to a sequence of 12 previous errors. -INFO- Failed with reason build failed The following work was performed: http://brutus.apache.org:8080/gump/jakarta-commons-sandbox/commons-resources/gump_work

RE: Invalid RSA modulus size

2004-06-15 Thread Kalnichevski, Oleg
Tim, You may want to completely override the default server certificate validation logic and provide your custom implementation. Feel free to take AuthSSLProtocolSocketFactory.java and AuthSSLX509TrustManager.java classes below as a starting point

Re: Invalid RSA modulus size

2004-06-15 Thread Eric Johnson
Tim, Make sure you imported the CA certificate with the -trustcacerts option. If you do everything else correctly, and leave out this step, you'll see the problem you reported. I've tripped over that mistake once or twice. That's just a shot-in-the-dark as to what might be your problem, though.

Re: Some question about the multithreaded manager

2004-06-15 Thread Michael Becke
Hello Juan, Sounds like you've thought this through pretty well. Your overall plan sound good. Please find my specific comments below: - Is it possible to set different values for MAX_HOST_CONNECTION, in a per HOST basis? My application has to connect to some host and I'd like to set different

DO NOT REPLY [Bug 29588] New: - Allow polymorphic use of addParameter

2004-06-15 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=29588. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.