[jira] Commented: (JELLY-85) TagScript doesn't clear its cached tags after run()

2005-01-14 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-85?page=comments#action_57616 ] Paul Libbrecht commented on JELLY-85: - I have now committed modifications to TagScript and JellyContext to prevent any caching outside of the JellyContext. At least

Re: [all] current dir in SVN test repository (externals)

2005-01-14 Thread Paul Libbrecht
Fine with that but I think it would be nice to have a test at history, at least for one project... paul Le 13 janv. 05, à 19:11, Tim O'Brien a écrit : Paul, I can add Jelly to this mix as well. Let me know if you want me to and I'll put it on my stack. I can assure you that jelly made it into

cvs commit: jakarta-commons/jelly/jelly-tags/sql/src/java/org/apache/commons/jelly/tags/sql SqlTagSupport.java

2005-01-14 Thread polx
polx2005/01/14 02:05:01 Modified:jelly/jelly-tags/sql/src/java/org/apache/commons/jelly/tags/sql SqlTagSupport.java Log: The body of the tags is now passed unescaped. This is important for SQL strings using for example. No test for this, positive or

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

2005-01-14 Thread skitching
skitching2005/01/14 03:04:31 Modified:digester/src/java/org/apache/commons/digester/xmlrules digester-rules.dtd Log: * Use Parameter Entity to define list of rule elements instead of using copy-and paste. This also fixed a few inconsistencies. * Add

cvs commit: jakarta-commons/digester project.xml

2005-01-14 Thread skitching
skitching2005/01/14 03:06:58 Modified:digester project.xml Log: Added Wendy Smoak as contributor (to xmlrules) Revision ChangesPath 1.26 +4 -0 jakarta-commons/digester/project.xml Index: project.xml

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

2005-01-14 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.

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

2005-01-14 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.

DO NOT REPLY [Bug 18942] - [beanutils] Add t/f to BooleanConverter

2005-01-14 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=18942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-01-14 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-14 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.

RE: [all] current dir in SVN test repository (externals)

2005-01-14 Thread Tim O'Brien
Paul, Try this repository, https://brahe.discursive.com/svn/commons-test/jakarta/commons/proper/jelly/ The same process was used to generate this that was used to generate the structure of the ASF test repository exception this one has history. This was an export from two weeks ago. Tim

DO NOT REPLY [Bug 33071] - [collections] Only last element is removeable when CircularFifoBuffer is full

2005-01-14 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=33071. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[chain] [nag] Please commit stuff for DispatchChain

2005-01-14 Thread Sean Schofield
Just a reminder that there are some files associated with an enhancement that need to be committed (http://issues.apache.org/bugzilla/show_bug.cgi?id=33006) sean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2005-01-14 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.

Re: [chain] [nag] Please commit stuff for DispatchChain

2005-01-14 Thread James Mitchell
I saw that, but I was waiting for more comments from others. Forgive me, I'm still new to this whole chain thing. I'm still in the hey, look what I can do with this.this is sooo cool!!! phase ;) From everything I've read, a Command should have a single entry method called execute. I

[jira] Commented: (JELLY-175) patch for jelly-tags-interaction

2005-01-14 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-175?page=comments#action_57623 ] dion gillard commented on JELLY-175: I'm still unsure if we can *use* LGPL binaries in ASF code. Note: we wont be distributing it. patch for jelly-tags-interaction

[configuration] Time for a new release?

2005-01-14 Thread Oliver Heger
Our list of changes since the initial release has grown quite long and it contains some nice new features like reloading facilities or optional configurations. So I think this would justify a 1.1 release. In bugzilla ATM there are only enhancement requests, no evil bug reports. Emmanuel, is

Help converting String to Timestamp

2005-01-14 Thread Brad Balmer
I'm trying to convert a String into a Timestamp using: ConvertUtils.register(new SqlTimestampConverter(), Timestamp.class); SqlTimestampConverter converter = new SqlTimestampConverter(); try { timestamp = (Timestamp)ConvertUtils.convert(fullStringTimestamp, Timestamp.class);

DO NOT REPLY [Bug 33101] New: - add generic length function to ArrayUtils, for object.getClass().isArray()

2005-01-14 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=33101. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [chain] [nag] Please commit stuff for DispatchChain

2005-01-14 Thread Craig McClanahan
I plead guilty to being lukewarm (is lukecold a word? :-) about DispatchChain and friends being part of the standard chain package -- I'd like to spend some time tomorrow (Saturday) looking at the code and seeing if I buy in to Sean's use cases. Craig On Fri, 14 Jan 2005 10:20:44 -0500, James

DO NOT REPLY [Bug 33102] New: - add generic add method to DateUtils

2005-01-14 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=33102. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/transaction/xdocs/locks deadlock.sxd

2005-01-14 Thread ozeigermann
ozeigermann2005/01/14 10:38:03 Added: transaction/xdocs/locks deadlock.sxd Log: Added OpenOffice source of the deadlock pngs Revision ChangesPath 1.1 jakarta-commons/transaction/xdocs/locks/deadlock.sxd Binary file

[Fwd: Re: FeedParser]

2005-01-14 Thread Kevin A. Burton
-- Use Rojo (RSS/Atom aggregator). Visit http://rojo.com. Ask me for an invite! Also see irc.freenode.net #rojo if you want to chat. Rojo is Hiring! - http://www.rojonetworks.com/JobsAtRojo.html If you're interested in RSS, Weblogs, Social Networking, etc... then you should work for Rojo! If

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser AtomFeedParser.java

2005-01-14 Thread burton
burton 2005/01/14 11:06:26 Modified:feedparser/src/java/org/apache/commons/feedparser AtomFeedParser.java Log: never called finished... Revision ChangesPath 1.15 +3 -1

Re: FeedParser

2005-01-14 Thread Kevin A. Burton
Daniel Massie wrote: Thanks for the reply :) I've been playing around with it this afternoon, and found it pretty easy to use. One thing that I think may be broken just now is the AtomFeedParser, it doesn't call listener.finished() at the end of its parse method. Crap... thats not good...

DO NOT REPLY [Bug 18942] - [beanutils] Add t/f to BooleanConverter

2005-01-14 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=18942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 18942] - [beanutils] Add t/f to BooleanConverter

2005-01-14 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=18942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-01-14 Thread olegk
olegk 2005/01/14 11:40:39 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodDirector.java httpclient/src/test/org/apache/commons/httpclient TestRedirects.java Added:

Re: [chain] [nag] Please commit stuff for DispatchChain

2005-01-14 Thread Sean Schofield
I would start by saying that you can make the case for DispatchChain more than you can for DispatchCommand or LookupDispatchCommand both of which are now in there. Joe should probably weigh in on this because of his initial contribution of DispatchCommand. I added LookupDispatchCommand to round

Re: [chain] [nag] Please commit stuff for DispatchChain

2005-01-14 Thread Joe Germuska
At 9:20 AM -0800 1/14/05, Craig McClanahan wrote: I plead guilty to being lukewarm (is lukecold a word? :-) about DispatchChain and friends being part of the standard chain package -- I'd like to spend some time tomorrow (Saturday) looking at the code and seeing if I buy in to Sean's use cases.

Re: [chain] [nag] Please commit stuff for DispatchChain

2005-01-14 Thread Sean Schofield
My original post to bugzilla didn't generate any responses. I figured once I wrote something and started pestering for a commit that would get the discussion going ;-) I will await your guys feedback once you've had a chance to think about use cases, etc. Let me know if you have any questions.

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/multipart Part.java

2005-01-14 Thread olegk
olegk 2005/01/14 13:16:40 Modified:httpclient/src/java/org/apache/commons/httpclient HostConfiguration.java HttpConnection.java HttpHost.java HttpMethodBase.java ProxyHost.java

cvs commit: jakarta-commons/httpclient release_notes.txt

2005-01-14 Thread olegk
olegk 2005/01/14 13:28:24 Modified:httpclient release_notes.txt Log: PR #33021 Revision ChangesPath 1.48 +5 -1 jakarta-commons/httpclient/release_notes.txt Index: release_notes.txt ===

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

2005-01-14 Thread olegk
olegk 2005/01/14 13:31:00 Modified:httpclient/src/java/org/apache/commons/httpclient HttpConnection.java Log: My bad Revision ChangesPath 1.107 +6 -6 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnection.java

DO NOT REPLY [Bug 33108] New: - MockResultSet: Throw UnsupportedOperationException for not implemented methods

2005-01-14 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=33108. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[jira] Commented: (JELLY-175) patch for jelly-tags-interaction

2005-01-14 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-175?page=comments#action_57644 ] Paul Libbrecht commented on JELLY-175: -- I think the situation sounds pretty delicate and that currently linking to LGPL is not a good idea. See:

DO NOT REPLY [Bug 33109] New: - [BeanUtils]Copy bean properties with different names

2005-01-14 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=33109. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33109] - [BeanUtils]Copy bean properties with different names

2005-01-14 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=33109. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33109] - [BeanUtils]Copy bean properties with different names

2005-01-14 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=33109. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33109] - [BeanUtils]Copy bean properties with different names

2005-01-14 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=33109. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[GUMP@brutus]: Project commons-email (in module jakarta-commons) failed

2005-01-14 Thread dIon Gillard
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-email has an issue affecting its community integration. This issue

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

2005-01-14 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.

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

2005-01-14 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.