[Email] To release or not to release

2005-01-17 Thread Corey Scott
Can someone with commit priviledge please change email over from RC1 to v.1.0? The RC has been out for quite a while now and so far there are no complaints about this. There are several other things waiting for this release, e.g. a proposed change to the jelly email classes (change to Commons

cvs commit: jakarta-commons/digester/src/examples/xmlrules/addressbook Address.java Person.java example.xml readme.txt xmlrules.xml

2005-01-17 Thread skitching
skitching2005/01/17 01:45:24 Modified:digester/src/examples/xmlrules/addressbook Person.java example.xml readme.txt xmlrules.xml Added: digester/src/examples/xmlrules/addressbook Address.java Log: Add example of SetNestedPropertiesRule usage. Patch

cvs commit: jakarta-commons/digester/src/examples/api/addressbook Address.java Main.java Person.java example.xml

2005-01-17 Thread skitching
skitching2005/01/17 01:56:34 Modified:digester/src/examples/api/addressbook Main.java Person.java example.xml Added: digester/src/examples/api/addressbook Address.java Log: Add example usage of SetNestedPropertiesRule. Patch inspired by code

cvs commit: jakarta-commons/digester/src/examples/api/addressbook Person.java

2005-01-17 Thread skitching
skitching2005/01/17 02:26:08 Modified:digester/src/examples/api/addressbook Person.java Log: Make output layout for Address info a little cleaner. Revision ChangesPath 1.7 +4 -2 jakarta-commons/digester/src/examples/api/addressbook/Person.java Index:

cvs commit: jakarta-commons/digester/src/examples/api/addressbook Address.java

2005-01-17 Thread skitching
skitching2005/01/17 02:26:58 Modified:digester/src/examples/api/addressbook Address.java Log: Add print method that lays out address information a little nicer. Also replace tabs with spaces. Revision ChangesPath 1.2 +137 -118

cvs commit: jakarta-commons/digester/src/examples/xmlrules/addressbook Address.java

2005-01-17 Thread skitching
skitching2005/01/17 02:28:38 Modified:digester/src/examples/xmlrules/addressbook Address.java Log: Add print method that lays out address info a little neater. Also converted tabs to spaces. Revision ChangesPath 1.2 +137 -118

Re: [Email] To release or not to release

2005-01-17 Thread Dion Gillard
I'm +1. On Mon, 17 Jan 2005 17:12:20 +0800, Corey Scott [EMAIL PROTECTED] wrote: Can someone with commit priviledge please change email over from RC1 to v.1.0? The RC has been out for quite a while now and so far there are no complaints about this. There are several other things waiting

cvs commit: jakarta-commons/digester/src/examples/xmlrules/addressbook Person.java

2005-01-17 Thread skitching
skitching2005/01/17 02:32:02 Modified:digester/src/examples/xmlrules/addressbook Person.java Log: Lay out address information a little nicer. Revision ChangesPath 1.3 +4 -2 jakarta-commons/digester/src/examples/xmlrules/addressbook/Person.java Index:

DO NOT REPLY [Bug 33001] - [digester] Make set-nested-properties-rule available

2005-01-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester ExtendedBaseRules.java

2005-01-17 Thread skitching
skitching2005/01/17 02:56:50 Modified:digester/src/java/org/apache/commons/digester ExtendedBaseRules.java Log: Javadoc fixes, with thanks to Wendy Smoak. Revision ChangesPath 1.16 +28 -22

DO NOT REPLY [Bug 33129] - [digester] Add usage example to ExtendedBaseRules javadoc

2005-01-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[BETWIXT] Betwixt debug logging problem.

2005-01-17 Thread Konstantin Priblouda
Hi All, I discovered strange problem with betwixt and logging. I'm reading object hierarchy via betwixt / digester ( because there is no way to tell betwixt to use my own bean as root ) I have simple XML strucure: ---%--- root titleFoo bar/title description

RE: [Email] To release or not to release

2005-01-17 Thread Matthias Wessendorf
+1 -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 11:32 AM To: Jakarta Commons Developers List; Corey Scott Subject: Re: [Email] To release or not to release I'm +1. On Mon, 17 Jan 2005 17:12:20 +0800, Corey Scott [EMAIL

DO NOT REPLY [Bug 32633] - [configuration] Support the OpenStep property list format

2005-01-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32633. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: [Email] To release or not to release

2005-01-17 Thread Joe Germuska
+0 (I don't have time to do things like produce and sign distributions right now, but I agree that it's ready to go.) On Mon, 17 Jan 2005 17:12:20 +0800, Corey Scott [EMAIL PROTECTED] wrote: Can someone with commit priviledge please change email over from RC1 to v.1.0? The RC has

Wait forever when get Ceonnction from data source

2005-01-17 Thread Paul Hsu
Hi, I have one question about DBCP. I am connecting a database thruough Dharma odbc driver, so I use jdbc to odbc bridge,. It take a long time come back as expection when I try to call datasource.getConnection() and the server database daemon is not running. I cannot find any way to set up the

[digester] Problem building javadoc w/ Ant on Windows

2005-01-17 Thread Wendy Smoak
I'm getting an error when building the Digester Javadoc locally with Java 1.5 on XP Pro (SP2): javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: error - Illegal package name: IS BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or

RE: [Email] To release or not to release

2005-01-17 Thread Hans Gilde
I'm actually +1 *only* if we make the minor API changes that I suggested last week. These changes are to the new caching API: * Change setTagForScript in JellyContext to setScriptData. This method should take a key of type Script, not TagScript. * Also in JellyContext, change the name of

Re: [jxpath] Array Creation Problem

2005-01-17 Thread Dmitri Plotnikov
Dear Puneet, JXPath is designed to support both null and empty arrays. If there is a problem, I cannot glean the what it is from the explanations you provided. Could you post a test case that illustrates the issue? Thank you, - Dmitri - Original Message - From: puneet sharma [EMAIL

DO NOT REPLY [Bug 32360] - Default Namespace not handled correctly

2005-01-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32360. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [Email] To release or not to release

2005-01-17 Thread Dion Gillard
Hans, the vote was for releasing commons-email, not Jelly. I'm +1 on your changes to Jelly :-) On Mon, 17 Jan 2005 14:07:00 -0500, Hans Gilde [EMAIL PROTECTED] wrote: I'm actually +1 *only* if we make the minor API changes that I suggested last week. These changes are to the new caching API:

Re: [digester] Problem building javadoc w/ Ant on Windows

2005-01-17 Thread Dennis Lundberg
Wendy Smoak wrote: I'm getting an error when building the Digester Javadoc locally with Java 1.5 on XP Pro (SP2): javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: error - Illegal package name: IS BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,

Re: [dbcp] Wait forever when get Ceonnction from data source

2005-01-17 Thread Dirk Verbeeck
Connection timeout is a database driver specific property. You can set it using the DBCP connectionProperties property. Or sometimes it is appended to the URL. In your case you probably need to set the timeout on the odbc driver. Once the connection is in the pool then the maxWait can be used

Re: [dbcp] Wait forever when get Ceonnction from data source

2005-01-17 Thread Paul Hsu
Dirk, Thank you for help. So you think there is no way we can ask DBCP to abandon long waiting connection request via jdbc/odbc driver? But if the odbc driver does not provide the property to set up the connection time out, it is better for DBCP to support. I think it will nice if Jakata DBCP

cvs commit: jakarta-commons/jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml suite.jelly

2005-01-17 Thread polx
polx2005/01/17 14:09:29 Modified:jelly/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml SetTag.java jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml suite.jelly Log: Adding an asString

Re: [digester] Problem building javadoc w/ Ant on Windows

2005-01-17 Thread simon
On Mon, 2005-01-17 at 21:55 +0100, Dennis Lundberg wrote: Wendy Smoak wrote: I'm getting an error when building the Digester Javadoc locally with Java 1.5 on XP Pro (SP2): javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: error - Illegal

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/xmlrules DigesterRuleParser.java digester-rules.dtd

2005-01-17 Thread skitching
skitching2005/01/17 16:11:12 Modified:digester/src/java/org/apache/commons/digester/xmlrules DigesterRuleParser.java digester-rules.dtd Log: Add support for stack-index feature of CallParamRule. Patch by Kris Nuttycombe, inspired by Blake Meike.

DO NOT REPLY [Bug 32891] - [digester] Patch for XML call-param-rule tag

2005-01-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32891. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32925] - [digester] XML Rule for stack param takes useless boolean instead of int arg

2005-01-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32925. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33006] - [chain] Proposal: DispatchChain

2005-01-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33006. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester NodeCreateRule.java

2005-01-17 Thread skitching
skitching2005/01/17 16:54:59 Modified:digester/src/java/org/apache/commons/digester NodeCreateRule.java Log: Fix minor javadoc issue. Revision ChangesPath 1.11 +6 -3

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester package.html

2005-01-17 Thread skitching
skitching2005/01/17 16:57:37 Modified:digester/src/java/org/apache/commons/digester package.html Log: Added extra information about how RulesBase only executes rules associated with the best match pattern. Revision ChangesPath 1.34 +41 -13

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester RulesBase.java

2005-01-17 Thread skitching
skitching2005/01/17 16:58:16 Modified:digester/src/java/org/apache/commons/digester RulesBase.java Log: Added information about how RulesBase only executes rules associated with the best match pattern. Revision ChangesPath 1.19 +8 -1

DO NOT REPLY [Bug 32756] - [digester] Exact patterns overwrite patterns with wildcards

2005-01-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32756. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [digester] Problem building javadoc w/ Ant on Windows

2005-01-17 Thread Wendy Smoak
From: simon [EMAIL PROTECTED] It does seem weird that this doesn't work on Windows, as the xml spec is *very* clear about the fact that xml attributes can be quoted using '...' or ..., so having a simple testcase that shows the problem would reassure me that the problem really is what we think it

Re: [digester] Problem building javadoc w/ Ant on Windows

2005-01-17 Thread Simon Kitching
On Mon, 2005-01-17 at 19:06 -0700, Wendy Smoak wrote: From: simon [EMAIL PROTECTED] It does seem weird that this doesn't work on Windows, as the xml spec is *very* clear about the fact that xml attributes can be quoted using '...' or ..., so having a simple testcase that shows the problem

[JXPath] On contributing XOM-support

2005-01-17 Thread shirasu hiroyuki
Dear Commons Developpers, I tried to implement custom Pointers and Iterators of the object model XOM for the Commons JXPath. So JXPath supports access to XOM nodes by using my work. I would like to contribute my code to the JXPath project. You can see the details at

Re: [digester] Problem building javadoc w/ Ant on Windows

2005-01-17 Thread Dennis Lundberg
I did some digging in the mail-archives and found the thread I was talking about earlier. It can be found here: http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]by=threadfrom=666491 Note that eyebrowse sorts the e-mails with newest-first, so start reading from the bottom up... Let