Re: cvs commit: jakarta-commons/dbcp project.properties project.xml

2003-03-06 Thread dion
Rodney, was there a reason to stop dbcp inheriting from the common project descriptor, i.e. > - ../project.xml -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au [EMAIL PROTECTED] wrote on 07/03/2003 09:53:51 A

Re: cvs commit: jakarta-commons/jexl/src/java/org/apache/commons/jexl/parserASTGTNode.java ASTLTNode.java

2003-03-06 Thread dion
Bob/Geir, I've noticed gt, lt, le, ge etc don't work when one of the arguments is a string from a variable, e.g. in jelly: if I substitute 12 for fred, all is ok -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multita

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/cpdsadapter ConnectionImpl.java

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 16:24:09 Modified:dbcp build.properties.sample project.xml build.xml dbcp/src/test/org/apache/commons/dbcp/jdbc2pool TestJdbc2PoolDataSource.java dbcp/src/java/org/apache/commons/dbcp/jdbc2pool

Re: [VOTE] Release vote for JXPath 1.1

2003-03-06 Thread Costin Manolache
+1 Costin Stephen Colebourne wrote: > +1, and +1 on Roberts additions. > Stephen > > - Original Message - > From: "robert burrell donkin" <[EMAIL PROTECTED]> > To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> > Sent: Wednesday, March 05, 2003 8:27 PM > Subject: Re: [VOTE] Relea

cvs commit: jakarta-commons/xdocs/stylesheets project.xml

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 15:54:44 Modified:xdocsdbcp.xml xdocs/stylesheets project.xml Log: dbcp docs moved to maven-generated site (within ../dbcp/xdocs) Revision ChangesPath 1.2 +4 -57 jakarta-commons/xdocs/dbcp.xml Index: dbcp.xml ===

Re: [collections] Desirability of typed and other validatedCollections

2003-03-06 Thread Stephen Colebourne
From: "grumpoxl" <[EMAIL PROTECTED]> > I don't see the PredicateUtils class, I'm assuming by saying "with a > little tweaking in CVS" you mean it has to be created. No, PredicateUtils exists in [lang]. The tweaking means that it implements the same interface, but in a different package. Simple eno

cvs commit: jakarta-commons/dbcp/xdocs index.xml

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 15:20:39 Modified:dbcp .cvsignore Added: dbcp/xdocs/stylesheets project.xml dbcp/xdocs index.xml Log: add basic xdocs (actually, copy index.xml from ../xdocs/dbcp.xml) Revision ChangesPath 1.5 +1 -0 jakarta-commons

Re: [lang] Summarising Purple Was: [lang] Adding Purple to StringUtils

2003-03-06 Thread Henri Yandell
On Thu, 6 Mar 2003, Stephen Colebourne wrote: > From: "Henri Yandell" <[EMAIL PROTECTED]> > > 1) Add abbreviate(), merging StringTaglib truncateNicely functionality in > > if different. > +1 > > > 2) strdiff/strdiffat functionality added, under the names: > > differentText and differentAt. > +1

cvs commit: jakarta-commons/dbcp/xdocs/stylesheets - New directory

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 15:18:23 jakarta-commons/dbcp/xdocs/stylesheets - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [collections] Desirability of typed and other validatedCollections

2003-03-06 Thread grumpoxl
My idea was to provide 3 constructors; TypedCollection() - no type specified, uses default class (Object) and default Collection type (ArrayList) TypedCollection(Collection) - no type, but uses specified collection TypedCollection(Class) - uses specified type and default Collection TypedCollect

cvs commit: jakarta-commons/dbcp project.properties project.xml

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 14:53:51 Modified:dbcp project.xml Added: dbcp project.properties Log: better maven support Revision ChangesPath 1.8 +55 -19jakarta-commons/dbcp/project.xml Index: project.xml ===

DO NOT REPLY [Bug 17654] - EnumUtils nit: The import java.io.Serializable is never used

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

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/enum EnumUtils.java

2003-03-06 Thread scolebourne
scolebourne2003/03/06 14:50:21 Modified:lang/src/java/org/apache/commons/lang/enum EnumUtils.java Log: Remove unused import from Gary Gregory Revision ChangesPath 1.6 +1 -2 jakarta-commons/lang/src/java/org/apache/commons/lang/enum/EnumUtils.java Index:

[collections] Bug 17616 - Properties encoding

2003-03-06 Thread Stephen Colebourne
http://issues.apache.org/bugzilla/show_bug.cgi?id=17616 It appears that in the quest to write a better Properties class, the ASCII nature of existing properties files was overlooked. The problem I see is whether we are prepared to accept a backwardsly incompatable change here. The change is that

Re: [PATCH] AdaptorRegistry

2003-03-06 Thread Stephen Colebourne
Bugzilla or a hyperlink are valid alternatives. Stephen - Original Message - From: "Howard M. Lewis Ship" <[EMAIL PROTECTED]> To: "'Jakarta Commons Developers List'" <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 10:21 PM Subject: RE: [PATCH] AdaptorRegistry > Looks like something at

Re: [lang] Summarising Purple Was: [lang] Adding Purple to StringUtils

2003-03-06 Thread Stephen Colebourne
From: "Henri Yandell" <[EMAIL PROTECTED]> > 1) Add abbreviate(), merging StringTaglib truncateNicely functionality in > if different. +1 > 2) strdiff/strdiffat functionality added, under the names: > differentText and differentAt. +1 were these the suggested names? > 3) camelCaseToUnderscore. Con

Re: [lang] Mid - StringUtils Questions and Suggestions

2003-03-06 Thread Stephen Colebourne
> * Um, what's the difference between mid() and substring()? mid (and left & right) are BASIC inspired methods. They differ from substring in that - they use length - they do not throw index out of bounds exceptions Stephen - T

RE: [PATCH] AdaptorRegistry

2003-03-06 Thread Howard M. Lewis Ship
Looks like something ate the patch (I tried at attach it as an enclosure). Before I look any stupider, what's the right procedure for distributing a patch for evaluation? -- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/proposals/tapestry > -Original

Re: [collections] Desirability of typed and othervalidatedCollections

2003-03-06 Thread Henri Yandell
On Thu, 6 Mar 2003, Stephen Colebourne wrote: > I believe that my first submission to commons was a proposed typed > collection. Now here I am maintaining the package and we've come full > circle > > My original proposal was changed to become the Predicated Collection > decorators. Unfortuna

Re: [collections] Desirability of typed and othervalidatedCollections

2003-03-06 Thread Stephen Colebourne
I believe that my first submission to commons was a proposed typed collection. Now here I am maintaining the package and we've come full circle My original proposal was changed to become the Predicated Collection decorators. Unfortunately, these got stymied by politics over which project got t

[PATCH] AdaptorRegistry

2003-03-06 Thread Howard M. Lewis Ship
A while back, I discussed the AdaptorRegistry used throughout Tapestry. Think of it as a "smart Map", that connects arbitrary objects to a "best-fit" adaptor by doing a search based on inheritance and implemented interfaces. I've created a patch from the jakarta-commons/lang/src. This patch adds

[jexl] div

2003-03-06 Thread bob mcwhirter
Howdy-- Jexl seems to implement 'div' as simple division, instead of the pair with 'mod'. I'd like to correct it. Was this a design though, for 'div' to be divison, and not the typical div operator? -bob - To unsubsc

Re: [VOTE] Release vote for JXPath 1.1

2003-03-06 Thread Stephen Colebourne
+1, and +1 on Roberts additions. Stephen - Original Message - From: "robert burrell donkin" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 8:27 PM Subject: Re: [VOTE] Release vote for JXPath 1.1 > +1 > > i did notice a couple

[lang] Summarising Purple Was: [lang] Adding Purple to StringUtils

2003-03-06 Thread Henri Yandell
So, summarising the purple thread: 1) Add abbreviate(), merging StringTaglib truncateNicely functionality in if different. 2) strdiff/strdiffat functionality added, under the names: differentText and differentAt. 3) camelCaseToUnderscore. Consider addition of this method. I'm tempted to think

cvs commit: jakarta-commons/dbcp/src/test/org/apache/commons/dbcp/jdbc2pool TestJdbc2PoolDataSource.java

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 13:41:47 Modified:dbcp/src/test/org/apache/commons/dbcp TestConnectionPool.java dbcp/src/test/org/apache/commons/dbcp/jdbc2pool TestJdbc2PoolDataSource.java Log: remove unneccessary calls to Thread.cur

DO NOT REPLY [Bug 17680] - PoolableConnection.reallyClose() doesn't decrement active count

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

cvs commit: jakarta-commons/jexl/src/java/org/apache/commons/jexl/parser ASTGTNode.java ASTLTNode.java

2003-03-06 Thread werken
werken 2003/03/06 13:34:33 Modified:jexl/src/java/org/apache/commons/jexl/parser ASTGTNode.java ASTLTNode.java Log: jexl seems to enjoy producing java.lang.Long from multiplicative expressions, but integral constants are java.lang.Integer. jexl would o

RE: [lang] Adding Purple to StringUtils

2003-03-06 Thread Steven Caswell
Yeah, I can see the use in code generation. I was +1ing mostly to Henri's comment that it seems a bit specific for StringUtils. Steven Caswell [EMAIL PROTECTED] a.k.a Mungo Knotwise of Michel Delving "One ring to rule them all, one ring to find them..." > -Original Message- > From: Stev

RE: [JAXL & JELLY] size() behavior question

2003-03-06 Thread Stanley,Michael P.
I would be happy to supply this patch. Choose your flavor... > -Original Message- > From: Stanley,Michael P. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 11:18 AM > To: 'Jakarta Commons Developers List' > Subject: RE: [JAXL & JELLY] size() behavior question > > [snip] > > >

Re: [collections] Desirability of typed and othervalidatedCollections

2003-03-06 Thread grumpoxl
If you read the paragraph that starts with... > I wasn't proposing to get rid of the casting involved when retrieving Objects You'll see that what I'm suggesting has nothing to do with casting. Also, downloading a prototype implementation of the java compiler, which requires the 1.4 compiler to

Re: [lang] chop and chomp

2003-03-06 Thread Morgan Delagrange
--- Alex Chaffee / Purple Technology <[EMAIL PROTECTED]> wrote: > On Wed, Mar 05, 2003 at 12:59:28PM -0800, Morgan > Delagrange wrote: > > > > --- Alex Chaffee / Purple Technology > <[EMAIL PROTECTED]> > > wrote: > > > > > > Perl: > > > > > > chop removes the final character, no matter what > i

Re: [collections] Desirability of typed and other validated Collections

2003-03-06 Thread Henri Yandell
Hmm. I thought these were already in Collections :) But it seems not. I'm in favour of it. +1 On 6 Mar 2003, grumpoxl wrote: > Is there any interest in creating typed Collections? Even though it > looks like Java is providing generics with 1.5, this could serve as a > good holdover until then,

Re: [collections] Desirability of typed and other validatedCollections

2003-03-06 Thread David Graham
You don't need 1.5 to use generics because you can download the prototype implementation already. This further alleviates any need to duplicate this effort in Jakarta. IMO, all this redundant work just to avoid casting isn't worth it. David From: grumpoxl <[EMAIL PROTECTED]> Reply-To: "Jak

DO NOT REPLY [Bug 17680] - PoolableConnection.reallyClose() doesn't decrement active count

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

Re: [collections] Desirability of typed and other validatedCollections

2003-03-06 Thread grumpoxl
> It seems like a waste of time to write/maintain code that will be obsolete > quite soon. I don't find casting collection objects to be terribly painful > and 1.5 will provide the function you would be coding. > > David It is true that Java 1.5 will include generics, and that any typed Collec

[jelly] [jexl] ${in} ?

2003-03-06 Thread bob mcwhirter
Geir, Strachan-- This is probably in the same boat as the 'size' lexing issue, but I'm finding impossible to use a variable named ${in}. I can't rename the variable, as I'm using it in a to define a tag that has an @in attribute. I'm going to commit a work-around to jelly unless you bamphf me,

Karma to sandbox

2003-03-06 Thread Quinton McCombs
I was hoping to get sufficient karma to commit to the sandbox. My apache id is quintonm. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/jdbc2pool KeyedCPDSConnectionFactory.java CPDSConnectionFactory.java

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 11:25:38 Modified:dbcp/src/java/org/apache/commons/dbcp DelegatingPreparedStatement.java DelegatingStatement.java DelegatingCallableStatement.java DelegatingConnection.java

DO NOT REPLY [Bug 15123] - Incorrect stack trace shown when abandoned connections are closed

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

Re: [dbutils] Proxies

2003-03-06 Thread Juozas Baliuka
I have added this stuff, but possible it is better to have some new experimental project dependant on dbutils and attributes. I want to implement somethin like this : interface MyDAO{ @sql SELECT MAX(VALUE) FROM MY_TABLE WHERE VALUE < $1 int getMaxLesThan(int p1); @sql SELECT COU

DO NOT REPLY [Bug 15123] - Incorrect stack trace shown when abandoned connections are closed

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

DO NOT REPLY [Bug 14663] - Tomcat5 server hangs when trying to get the database connection

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

Re: [collections] Desirability of typed and other validated Collections

2003-03-06 Thread David Graham
It seems like a waste of time to write/maintain code that will be obsolete quite soon. I don't find casting collection objects to be terribly painful and 1.5 will provide the function you would be coding. David From: grumpoxl <[EMAIL PROTECTED]> Reply-To: "Jakarta Commons Developers List" <

DO NOT REPLY [Bug 15123] - Incorrect stack trace shown when abandoned connections are closed

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

[collections] Desirability of typed and other validated Collections

2003-03-06 Thread grumpoxl
Is there any interest in creating typed Collections? Even though it looks like Java is providing generics with 1.5, this could serve as a good holdover until then, - a TypedCollection(Integer.class) would only allow Integers to its add methods - a TypedMap(String.class, Integer.class) would only

DO NOT REPLY [Bug 17015] - GenericObjectPool.invalidateObject() doesn't work with AbandonedObjectPool

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

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp AbandonedObjectPool.java

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 10:59:12 Modified:dbcp project.xml dbcp/src/java/org/apache/commons/dbcp AbandonedObjectPool.java Log: * override invalidateObject in AbandonedObjectPool to remove the object from the tracked set * change maven descrip

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils ProcedureUtils.java DbUtils.java

2003-03-06 Thread baliuka
baliuka 2003/03/06 10:47:35 Modified:dbutils/src/java/org/apache/commons/dbutils DbUtils.java Added: dbutils/src/java/org/apache/commons/dbutils ProcedureUtils.java Log: added ProdedureUtils, possible a new religion Revision ChangesPath 1.1

Re: [Jelly][PATCH] BSF Script Patch

2003-03-06 Thread Pete Kazmier
> On Thu, 6 Mar 2003 07:56:36 -, "James Strachan" said: James> Hi Pete This is the same BSF script patch I applied yesterday James> isn't it? I didn't see any differences - did I miss something? Nope, you didn't miss a thing. Check the date, it seems my mail has been sitting in a moderat

Re: [CLI] Version 2.0 - API

2003-03-06 Thread John Keyes
On Wed, 2003-03-05 at 22:12, Michael Lanzetta wrote: > On an unrelated note (but as long as you're looking at a future API), I > have a program that needs to do some post-processing on the argument > values for certain options. This is impossible in your current (v1.0) > implementation (nor in

Re: [CLI] Version 2.0 - API

2003-03-06 Thread Herve Quiroz
Hi Michael, On Wed, 5 Mar 2003, Michael Lanzetta wrote: > immediate problem, but ideally it would be nice to allow for the execution > of a functor on the sighting of the option, and on each argument. > Something like: > > OptionBuilder.onOption(OptionFunctor) > ArgumentBuilder.onValue(ArgumentFu

DO NOT REPLY [Bug 17635] - PoolableConnectionFactory-Construction declared to throw Exception

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

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp PoolableConnectionFactory.java

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 07:26:07 Modified:dbcp/src/java/org/apache/commons/dbcp PoolableConnectionFactory.java Log: throws Exception clause wasn't necessary This closes bug 17635 Thanks Thomas. Rev

DO NOT REPLY [Bug 13930] - Adding connection parameters to BasicDataSourceFactory

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

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp BasicDataSourceFactory.java

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 07:22:26 Modified:dbcp/src/java/org/apache/commons/dbcp BasicDataSourceFactory.java Log: Expose a connectionProperties property. This closes bug 13930 Thanks Peter. Revision

DO NOT REPLY [Bug 17200] - DBCP: org.apache.commons.dbcp.cpdsadapter.PooledConnectionImpl.close() does not always close physical connection

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

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/cpdsadapter PooledConnectionImpl.java

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 07:10:19 Modified:dbcp/src/java/org/apache/commons/dbcp/cpdsadapter PooledConnectionImpl.java Log: Make sure connection is closed in close(), even if there is no pstmtPool. This closes bug 17200

DO NOT REPLY [Bug 14267] - DBCP doesn't work on Tomcat 4.1.12 and Oracle JDBC driver

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

DO NOT REPLY [Bug 16581] - Deadlock in AbandonedObjectPool when firewall closes connections

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

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java BasicDataSourceFactory.java

2003-03-06 Thread rwaldhoff
rwaldhoff2003/03/06 06:58:42 Modified:dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java BasicDataSourceFactory.java Log: Apply Gerald Turner's patch that exposes idle eviction parameters in BasicDataSource/BasicDataSourceFactory This closes bug 165

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp FTPClient.java FTPFileEntryParser.java FTPFileIterator.java FTPFileList.java FTPFileListParser.java FTPFileListParserImpl.java

2003-03-06 Thread scohen
scohen 2003/03/06 04:38:43 Modified:net/src/java/org/apache/commons/net/ftp FTPClient.java FTPFileEntryParser.java FTPFileIterator.java FTPFileList.java FTPFileListParser.java FTPFileListParserImpl.java Log: Mak

DO NOT REPLY [Bug 17618] - [jelly] Bug in ImportTag as child of TransformTag

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

DO NOT REPLY [Bug 17619] - [jelly] ClassLoader Problems with XMLParser and XMLParser reuse

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

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core ParseTag.java CoreTagLibrary.java

2003-03-06 Thread jstrachan
jstrachan2003/03/06 03:50:42 Modified:jelly/src/java/org/apache/commons/jelly/tags/core CoreTagLibrary.java Added: jelly/src/java/org/apache/commons/jelly/tags/core ParseTag.java Log: added a first cut of a parse tag that can be

cvs commit: jakarta-commons/jelly/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml ParseTag.java

2003-03-06 Thread jstrachan
jstrachan2003/03/06 03:39:38 Modified:jelly/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml ParseTag.java Log: removed some unused imports Revision ChangesPath 1.4 +5 -12 jakarta-commons/jelly/jelly-tags/xml/src/java/org/apache

[GUMP] Build Failure - commons-jelly-tags-html

2003-03-06 Thread Morgan Delagrange
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/j

[GUMP] Build Failure - commons-jelly-tags-swt

2003-03-06 Thread Morgan Delagrange
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/ja