[email] class Email doesn't have getTo() method ?

2007-04-18 Thread Travis Reeder
Hi all, So Email.java has addTo() and setTo(), but no getTo(). Any reason for this or just something that was overlooked? Travis

Re: UploadServlet: why does parseRequest() not return a Map?

2007-03-08 Thread Travis Reeder
I've been wondering the same thing. A second method would be nice that put it into a map. Travis On 3/7/07, Martin Cooper [EMAIL PROTECTED] wrote: I'm not the original API designer, so I can't give you a definitive answer. However, returning a Map would result in a loss of information

POOL: How can you force objects out of the pool?

2007-01-31 Thread Travis Reeder
For example, say after some period of time you want to force even active objects out of the pool to give them a fresh start? Travis

How I solved Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader

2006-12-14 Thread Travis McLeskey
directories readable (and executable, for dirs) by all. Travis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Lang] XMLToStringBuilder

2005-03-15 Thread Travis Stevens
I have coded an XMLToStringBuilder. Useful for visualizing a large hierarchy of objects. http://gdsg.ngdc.noaa.gov/projects/xmlToStringStyle/ -Trav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [Lang] ReflectionToStringBuilder bug

2005-02-16 Thread Travis Stevens
Good day! Gary Gregory wrote: I suggest that you attach a unit test patch such that one can: apply the unit test patch, watch the test fail, apply the code patch, and watch the test pass. I have added a unit test (in the form of a patch to the current unit test) to the bug described at

[Lang] ReflectionToStringBuilder bug

2005-02-15 Thread Travis Stevens
I have added this bug to bugzilla http://issues.apache.org/bugzilla/show_bug.cgi?id=33574 It states the following: I think it should be important for calls to ToStringStyle.appendFieldStart() be balanced with calls to ToStringStyle.appendFieldEnd(). The method

RE: Re: BrowserDetector

2003-06-23 Thread travis
Interesting, does that support hte latest browsers i wonder? Travis Original Message From: robert burrell donkin [EMAIL PROTECTED] Sent: 2003-06-23 To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: BrowserDetector ViewCVS is your friend when you're facing a problem like

RE: RE: Re: [DBCP] Strange Problems and Errors

2003-04-03 Thread travis
I added the validation query and it still has the same problem. Travis Original Message From: Rodney Waldhoff [EMAIL PROTECTED] Sent: 2003-04-02 To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: RE: Re: [DBCP] Strange Problems and Errors On Tue, 1 Apr 2003 [EMAIL PROTECTED

RE: RE: Re: [DBCP] Strange Problems and Errors

2003-04-02 Thread travis
So nobody else has ever had this problem?? Travis Original Message From: [EMAIL PROTECTED] Sent: 2003-04-01 To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: RE: Re: [DBCP] Strange Problems and Errors It's almost as if every time i call close it decrements, but nothing ever

[DBCP] Strange Problems and Errors

2003-04-01 Thread travis
are getitng this error (== bad), then you refresh and the error is gone. Thanks in advance Travis Reeder Space Program http://www.spaceprogram.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Re: [DBCP] Strange Problems and Errors

2003-04-01 Thread travis
://www.ecommstats.com ). This is fairly heavily hit though, how well does DBCP perform under pressure? Travis Original Message From: Rodney Waldhoff [EMAIL PROTECTED] Sent: 2003-04-01 To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: [DBCP] Strange Problems and Errors

DBCP and ORA-01000: Maximum open cursors exceeded

2003-03-10 Thread travis
automatically or anything. Travis Reeder Space Program http://www.spaceprogram.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Re: DBCP and ORA-01000: Maximum open cursors exceeded

2003-03-10 Thread travis
everything eventually, or closing a statement will close the resultsets eventually. not so with oracle. Travis Original Message From: Craig R. McClanahan [EMAIL PROTECTED] Sent: 2003-03-10 To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: DBCP and ORA-01000: Maximum open

Instructions on DBCP

2003-02-26 Thread travis
PoolableConnectionFactory(connectionFactory,connectionPool,null,null,false,true); PoolingDataSource dataSource = new PoolingDataSource(connectionPool); the DriverConnectionFactory constructor is wrong. just an fyi. Travis Reeder Space Program http://www.spaceprogram.com

cookie problems

2002-11-26 Thread Travis Kelley
cookies. I get an array index out of bounds exception. Can anyone tell me what I'm doing wrong? Travis -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]