Re: Dynamic code generation [lang] Proposal for *NEXT* version

2002-10-09 Thread Juozas Baliuka
Hi, I implemented some generator for beans, it is very dirty and generated beans are not serializable at this time. It can be used this way : BeanGenerator generator = new BeanGenerator();// some kind of ClassLoader // add get/set and private field generator.addProperty(myProperty, int.class );

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/task JellyTask.java

2002-10-09 Thread jefft
jefft 2002/10/09 00:04:29 Modified:jelly/src/java/org/apache/commons/jelly/task JellyTask.java Log: Use Ant's Project.resolveFile() method to resolve scripts. This prevents no protocol errors when a jelly-using Ant script is invoked from a directory other than where the

cvs commit: jakarta-commons-sandbox/periodicity/conf/build build.torque.default.properties build.torque.properties

2002-10-09 Thread prickett
prickett2002/10/09 00:26:58 Modified:periodicity maven.xml project.xml periodicity/conf/build build.torque.default.properties build.torque.properties Log: Fixed axion get task to ignore errors and use the timestamp Added a java compile

cvs commit: jakarta-commons-sandbox/periodicity/src/test/org/apache/commons/periodicity/database - New directory

2002-10-09 Thread prickett
prickett2002/10/09 00:28:18 jakarta-commons-sandbox/periodicity/src/test/org/apache/commons/periodicity/database - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/periodicity/src/test/org/apache/commons/periodicity/database GetDbConnectionTest.java

2002-10-09 Thread prickett
prickett2002/10/09 00:32:56 Added: periodicity/src/test/org/apache/commons/periodicity/database GetDbConnectionTest.java Log: This time I added a GetDbConnectionTest Revision ChangesPath 1.1

[clazz] New project? [was Re: [lang] Proposal for *NEXT* version]

2002-10-09 Thread Stephen Colebourne
There seems to be some consensus that a new project is possible here. I have already been working locally on classes in this area. Below is the proposal.html file that I was using to control my scope:? h3(0) Rationale/h3 p The Java Reflection Framework provides a set of classes for accessing and

Customizing JXPath. Custom Containers.

2002-10-09 Thread Kenneth Petersen
Hi. I am using Castor for creating java objects capable of containing data conforming to certain xsd-schemas. When using Castor to create a java structure capable of containing data of xml entities following schema: xs:element name=Request xs:complexType

[lang][PATCH]SystemUtils IS_JAVA_1_5 doc

2002-10-09 Thread Steve Downey
java doc says 1.3 Index: SystemUtils.java === RCS file: /home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java,v retrieving revision 1.2 diff -u -w -r1.2 SystemUtils.java --- SystemUtils.java 25 Aug

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

2002-10-09 Thread jericho
jericho 2002/10/09 05:37:31 Modified:httpclient/src/java/org/apache/commons/httpclient/util URIUtil.java Log: - Add the getName and getQuery methods of an URI string - Make code robust Revision ChangesPath 1.3 +45 -4

cvs commit: jakarta-commons-sandbox/net/src/test/org/apache/commons/net/ftp/ftp2/parser FTPParseTestFramework.java

2002-10-09 Thread brekke
brekke 2002/10/09 05:40:04 Modified:net/src/test/org/apache/commons/net/ftp/ftp2/parser FTPParseTestFramework.java Log: Patch from Stefan Bodewig to get the test to run regardless of locale. Revision ChangesPath 1.5 +3 -2

RE: [NET] [PATCH] Make tests Locale independent

2002-10-09 Thread Brekke, Jeff
Thanks, applied. Want to give it another try? = Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED] http://www.qg.com -Original Message- From: Stefan Bodewig

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

2002-10-09 Thread jericho
jericho 2002/10/09 05:46:16 Modified:httpclient/src/java/org/apache/commons/httpclient URIException.java Log: - Add the getReason method Throwable doesn't support setMessage() method (only getMessage) or protected variable instance. So it has the own

[collection] MultiHashMap class improvements

2002-10-09 Thread julien . buret
Hi. I use MultiHashMap class. I added a few improvements : 1) fix bug 9573 : http://issues.apache.org/bugzilla/show_bug.cgi?id=9573 MultiHashMap.values() is backed by map now . (update method values() + add interns class Values ValueIterator) 2) fix another bug : ArrayList can be put in

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpsURL.java HttpURL.java URI.java

2002-10-09 Thread jericho
jericho 2002/10/09 05:48:43 Modified:httpclient/src/java/org/apache/commons/httpclient HttpsURL.java HttpURL.java URI.java Log: - Add useful constructors with arguments like userinfo, and so on... Revision ChangesPath 1.2 +37 -2

Réf. : [collection] MultiHashMap class improvements

2002-10-09 Thread julien . buret
Hoops I forget the files...(See attached file: MultiHashMap.java)(See attached file: MultiMap.java) Julien BURET Service Informatique www.achatpro.com Solutions d'approvisionnement électronique =?iso-8859-1?Q?MultiHashMap.java?= Description: Binary data =?iso-8859-1?Q?MultiMap.java?=

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

2002-10-09 Thread Christoph . Reck
Hi, To my knowledge, you will get an IndexOutOfBoundsException when the URI ends with '/'. If you want the code to be robust, you will need to check if 'at' is less or equal to the string length. -- :) Christoph Reck [EMAIL PROTECTED] wrote: jericho 2002/10/09 05:37:31 Modified:

cvs commit: jakarta-commons-sandbox/jrcs/src/java/org/apache/commons/jrcs/rcs Version.java

2002-10-09 Thread juanco
juanco 2002/10/09 06:56:03 Modified:jrcs/src/java/org/apache/commons/jrcs/rcs Version.java Log: changed Version.compareTo() so it uses the same criteria CVS and RCS-CI use Revision ChangesPath 1.2 +6 -11

cvs commit: jakarta-commons-sandbox/jrcs build.xml

2002-10-09 Thread juanco
juanco 2002/10/09 06:59:16 Modified:jrcs build.xml Log: ready for 0.1.6 release Revision ChangesPath 1.4 +2 -2 jakarta-commons-sandbox/jrcs/build.xml Index: build.xml === RCS file:

Re: Customizing JXPath. Custom Containers.

2002-10-09 Thread Dmitri Plotnikov
Kenneth, I am not familiar with Castor enough to give you specific recommendations, but here are some general ideas. 1. The mapping of paths to objects in JXPath is based on the JavaBean specification. So, I guess I would first look into flattening properties to make the beans conform strictly

[latka] [PATCH] responseHeader CVS issues and docs

2002-10-09 Thread Janek Bogucki
Could someone have a look at applying the documentation patch for xml-reference.xml which I have posted here http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13426 The patch adds a section covering responseHeader and updates a couple of other bits. A related issue is described here

Re: [clazz] New project? [was Re: [lang] Proposal for *NEXT* version]

2002-10-09 Thread Juozas Baliuka
+1 I will help to code low level stuff. I think we need some high level API (interfaces ?) first and we will find ways how to implement it later BCEL, java.lang.reflect ... .. There seems to be some consensus that a new project is possible here. I have already been working locally on classes

RE: Customizing JXPath. Custom Containers.

2002-10-09 Thread Dmitri Plotnikov
Kenneth, There is no separate document for this, but there are several examples: see all classes in the ..jxpath.ri.model subtree - you have there implementations for beans, DOM, JDOM, collections, containers etc. - Dmitri --- Kenneth Petersen [EMAIL PROTECTED] wrote: Dmitri, It is not

cvs commit: jakarta-commons-sandbox/periodicity/conf/build build.junit.properties build.db.developer.properties build.properties

2002-10-09 Thread prickett
prickett2002/10/09 09:15:45 Modified:periodicity maven.xml project.xml periodicity/conf/build build.db.developer.properties build.properties Added: periodicity/conf/build build.junit.properties Log: Added code to pull the

DO NOT REPLY [Bug 13463] New: - Request/Response race condition when doing multiple requests on the same connection.

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

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/exception NestableExceptionTestCase.java

2002-10-09 Thread sullis
sullis 2002/10/09 10:20:44 Modified:lang/src/test/org/apache/commons/lang/exception NestableExceptionTestCase.java Log: cleaned up exception handling in the serialization test code Revision ChangesPath 1.7 +4 -8

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build - New directory

2002-10-09 Thread prickett
prickett2002/10/09 10:37:24 jakarta-commons-sandbox/periodicity/src/plugins-build - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/junit - New directory

2002-10-09 Thread prickett
prickett2002/10/09 10:38:08 jakarta-commons-sandbox/periodicity/src/plugins-build/junit - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/periodicity/src/test/org/apache/commons/periodicity/build BuildGetDbConnectionTest.java

2002-10-09 Thread prickett
prickett2002/10/09 11:18:50 Modified:periodicity project.xml Added: periodicity/src/plugins-build/junit developer.properties plugin.jelly project.xml user.properties periodicity/src/test/org/apache/commons/periodicity/build

cvs commit: jakarta-commons-sandbox/jelly STATUS.html

2002-10-09 Thread morgand
morgand 2002/10/09 14:00:52 Added: jellySTATUS.html Log: adding required STATUS.html doc and myself as contributor, because I am patch-challenged :) Revision ChangesPath 1.7 +20 -57jakarta-commons-sandbox/jelly/STATUS.html -- To

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml - New directory

2002-10-09 Thread morgand
morgand 2002/10/09 14:02:00 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml TestDefaultNamespaceFilter.java nsFilterTest.jelly

2002-10-09 Thread morgand
morgand 2002/10/09 14:03:08 Modified:jelly/src/java/org/apache/commons/jelly Jelly.java jelly/src/java/org/apache/commons/jelly/parser XMLParser.java Added: jelly/src/java/org/apache/commons/jelly/parser

DO NOT REPLY [Bug 13472] New: - Attempt to modify FastHashMap while in fast mode through iterator.

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

DO NOT REPLY [Bug 13472] - Attempt to modify FastHashMap while in fast mode through iterator.

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

Re: [joran] a new project in the sandbox

2002-10-09 Thread Ceki Gülcü
Could I please have karma? /ASF/jakarta-commons-sandbox cvs com joran/ cvs commit: Examining joran/ Access denied: Insufficient Karma (ceki|jakarta-commons-sandbox/joran) cvs server: Pre-commit check failed cvs [server aborted]: correct above errors first! At 02:18 10.10.2002 +0200, you

DO NOT REPLY [Bug 13475] New: - Build with JDK 1.4, get many javadoc warnings

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

[logging] Log4j's NDC and MDC

2002-10-09 Thread Sean C. Sullivan
I spotted this message on the jboss-developer mailing list. -Original Message- From: Jason Dillon [mailto:jason@pl...] Sent: Tuesday, October 08, 2002 8:24 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Design: Plans to decouple JBoss from log4j It is too bad commons

RE: [joran] a new project in the sandbox

2002-10-09 Thread Scott Sanders
Ceki, Karma is all you need. Go for it. -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 5:41 PM To: Jakarta Commons Developers List Subject: Re: [joran] a new project in the sandbox Could I please have karma?

cvs commit: jakarta-commons-sandbox/joran - New directory

2002-10-09 Thread ceki
ceki2002/10/09 17:35:32 jakarta-commons-sandbox/joran - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [joran] a new project in the sandbox

2002-10-09 Thread Craig R. McClanahan
On Thu, 10 Oct 2002, Ceki Gülcü wrote: Date: Thu, 10 Oct 2002 02:18:49 +0200 From: Ceki Gülcü [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [joran] a new project in the sandbox Hello, I would like to add a new project

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

2002-10-09 Thread jericho
jericho 2002/10/09 21:01:52 Modified:httpclient/src/java/org/apache/commons/httpclient URIUtil.java Log: - Deprecate all methods of this class It's recommended to use util.URIUtil... Revision ChangesPath 1.13 +26 -4

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

2002-10-09 Thread jericho
jericho 2002/10/09 21:05:54 Modified:httpclient/src/java/org/apache/commons/httpclient/util URIUtil.java Log: - Fix a bug of the getName method. Reported by [EMAIL PROTECTED] Thank you. ;) - Consider even the relative path of the methods

[logging] unit tests

2002-10-09 Thread Sean C. Sullivan
I was browsing the source tree for Jakarta Commons Logging There aren't any unit tests for Commons Logging. Would it be useful if I contributed some test code? -Sean -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: [logging] unit tests

2002-10-09 Thread Scott Sanders
That would be great. Just follow the directions on the website. Scott -Original Message- From: Sean C. Sullivan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 10:20 PM To: jakarta commons developers List Subject: [logging] unit tests I was browsing the source