Re: [digester] populating beans fixed to BeanUtils?

2003-10-24 Thread Ricky Panaglucci
simon, BeanUtils does the actual setting of properties. there are many other JavaSpec conforming utilities. (i use castor for introspection and generating relevant information) you are right, i can always use new rules... i still feel the dependency on BeanUtils in the populate() and

Re: Scripting in Java ?

2003-10-24 Thread Danny Angus
Mark wrote: I think its important to point out that BSF is really a Generic Framework for plugging in other scripting engines Snip... So with this in mind you can actually plug jython, rhino, etc into it and use it as a generic api for your java development. I've used BSF with both

Re: [Vote] Promote Math project to Commons Proper..

2003-10-24 Thread Mark R. Diggory
Great, well, thats +'s = 4 and -'s = 0. Is there anything else I should do before beginning the process of migration outlined in the wiki? -Mark Henri Yandell wrote: +1 On Thu, 23 Oct 2003, Stephen Colebourne wrote: +1 - Original Message - From: Mark R. Diggory [EMAIL PROTECTED]

RE: [Vote] Promote Math project to Commons Proper..

2003-10-24 Thread Shapira, Yoav
Howdy, Yes: give the vote a bit more time. I like to give it a full week from posting the [Vote] to posting the [Vote][Results]. The vote results should be posted with a cc to [EMAIL PROTECTED] before you begin the CVS migration. Yoav Shapira Millennium ChemInformatics -Original

Re: [Vote] Promote Math project to Commons Proper..

2003-10-24 Thread Mark R. Diggory
Of course, I would like to be fair as well. I'm just feeling a little Gung Ho. -Mark Shapira, Yoav wrote: Howdy, Yes: give the vote a bit more time. I like to give it a full week from posting the [Vote] to posting the [Vote][Results]. The vote results should be posted with a cc to [EMAIL

DO NOT REPLY [Bug 24047] - Interaction with Commons-Configuration

2003-10-24 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=24047. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [Vote] Promote Math project to Commons Proper..

2003-10-24 Thread Henri Yandell
I've always aimed for a minimum of 48 hours, then do a result. It's the usual: Do what you want, unless the community objects. This is the community objecting to a 'result' now :) Hen On Fri, 24 Oct 2003, Shapira, Yoav wrote: Howdy, Yes: give the vote a bit more time. I like to give it a

DO NOT REPLY [Bug 24104] New: - SetPropertyRule not working for mapped properties with keys contianing a period.

2003-10-24 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=24104. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24108] New: - Opera-Fileupload-Items are not recognized if empty

2003-10-24 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=24108. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [dbutils] Status Update

2003-10-24 Thread Craig R. McClanahan
David Graham wrote: A lot has happened in DbUtils recently so here's a quick status update: The API has been cleaned up. I added a Proxy based solution to the JDBC API incompatibilities. We need to validate that this works the way we want. We have pretty good test coverage The Maven build is

DO NOT REPLY [Bug 24108] - Opera-Fileupload-Items are not recognized if empty

2003-10-24 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=24108. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[Math] order-statistics tree (augmented red-black)

2003-10-24 Thread Bryce Alcock
I would like an order - statistics tree, Which behaves with the same running times as a standard red-black binary search tree. The Java TreeSet and TreeMap are both red-black trees based on the algorithm from CLRS (Corman Leiserson Rivest Stein), however in looking at the code, it would not be

RE: [configuration][PATCH]HierarchicalConfiguration

2003-10-24 Thread Eric Pugh
Oliver, I wanted to look at your code, but I don't seem to have it as an attachement.. Could you resend it or open a bug and attach it? Thanks.. ERic -Original Message- From: Oliver Heger [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 3:02 PM To: Jakarta Commons

cvs commit: jakarta-commons-sandbox/cli/src/test/org/apache/commons/cli2 PropertyOptionTest.java CommandLineTest.java GroupTest.java ApplicationTest.java

2003-10-24 Thread roxspring
roxspring2003/10/24 11:49:49 Modified:cli/src/java/org/apache/commons/cli2 ArgumentBuilder.java Option.java GroupImpl.java PropertyOption.java ArgumentImpl.java CommandLine.java ParentImpl.java Group.java

Re: Scripting in Java ?

2003-10-24 Thread Al Chou
Danny Angus, I deleted your message accidentally and thus don't have your email address (Jakarta's mail archive completely removes them from the messages rather than simply obscuring them), otherwise I might have asked this question privately. I asked the same question on the BSF list last

RE: Scripting in Java ?

2003-10-24 Thread Steve Raeburn
Not sure if it'll help you, but you can ask ezmlm to send you previous messages again: To get messages 123 through 145 (a maximum of 100 per request), mail: [EMAIL PROTECTED] To get an index with subject and author for messages 123-456 , mail: [EMAIL PROTECTED] Send a message to

Re: Client Certificate Authentication Question

2003-10-24 Thread Ortwin Glück
Dan Tran wrote: The question here is how to I configure EasySSLProtocolSocketFactory to handle client certificate? This is completely implementation dependent. For JSSE take a look at

java exception

2003-10-24 Thread [EMAIL PROTECTED]
Hi all, I am not sure this is the right context for my question..If it's not, feel free to ignore it. I received a 'strange' error message from java VM while I was executing an application which involved 500 threads running httpclient in multithread mode on a standard pc. Each thread was

RE: Problem maintaining sessions through HTTPS

2003-10-24 Thread Oleg Kalnichevski
I see, so the reason I don't see cookies in OC4J might be because they use this method. Do you know if (and how) HttpClient supports this type of session? Arjan, SSL support is completely independent from HttpClient. HttpClient simply uses JSSE service to establish SSL connections. If JSSE

Re: java exception

2003-10-24 Thread Michael Becke
Hello, This is an internal JVM error. It doesn't appear to be an OutOfMemoryException. I would suggest talking to Sun about this one. You may also want to upgrade to a newer JVM. Mike On Friday, October 24, 2003, at 01:13 PM, [EMAIL PROTECTED] wrote: Hi all, I am not sure this is the