Re: [BeanUtils] BasicDynaBean properties Map

2003-11-11 Thread Craig R. McClanahan
Quoting Robert [EMAIL PROTECTED]: I thought that BasicDynaBean was going to have a getMap() method on it, but a quick look at the online CVS view shows that it doesn't. Here is the thread from a year ago concerning this: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgId=537856 I

Re: math to apache commons was Re: [all] Separate email list for math development?

2003-11-11 Thread Henri Yandell
On Mon, 10 Nov 2003, Mark R. Diggory wrote: Most Commons projects have arisen from either top level apache projects, xml apache projects or jakarta apache projects. As such they are You'd be surprised that this isn't as common as you think :) Many came out of a junky 'util' project. Struts

Re: math to apache commons was Re: [all] Separate email list for math development?

2003-11-11 Thread Geir Magnusson Jr .
On Sunday, November 9, 2003, at 05:39 PM, Tim O'Brien wrote: On Sun, 2003-11-09 at 14:24, robert burrell donkin wrote: snip/ so - is there a positive alternative? i'd like to propose that common-maths continues to be affiliated with jakarta-commons but becomes managed by apache commons. +1, I

Re: math to apache commons was Re: [all] Separate email list for math development?

2003-11-11 Thread Geir Magnusson Jr .
On Sunday, November 9, 2003, at 10:52 PM, Craig R. McClanahan wrote: Regarding separate DEV list -- as I said in my earlier comments, that's totally up to the MATH developers if they want it or not. The fact that it might make my life easier certainly isn't binding. Note also that the

RE: [DbUtils] Commit flag on QueryRunner

2003-11-11 Thread Shapira, Yoav
Howdy, It does seem like a good, simple solution -- cool. Yoav Shapira Millennium ChemInformatics -Original Message- From: Steven Caswell [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 7:22 PM To: 'Jakarta Commons Developers List' Subject: RE: [DbUtils] Commit flag on

[Jelly] Converting JSP taglib to Jelly taglib

2003-11-11 Thread Ojares Rami EINT
Hi, I am new to Jelly. I was thinking about converting a JSP taglib to Jelly tags. But I have some concerns. One very handy thing about JSP parsing is that jsp does not have to be a well formed XML document. How about Jelly? Could I use some jelly tags inside a html document that is filled with

DO NOT REPLY [Bug 24472] - [configuration][PATCH]Load from URLs and union configuration

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

DO NOT REPLY [Bug 24472] - [configuration][PATCH]Load from URLs and union configuration

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

cvs commit: jakarta-commons-sandbox/configuration/xdocs changes.xml

2003-11-11 Thread epugh
epugh 2003/11/11 07:02:08 Modified:configuration/src/test/org/apache/commons/configuration TestConfigurationFactory.java TestConfigurationUtils.java configuration project.properties project.xml

Re: math to apache commons was Re: [all] Separate email list for math development?

2003-11-11 Thread Mark R. Diggory
Henri Yandell wrote: On Mon, 10 Nov 2003, Mark R. Diggory wrote: Most Commons projects have arisen from either top level apache projects, xml apache projects or jakarta apache projects. As such they are You'd be surprised that this isn't as common as you think :) Many came out of a junky

DO NOT REPLY [Bug 24472] - [configuration][PATCH]Load from URLs and union configuration

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

DO NOT REPLY [Bug 24598] - [math] remove derivative methods from distribution annonymous class

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

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

2003-11-11 Thread epugh
epugh 2003/11/11 07:09:00 Modified:configuration/src/test/org/apache/commons/configuration TestConfigurationUtils.java Log: Better way of doing platform independent test then hokey System.getProperty check! Revision ChangesPath 1.5 +4 -13

[configuration]More docs

2003-11-11 Thread Oliver Heger
Eric, I am willing to produce some more docs about my changes. What is the preferred way to do that? Changing the overview page? Of course a native speaker should review my results ;-) Some other point: The last patch includes the feature that each configuration object can be transformed in a

RE: [configuration]More docs

2003-11-11 Thread Eric Pugh
Oliver, I would say that your English is better then 90% of the english speaking world, so don't feel hesitant writing docs. I recommend using the xdoc format as that is native to Maven, and I would add maybe some howto docs.. Maybe a: howto-configurationfactory.xml, howto-hierarchical.xml

RE: [configuration]More docs

2003-11-11 Thread Shapira, Yoav
Howdy, Suggestion: add an Examples page (xdocs/examples.xml) to the nagivation bar (xdocs/navigation.xml). Write some examples there, starting with very basic ones that seem trivial to you. Maven will take care of publishing it. This is consistent with many other commons projects. If you need

[configuration] order of compositeconfiguration items

2003-11-11 Thread Gerry Duprey
Howdy, In addition to being able to addConfiguration(), has there been any thought to an insertConfigurationAt(Configuration, x)? I ask because I'm building up a composite configuration from several resources and the order that I build them is from lowest to highest priority (when resolving

RE: [configuration] order of compositeconfiguration items

2003-11-11 Thread Eric Pugh
I can see using insertConfigurationAt().. I really see the semantics of CompositeConfiguration as being close to List.. Since under the covers a CompositeConfiguration is just a list.. A patch (plus tests) would be welcome... Eric -Original Message- From: Gerry Duprey [mailto:[EMAIL

Re: math to apache commons was Re: [all] Separate email list for math development?

2003-11-11 Thread Matt Cliff
my 2cents (1) I think it would be best to get a 1.0 release of commons-math as a jakarta-commons subproject before any movement (the good-old KISS acronym comes to mind) (2) I am not sure to what extent math may get developed, as was stated in a different thread previously Java is not the

DO NOT REPLY [Bug 24613] New: - Digester DTD does not provide a SetRootRule element

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

DO NOT REPLY [Bug 24613] - Digester DTD does not provide a SetRootRule element

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

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpConnection.java

2003-11-11 Thread olegk
olegk 2003/11/11 09:35:07 Modified:httpclient/src/java/org/apache/commons/httpclient HttpConnection.java Log: WrappedInputStream now overrides InputStream#available method Contributed by Oleg Kalnichevski Revision ChangesPath 1.81 +13

suggestion for new StringUtils.method

2003-11-11 Thread Inger, Matthew
The following method might be extremely useful for people: String [] undelimit(String input, char separatorChar, char quoteChar); This method splits a string according to a Delimiter seperated format (CSV) for example. It takes into account quoting, as well as allowing for empty tokens. So a

Re: suggestion for new StringUtils.method

2003-11-11 Thread Gerry Duprey
Howdy, String [] undelimit(String input, char separatorChar, char quoteChar); a, , b, c,d,e, fgh, would return the following tokens: 1- a 2- blank 3- b Very handy. I'd suggest that in the above case, the 2nd 6th entry return a null. There are times you need to know that there basically

RE: suggestion for new StringUtils.method

2003-11-11 Thread Inger, Matthew
In the case here, i don't think there's a conceptual difference between blank and null. And by blank, i mean a string of length 0. Since whitespace is stripped, if i return a null instead, you would never get an empty string back. Better to let the user decide to use empty string or null once

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/distribution AbstractContinuousDistribution.java

2003-11-11 Thread mdiggory
mdiggory2003/11/11 10:23:57 Modified:math/src/java/org/apache/commons/math/distribution AbstractContinuousDistribution.java Log: PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24598 Submitted by: Brent Worden Reviewed by: Mark Diggory

DO NOT REPLY [Bug 24598] - [math] remove derivative methods from distribution annonymous class

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

RE: suggestion for new StringUtils.method

2003-11-11 Thread Arun Thomas
Take a look at the following bug entry currently in Bugzilla Your idea seems to be an expansion of the desired functionality described by the bug. I would certainly add the additional behaviour you propose (escape characters to prevent tokenization) to this bug. It would be interesting,

RE: suggestion for new StringUtils.method

2003-11-11 Thread Arun Thomas
Ooops Here's the bug entry: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22692 -AMT -Original Message- From: Arun Thomas Sent: Tuesday, November 11, 2003 10:31 AM To: Jakarta Commons Developers List Subject: RE: suggestion for new StringUtils.method Take a look at the

[digester] [PATCH] Adding Ant-like properties support

2003-11-11 Thread Remy Maucherat
Hi, I described the feature a couple weeks ago, and here's my patch. It currently only replaces attributes processed by the setProperties rule. This did sound good enough to me. I read about processing text nodes too (does Ant do this also ?), so maybe we can improve this patch/feature more.

RE: suggestion for new StringUtils.method

2003-11-11 Thread Inger, Matthew
Given a string, it would be easy to make a StringTokenizer replacement. The replacement would take the input string, delimiter character, and quote character in it's constructor. Then, in the constructor, it would call the method in StringUtils, and simply use the generated token array as teh

RE: suggestion for new StringUtils.method

2003-11-11 Thread Inger, Matthew
Being new to this list, how should i go about submitting this method? Do i just post the code here? -Original Message- From: Arun Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 1:32 PM To: Jakarta Commons Developers List Subject: RE: suggestion for new

RE: suggestion for new StringUtils.method

2003-11-11 Thread Arun Thomas
Actually, Given the existence of the bug, I'd suggest attaching the code to the bug, though posting the code here usually works pretty well also. Do add a note in the comments of the email/bug regarding what else your posted code can do besides what's already described there. If you choose

RE: suggestion for new StringUtils.method

2003-11-11 Thread Gary Gregory
Go here: http://issues.apache.org/bugzilla/enter_bug.cgi?product=Commons Pick Enhancement in the Severity drop down, fill in the rest, create a attachment as a CVS patch for your code: http://jakarta.apache.org/commons/patches.html Gary -Original Message- From: Inger, Matthew

Re: math to apache commons was Re: [all] Separate email list for math development?

2003-11-11 Thread Mark R. Diggory
I do agree with much of what you say, but (2) There is significant number of us with an interest in seeing numerically sound implementations of various aspects of mathematics in java (no matter how wonderfully fast F77 implementations may be, Fortran will never be Java, nor would one want it

Re: [digester] [PATCH] Adding Ant-like properties support

2003-11-11 Thread Remy Maucherat
Remy Maucherat wrote: Hi, I described the feature a couple weeks ago, and here's my patch. It currently only replaces attributes processed by the setProperties rule. This did sound good enough to me. I read about processing text nodes too (does Ant do this also ?), so maybe we can improve

Re: [digester] [PATCH] Adding Ant-like properties support

2003-11-11 Thread Craig R. McClanahan
Quoting Remy Maucherat [EMAIL PROTECTED]: Remy Maucherat wrote: Hi, I described the feature a couple weeks ago, and here's my patch. It currently only replaces attributes processed by the setProperties rule. This did sound good enough to me. I read about processing text nodes

RE: suggestion for new StringUtils.method

2003-11-11 Thread Al Chou
This thread is a good entree for my question. I was adding a new StringUtils.split method that can split a string using a whole string as the delimiter, rather than the characters within that string. In running my JUnit tests, I discovered unexpected behavior in the existing method: String

Re: [digester] [PATCH] Adding Ant-like properties support

2003-11-11 Thread robert burrell donkin
On 11 Nov 2003, at 21:39, Craig R. McClanahan wrote: Quoting Remy Maucherat [EMAIL PROTECTED]: Remy Maucherat wrote: Hi, I described the feature a couple weeks ago, and here's my patch. It currently only replaces attributes processed by the setProperties rule. This did sound good enough to

Re: [Jelly] Converting JSP taglib to Jelly taglib

2003-11-11 Thread dion
A jelly script *must* be a well-formed XML document. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Ojares Rami EINT [EMAIL PROTECTED] wrote on 12/11/2003 12:07:55 AM: Hi, I am new to Jelly. I was thinking about converting a JSP taglib to Jelly

[digester] Digester vs xmlbean vs JAXB

2003-11-11 Thread Samuel Cheung
I have a newbie question. What are the advantages/dis-advantages between Digester vs xmlbean vs JAXB? My understanding is they convert XML file to Java Class. Is that correct? If that is the case, shouldn't one use JAXB over xmlbean and Digester, since JAXB is standard? Thanks for any

Re: [digester] Digester vs xmlbean vs JAXB

2003-11-11 Thread __matthewHawthorne
I don't know a great deal about JAXB, but from what I've read, you need a schema to make it work. I've found myself in a few situations where I needed a quick and easily customizable conversion from a bean to XML and back again. After taking a few looks around at different packages, digester

Re: math to apache commons was Re: [all] Separate email list for math development?

2003-11-11 Thread J.Pietschmann
Mark R. Diggory wrote: ... There is significant number of us with an interest in seeing numerically sound implementations of various aspects of mathematics in java... Suffice it to say that java implementations do provide an elegant means to explore ideal Design Patterns for Mathematical

Re: [digester] Digester vs xmlbean vs JAXB

2003-11-11 Thread Simon Kitching
On Wed, 2003-11-12 at 11:14, Samuel Cheung wrote: I have a newbie question. What are the advantages/dis-advantages between Digester vs xmlbean vs JAXB? My understanding is they convert XML file to Java Class. Is that correct? If that is the case, shouldn't one use JAXB over xmlbean and

RE: [digester] Digester vs xmlbean vs JAXB

2003-11-11 Thread Inger, Matthew
standard does not mean good... Use the solution which best meets your needs. You might also want to look at castor http://www.castor.org . Last I saw it's collection support (particularly for maps) was a bit lacking, but it's got excellent support for simple beans, and hierarchal beans, even

[math] Numerical Derivative pattern q.

2003-11-11 Thread Matt Cliff
I have been scratching out an implementation of a numerical derivative to add to the commons-math and keep going back and forth between two approaches. (all this would be in the o.a.c.math.analysis package) (for brevity I have omitted the prefix UnivariateReal* )

Re: [digester] Digester vs xmlbean vs JAXB

2003-11-11 Thread robert burrell donkin
at heart, digester is just a convenient thin wrapper for SAX. it's mostly used as a xml - object mapper (no object - xml) but it's power come from the fact it executes rules when certain SAX events are received. this means that it can be used for purposes other than just mapping and that as a

Re: [digester] repost : patch for plugins

2003-11-11 Thread robert burrell donkin
hi simon sorry it's been a while (i know i keeping saying this but hopefully i've finally got my stuff sorted out. i've been transferring my email to a new local IMAP server and upgrade some of my computers. there's also been a lot of important ASF stuff going on recently.) at first glance

Re: [digester] Digester vs xmlbean vs JAXB

2003-11-11 Thread Ryan Hoegg
The other responses were well written and fairly complete in discussing JAXB, Digester, and Castor. XMLBeans I think has been under-represented, but unfortunately I know little about it except that it was recently donated to Apache by BEA. Another option that hasn't been mentioned is Betwixt,

Re: [BeanUtils] BasicDynaBean properties Map

2003-11-11 Thread Robert
Ok, here is the pitch: Myself and a friend are working on an open source framework based on AOM (www.adaptiveobjectmodel.com) and the DynaBean fits here really well for the underlying business object. We are using BasicDynaBeans only at the moment and naturally we are going to use them in web

[naming] Who other than Henri and Phil

2003-11-11 Thread Noel J. Bergman
I am preparing the request form to create the nascent Apache Directory project CVS and mailing list. Other than Henri and Phil, who else would like to be involved in the Directory (LDAP, JNDI, ...) project? --- Noel -

Re: [digester] Digester vs xmlbean vs JAXB

2003-11-11 Thread robert burrell donkin
On 11 Nov 2003, at 23:07, Ryan Hoegg wrote: The other responses were well written and fairly complete in discussing JAXB, Digester, and Castor. XMLBeans I think has been under-represented, but unfortunately I know little about it except that it was recently donated to Apache by BEA. xml-beans

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/composite TestDoWhileProcedure.java TestWhileDoProcedure.java TestAll.java

2003-11-11 Thread rwaldhoff
rwaldhoff2003/11/11 15:36:00 Modified:functor/src/test/org/apache/commons/functor/core/composite TestAll.java Added: functor/src/java/org/apache/commons/functor/core/composite AbstractLoopProcedure.java WhileDoProcedure.java

Re: [functor] [patch] contributions

2003-11-11 Thread Rodney Waldhoff
Committed, with minor modifications (to reduce the amount of cut-and-paste code between DoWhile and WhileDo). Thanks Herve. On Thu, 6 Nov 2003, Herve Quiroz wrote: Here are the loop ones: DoWhileProcedure and WhileDoProcedure. With some unit tests. Regards, Herve -- - Rod

Re: math to apache commons was Re: [all] Separate email list for math development?

2003-11-11 Thread robert burrell donkin
On 11 Nov 2003, at 12:38, Geir Magnusson Jr. wrote: On Sunday, November 9, 2003, at 10:52 PM, Craig R. McClanahan wrote: Regarding separate DEV list -- as I said in my earlier comments, that's totally up to the MATH developers if they want it or not. The fact that it might make my life easier

Re: math to apache commons was Re: [all] Separate email list for math development?

2003-11-11 Thread robert burrell donkin
On 11 Nov 2003, at 12:47, Geir Magnusson Jr. wrote: On Monday, November 10, 2003, at 05:41 PM, robert burrell donkin wrote: a move to apache commons would allow this progression to happen much more easily. Why? the rules which apply here in the jakarta-commons about components and

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/composite TestAbstractLoopProcedure.java TestAll.java

2003-11-11 Thread rwaldhoff
rwaldhoff2003/11/11 16:06:28 Modified:functor/src/java/org/apache/commons/functor/core/composite AbstractLoopProcedure.java functor/src/test/org/apache/commons/functor/core/composite TestAll.java Added:

RE: suggestion for new StringUtils.method

2003-11-11 Thread Inger, Matthew
I've come up with the following class for this. (I also have a test class which tests a few of the simple cases). Token parsing is done semi-lazily, in that when the first token is requested (or the token count), the whole thing is parsed. And the reset forgets about the tokens, so you can

Re: [functor] [patch] contributions

2003-11-11 Thread Rodney Waldhoff
This opens the door for Unary and Binary variations of DoWhile and WhileDo, of course. Herve, were you planning on introducing those as well? - Rod http://radio.weblogs.com/0122027/ - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: suggestion for new StringUtils.method

2003-11-11 Thread __matthewHawthorne
Create a bugzilla enhancement entry. Inger, Matthew wrote: I've come up with the following class for this. (I also have a test class which tests a few of the simple cases). Token parsing is done semi-lazily, in that when the first token is requested (or the token count), the whole thing is

cvs commit: jakarta-commons-sandbox/functor project.xml

2003-11-11 Thread rwaldhoff
rwaldhoff2003/11/11 16:14:23 Modified:functor project.xml Log: list Herve as a contributor Revision ChangesPath 1.5 +4 -0 jakarta-commons-sandbox/functor/project.xml Index: project.xml ===

cvs commit: jakarta-commons-sandbox/functor maven.xml

2003-11-11 Thread rwaldhoff
rwaldhoff2003/11/11 16:24:40 Modified:functor maven.xml Log: de-register checkstyle report for now, since the checkstyle config format has changed Revision ChangesPath 1.3 +5 -0 jakarta-commons-sandbox/functor/maven.xml Index: maven.xml

SUBMITING new StringUtils.method

2003-11-11 Thread Arun Thomas
Goto http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22692 Attach your source and test files. -AMT P.S. // defaults to true public boolean isIgnoreLeadingWhitespace(); public void setIgnoreLeadingWhitespace(boolean ignoreLeadingWhitespace); // defaults to true public

cvs commit: jakarta-commons-sandbox/functor maven.xml

2003-11-11 Thread rwaldhoff
rwaldhoff2003/11/11 16:34:02 Modified:functor maven.xml Log: register clover report Revision ChangesPath 1.4 +1 -0 jakarta-commons-sandbox/functor/maven.xml Index: maven.xml === RCS

Re: [codec] Release mechanics?

2003-11-11 Thread Martin Cooper
On Tue, 11 Nov 2003, Gary Gregory wrote: Tim, I have a [vote] request message prepared for posting... but, I notice that previous similar vote request messages include a pointer to a ~username URL with the content of the RC build. For example: The source for this release candidate has been

Re: [codec] Release mechanics?

2003-11-11 Thread Martin van den Bemt
login to cvs.apache.org and add a public_html directory to the root of your home dir and add your content there.. Mvgr, Martin On Wed, 2003-11-12 at 01:29, Gary Gregory wrote: Tim, I have a [vote] request message prepared for posting... but, I notice that previous similar vote request

Re: [codec] Release mechanics?

2003-11-11 Thread David Graham
--- Gary Gregory [EMAIL PROTECTED] wrote: Tim, I have a [vote] request message prepared for posting... but, I notice that previous similar vote request messages include a pointer to a ~username URL with the content of the RC build. For example: The source for this release candidate has

cvs commit: jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/core/composite WhileDoProcedure.java DoWhileProcedure.java

2003-11-11 Thread rwaldhoff
rwaldhoff2003/11/11 16:50:44 Modified:functor/src/java/org/apache/commons/functor/generator Generator.java functor/src/java/org/apache/commons/functor Algorithms.java functor/src/java/org/apache/commons/functor/generator/util

cvs commit: jakarta-commons/primitives maven.xml

2003-11-11 Thread rwaldhoff
rwaldhoff2003/11/11 16:56:29 Modified:primitives maven.xml Log: register clover report Revision ChangesPath 1.3 +1 -0 jakarta-commons/primitives/maven.xml Index: maven.xml === RCS file:

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils QueryRunner.java

2003-11-11 Thread dgraham
dgraham 2003/11/11 17:00:55 Modified:dbutils/src/java/org/apache/commons/dbutils QueryRunner.java Log: Fixed message created in rethrow() so it's more consistent. Revision ChangesPath 1.6 +18 -16

[VOTE][RESULT] Release DbUtils 1.0

2003-11-11 Thread David Graham
The vote to release DbUtils 1.0 has passed. Here's a vote summary: Binding +1: Juozas Baliuka Yoav Shapira Steven Caswell David Graham Non-binding +1: Matthew Hawthorne Angelo Guido The [VOTE] thread can be found here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg29924.html I

RE: [codec] Release mechanics?

2003-11-11 Thread Gary Gregory
From: David Graham [mailto:[EMAIL PROTECTED] You do if you have an Apache email address. Login to cvs.apache.org I do not think I have such an account. Can someone check? I do have CVS karma though. If I try to login to cvs.apache.org with my CVS ggregory id via an FTP client, the socket

RE: [codec] Release mechanics?

2003-11-11 Thread Martin van den Bemt
You can only ssh into the cvs.apache.org box.. Mvgr, Martin On Wed, 2003-11-12 at 02:57, Gary Gregory wrote: From: David Graham [mailto:[EMAIL PROTECTED] You do if you have an Apache email address. Login to cvs.apache.org I do not think I have such an account. Can someone check? I do

Re: [digester] [PATCH] Adding Ant-like properties support

2003-11-11 Thread Simon Kitching
Hi Remy, I'm really keen to have this sort of feature in Digester. I've had this kind of functionality in my local application for some time now, but it's implemented in a rather different manner. Attached is my current implementation, for comparison. Here's the major differences: * Your

cvs commit: jakarta-commons/codec/src/conf MANIFEST.MF

2003-11-11 Thread ggregory
ggregory2003/11/11 18:12:17 Modified:codec/src/conf MANIFEST.MF Log: Update the Jar Manifest according to http://jakarta.apache.org/commons/releases/prepare.html Revision ChangesPath 1.2 +4 -2 jakarta-commons/codec/src/conf/MANIFEST.MF Index: MANIFEST.MF

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

2003-11-11 Thread ggregory
ggregory2003/11/11 18:16:34 Modified:codecRELEASE-NOTES.txt Log: 80 chars per line. Revision ChangesPath 1.10 +5 -5 jakarta-commons/codec/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt ===

RE: [codec] Release mechanics?

2003-11-11 Thread Gary Gregory
Ah! Thanks, I can indeed ssh into that machine. Thanks. Gary -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 18:03 To: Jakarta Commons Developers List Subject: RE: [codec] Release mechanics? You can only ssh into the

Re: [digester] Digester vs xmlbean vs JAXB

2003-11-11 Thread Craig R. McClanahan
Quoting Samuel Cheung [EMAIL PROTECTED]: I have a newbie question. What are the advantages/dis-advantages between Digester vs xmlbean vs JAXB? My understanding is they convert XML file to Java Class. Is that correct? If that is the case, shouldn't one use JAXB over xmlbean and Digester,

Re: [math] Numerical Derivative pattern q.

2003-11-11 Thread Mark R. Diggory
Bear with me, I'm trying to catchup a little bit here. My first thought here is, how is calling Function.value(x) different from calling Function.firstDerivative(x)? We don't really implement a Evaluator or EvaluatorFactory for returning a function's Function.value(x). We only provide Solvers and

cvs commit: jakarta-commons/xdocs components.xml

2003-11-11 Thread dgraham
dgraham 2003/11/11 19:04:56 Modified:xdocscomponents.xml Log: Moved DbUtils to released section. Revision ChangesPath 1.107 +15 -15jakarta-commons/xdocs/components.xml Index: components.xml

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

2003-11-11 Thread dgraham
dgraham 2003/11/11 19:07:34 Modified:dbutils RELEASE-NOTES.txt Log: Updated version number to 1.0...better late than never. Revision ChangesPath 1.3 +2 -2 jakarta-commons/dbutils/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt

cvs commit: jakarta-commons/dbutils project.xml

2003-11-11 Thread dgraham
dgraham 2003/11/11 19:08:39 Modified:dbutils project.xml Log: Updated version number to 1.1-dev. Revision ChangesPath 1.5 +1 -1 jakarta-commons/dbutils/project.xml Index: project.xml ===

[jira] Commented: (JELLY-80) GbcTag doesn't compile

2003-11-11 Thread jira
The following comment has been added to this issue: Author: Robert McIntosh Created: Tue, 11 Nov 2003 9:21 PM Body: I have revision 1.10 of this tag and it does have these two imports. - View the issue:

cvs commit: jakarta-commons/dbutils/xdocs downloads.xml

2003-11-11 Thread dgraham
dgraham 2003/11/11 19:24:27 Modified:dbutils/xdocs downloads.xml Log: Added links to mirrored downloads. Revision ChangesPath 1.2 +4 -2 jakarta-commons/dbutils/xdocs/downloads.xml Index: downloads.xml

RE: [math] remove derivative methods from distribution annonymous class

2003-11-11 Thread Brent Worden
--- Additional Comments From [EMAIL PROTECTED] 2003-11-11 15:08 --- Hey Brent, have you gotten your commit rights yet? I've signed and faxed the CLA and I sent a email to [EMAIL PROTECTED] with my requested login info. I have yet to here anything back. I'll double check the

RE: [math] Numerical Derivative pattern q.

2003-11-11 Thread Brent Worden
Will a Differentiator/Factory be solving for the derivative? In which case, as the algorithms used are really already implemented in the solvers, wouldn't we just expand them with methods that allow us to solve for the derivatives? For Example: UnivariateRealSolver bs = new

DO NOT REPLY [Bug 24636] New: - [Procrun] Typo prevents --Environment from working

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

DO NOT REPLY [Bug 24636] - [Procrun] Typo prevents --Environment from working

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

Re: cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/protocol Protocol.java

2003-11-11 Thread Roland Weber
Hello Odi, please keep in mind that Samuel just had to change his code in the opposite direction to make it work without your patch... Up until now, everyone instantiating a secure socket factory uses that type to invoke the constructor for the secure protocol. But I agree with Mike that there

DO NOT REPLY [Bug 24560] - HttpClient loops endlessly while trying to retrieve status line

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

Re: 500 Server Error from IIS 4.0 with large Content-Length

2003-11-11 Thread Ortwin Glck
Kaufmann, Scott wrote: I'm using 2.0-rc2 of http client to mimic a form based application. Everything works fine until the Content-Length of my post gets above ~45K. Then I get an IIS 4.0 genereated 500 Server Error with the response body reading: htmlheadtitleError/title/headbodyNot enough

RE: 500 Server Error from IIS 4.0 with large Content-Length

2003-11-11 Thread Kalnichevski, Oleg
Scott, Try using chunk-encoding and see if makes any difference http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/methods/EntityEnclosingMethod.html#CONTENT_LENGTH_CHUNKED

DO NOT REPLY [Bug 24560] - HttpClient loops endlessly while trying to retrieve status line

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

RE: file upload (PUT method) progress report

2003-11-11 Thread Kalnichevski, Oleg
Yong, You should be using PostMethod.setRequestBody(InputStream) method to provide the request content body (as Mike pointed out) and wrap the source InputStream with a FilterInputStream. Exactly what you choose to do in the FilterInputStream is up to you. One possibility is to file events

DO NOT REPLY [Bug 24560] - HttpClient loops endlessly while trying to retrieve status line

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

DO NOT REPLY [Bug 24560] - HttpClient loops endlessly while trying to retrieve status line

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

DO NOT REPLY [Bug 24560] - HttpClient loops endlessly while trying to retrieve status line

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

DO NOT REPLY [Bug 24560] - HttpClient loops endlessly while trying to retrieve status line

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

DO NOT REPLY [Bug 24560] - HttpClient loops endlessly while trying to retrieve status line

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

DO NOT REPLY [Bug 24560] - HttpClient loops endlessly while trying to retrieve status line

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

  1   2   >