[PATCH] Latka : RequestFailedEvent.java

2002-01-15 Thread dion
Fix formatting and add javadocs Index: jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestFailedEvent.java === RCS file:

[PATCH] Latka RequestSkippedEvent.java

2002-01-15 Thread dion
Added javadocs Index: jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestSkippedEvent.java === RCS file: /home/cvspublic/jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestSkippedEvent.java,v

[PATCH] Latka RequestSucceededEvent.java

2002-01-15 Thread dion
Added javadocs and fixed formatting Index: jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestSucceededEvent.java === RCS file:

[PATCH] Latka - SuiteCompletedEvent.java

2002-01-15 Thread dion
Fixed formatting and added javadocs Index: jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteCompletedEvent.java === RCS file:

[PATCH] Latka SuiteEvent.java

2002-01-15 Thread dion
Added javadocs Index: jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteEvent.java === RCS file: /home/cvspublic/jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteEvent.java,v retrieving revision

Re: cvs commit: jakarta-commons-sandbox/jdbc2pool - New directory

2002-01-15 Thread John McNally
Randy Speh wrote: Could you please give me hint on how the new jdbc2pool connection pool is supposed to be used? I would like to use a OracleConnectionPoolDataSource to pool some connections and in another case I'd like to use a DataSource object managed by WebSphere. The pool will use

[PATCH] Latka - build.properties docs on where to get downloads

2002-01-15 Thread dion
documentation in the build.properties file for required jars BTW, shouldn't this be called build.properties.sample, and have build.properties in .cvsignore? Otherwise if multiple projects use build.properties, each developer will need to change theirs in the cvs directory. -- dIon

RE: [simplestore] inital check in

2002-01-15 Thread Juozas Baliuka
Hi, This is cache implementation, it will not work if key has strong referense on value (or have bugs). There is a very simple test in MemoryStore main method. I send a correct implementation for SoftReferenceMap in commons collections a month ago, but it was forgot. It is possible to implement

RE: [simplestore] inital check in

2002-01-15 Thread Gerhard Froehlich
Hi Juozas, do you have interest to move your implemenation to my simplestore package? The only thing you have to do, is to replace your Store interface with my Store interface. I identify two objects we can need: - your MemoryStore, maybe it needs a new name. - your SynchronizedStore, that can

Re: [VOTE] Dion Gillard as committer

2002-01-15 Thread Ted Husted
+1 Jeff Turner wrote: Hi all, I'd like to nominate Dion Gillard [EMAIL PROTECTED] as a committer. Since September/October he has submitted numerous patches for Latka, and brought an interesting perspective to discussions (having developed a similar httpunit-based functional testing

[PATCH] Latka - BaseRequestEvent.java - added @author to javadocs

2002-01-15 Thread dion
Saw this pop up in the GUMP build. Index: jakarta-commons/latka/src/java/org/apache/commons/latka/event/BaseRequestEvent.java === RCS file:

RE: [simplestore] inital check in

2002-01-15 Thread Tom Klaasen (TeleRelay)
-Original Message- From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] Sent: zaterdag 12 januari 2002 18:12 To: Jakarta Commons Developers List Subject: [simplestore] inital check in Hi all, I just booked in the first version of the simplestore into the sandbox area. [...]

RE: [simplestore] inital check in

2002-01-15 Thread Juozas Baliuka
Hi, I think simple store is too simple :). I see some things to do for simple store. 1. Add meaningful exception classes 2. Add some helper key class for keys like Class + OID : Object key = new OID( myClass, someKey ); 3.Add simple finders and batch to store interface for optimizations:

cvs commit: jakarta-commons build.properties.sample

2002-01-15 Thread jefft
jefft 02/01/14 19:25:32 Modified:.build.properties.sample Log: Parametrize the properties, so the default can be overridden in one place. Revision ChangesPath 1.3 +10 -9 jakarta-commons/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-commons BUILD_DOCS.txt build.properties.sample build.xml build.bat build.sh cpappend.bat

2002-01-15 Thread jefft
jefft 02/01/14 21:23:17 Modified:.BUILD_DOCS.txt build.properties.sample build.xml Removed: .build.bat build.sh cpappend.bat Log: Make building the site docs easier: - Remove the build scripts (unneeded now) - In build.properties.sample, added

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator ValidatorTest.java

2002-01-15 Thread dwinterfeldt
dwinterfeldt02/01/14 22:06:24 Modified:validator/src/share/org/apache/commons/validator Field.java FormSet.java Validator.java ValidatorResources.java ValidatorResourcesInitializer.java Var.java

RE: [simplestore] inital check in

2002-01-15 Thread Tom Klaasen (TeleRelay)
-Original Message- From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] Sent: dinsdag 15 januari 2002 18:37 To: Jakarta Commons Developers List Subject: RE: [simplestore] inital check in Hi, I think simple store is too simple :). I see some things to do for simple store. [...] 4.

[simplestore] enhancements (was: [simplestore] inital check in)

2002-01-15 Thread Gerhard Froehlich
Juozas From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] Hi, I think simple store is too simple :). :) I see some things to do for simple store. 1. Add meaningful exception classes +1 on this! 2. Add some helper key class for keys like Class + OID : Object key = new OID( myClass, someKey

RE: [simplestore] inital check in

2002-01-15 Thread Juozas Baliuka
It is kind of cashe implementation for simple store At 01:09 PM 1/15/2002 +0100, you wrote: Hi Juozas, do you have interest to move your implemenation to my simplestore package? The only thing you have to do, is to replace your Store interface with my Store interface. I identify two objects we

Re: [VOTE] Dion Gillard as committer

2002-01-15 Thread Morgan Delagrange
+1! - Original Message - From: Jeff Turner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 14, 2002 7:49 PM Subject: [VOTE] Dion Gillard as committer Hi all, I'd like to nominate Dion Gillard [EMAIL PROTECTED] as a committer. Since September/October he has submitted

RE: [simplestore] inital check in

2002-01-15 Thread Gerhard Froehlich
-Original Message- From: Tom Klaasen (TeleRelay) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 6:06 PM To: Jakarta Commons Developers List Subject: RE: [simplestore] inital check in -Original Message- From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] Sent: dinsdag

cvs commit: jakarta-commons/latka/doc index.xml

2002-01-15 Thread morgand
morgand 02/01/15 13:56:02 Added: latka/doc index.xml Log: latka docbook before xpath validator doco Revision ChangesPath 1.1 jakarta-commons/latka/doc/index.xml Index: index.xml

Re: [Vote] Mapper framework in sandbox (was RE: Commons Validator Pac kaging/Content)

2002-01-15 Thread Jeff Turner
On Tue, Jan 15, 2002 at 10:24:37AM +0100, Rey Francois wrote: I've sent this post yesterday but I'm pretty sure it will quickly fade under the abyss of all the posts on this list. So I post my proposal again, using a more appropriate title, and using the recommended format: Proposal for a

cvs commit: jakarta-commons/latka/xsl/docbook - New directory

2002-01-15 Thread morgand
morgand 02/01/15 14:26:34 jakarta-commons/latka/xsl/docbook - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/latka/xsl/docbook/common - New directory

2002-01-15 Thread morgand
morgand 02/01/15 14:26:43 jakarta-commons/latka/xsl/docbook/common - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/latka/xsl/docbook/lib - New directory

2002-01-15 Thread morgand
morgand 02/01/15 14:27:10 jakarta-commons/latka/xsl/docbook/lib - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/latka/xsl/docbook/xhtml - New directory

2002-01-15 Thread morgand
morgand 02/01/15 14:27:28 jakarta-commons/latka/xsl/docbook/xhtml - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/simplestore README.txt PROPOSAL LICENSE build.xml

2002-01-15 Thread froehlich
froehlich02/01/15 11:40:09 Removed: simplestore README.txt PROPOSAL LICENSE build.xml Log: remove binary check in source files -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2002-01-15 Thread froehlich
froehlich02/01/15 11:40:42 Removed: simplestore/src/conf MANIFEST.MF Log: remove binary check in source files -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore StoreJanitorImpl.java StoreJanitor.java Store.java MRUMemoryStore.java JispStringKey.java JispFilesystemStore.java

2002-01-15 Thread froehlich
froehlich02/01/15 11:40:27 Removed: simplestore/src/java/org/apache/commons/simplestore StoreJanitorImpl.java StoreJanitor.java Store.java MRUMemoryStore.java JispStringKey.java JispFilesystemStore.java Log:

cvs commit: jakarta-commons-sandbox/simplestore README.txt PROPOSAL LICENSE build.xml

2002-01-15 Thread froehlich
froehlich02/01/15 11:44:10 Added: simplestore README.txt PROPOSAL LICENSE build.xml Log: new check in Revision ChangesPath 1.3 +7 -7 jakarta-commons-sandbox/simplestore/README.txt 1.4 +45 -45

cvs commit: jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore StoreJanitorImpl.java StoreJanitor.java Store.java MRUMemoryStore.java JispStringKey.java JispFilesystemStore.java

2002-01-15 Thread froehlich
froehlich02/01/15 11:44:28 Added: simplestore/src/java/org/apache/commons/simplestore StoreJanitorImpl.java StoreJanitor.java Store.java MRUMemoryStore.java JispStringKey.java JispFilesystemStore.java Log:

cvs commit: jakarta-commons-sandbox/simplestore README.txt PROPOSAL LICENSE build.xml

2002-01-15 Thread froehlich
froehlich02/01/15 11:45:36 Removed: simplestore README.txt PROPOSAL LICENSE build.xml Log: no message -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/simplestore README.txt PROPOSAL LICENSE build.xml

2002-01-15 Thread froehlich
froehlich02/01/15 12:02:16 Added: simplestore README.txt PROPOSAL LICENSE build.xml Log: new check in Revision ChangesPath 1.5 +0 -0 jakarta-commons-sandbox/simplestore/README.txt 1.6 +0 -0

cvs commit: jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore SynchronizedStore.java SoftRefMemoryStore.java

2002-01-15 Thread froehlich
froehlich02/01/15 12:30:49 Added: simplestore/src/java/org/apache/commons/simplestore SynchronizedStore.java SoftRefMemoryStore.java Log: applied classes from Juozas Baliuka [[EMAIL PROTECTED]] Revision ChangesPath 1.1

Re: LogSource.java

2002-01-15 Thread Craig R. McClanahan
On Tue, 15 Jan 2002, Anthony Martin wrote: Date: Tue, 15 Jan 2002 12:48:10 -0800 From: Anthony Martin [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: LogSource.java In order to make this more applet

Latka docs (Re: cvs commit: jakarta-commons/latka/doc index.xml)

2002-01-15 Thread Jeff Turner
It would be nice if we could use docbook within the standard Anakia-based website system. It should be doable simply be transforming the docbook to stylebook before running Anakia. This is what Avalon does (though using Cocoon instead of Anakia). The stylesheet is:

Re: LogSource.java

2002-01-15 Thread Anil Kumar C
Hi, Could some one let me know where can I find the source code for the common logging framework. I can't see them yet hosted in either the components/ sandbox section. Anil Craig R. McClanahan wrote: On Tue, 15 Jan 2002, Anthony Martin wrote: Date: Tue, 15 Jan 2002 12:48:10 -0800 From:

Re: Latka docs (Re: cvs commit: jakarta-commons/latka/doc index.xml)

2002-01-15 Thread dion
Jeff Turner wrote: It would be nice if we could use docbook within the standard Anakia-based website system. It should be doable simply be transforming the docbook to stylebook before running Anakia. This is what Avalon does (though using Cocoon instead of Anakia). The stylesheet is: