Re: [Jelly] Are Script objects supposed to be thread-safe?

2002-10-02 Thread James Strachan
From: Morgan Delagrange [EMAIL PROTECTED] Are compiled Script objects supposed to be thread-safe, or do I need to pool them? In either case, the answer should probably be documented in the Javadocs. Scripts are *meant* to be thread safe. So each Tag is thread local so that the same Script

cvs commit: jakarta-commons-sandbox/daemon/src/java/org/apache/commons/launcher LaunchTask.java

2002-10-02 Thread patrickl
patrickl2002/10/01 23:55:07 Modified:daemon/src/java/org/apache/commons/launcher LaunchTask.java Log: Fix typos that were corrected in version 1.25 and accidently put back in version 1.26 Revision ChangesPath 1.28 +2 -2

cvs commit: jakarta-commons-sandbox/jelly project.xml

2002-10-02 Thread jstrachan
jstrachan2002/10/02 04:03:38 Modified:jelly/src/java/org/apache/commons/jelly Jelly.java jelly/src/java/org/apache/commons/jelly/tags/util UtilTagLibrary.java jellyproject.xml Added:

Re: patch for properties support in Jelly

2002-10-02 Thread James Strachan
Hi Jim Patch applied, many thanks. I made a couple of minor tweeks to it so that util:properties supports either a file name or a URI which could be a full URL or a relative URI from the current Jelly script. Also both patches set variables in the JellyContext rather than setting system

RE: patch for properties support in Jelly

2002-10-02 Thread Jim Birchfield
Sure...let me play with it and see how it looks. I assume I will still be able to use the properties the same...still something like log:info${someprop}/log:info? Jim -Original Message- From: James Strachan To: Jakarta Commons Developers List Sent: 10/2/2002 7:04 AM Subject: Re: patch

DO NOT REPLY [Bug 13201] New: - Remove default log4j configuration

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

cvs commit: jakarta-commons-sandbox/jelly/src/bin jelly jelly.bat

2002-10-02 Thread jstrachan
jstrachan2002/10/02 06:21:21 Modified:jelly/src/bin jelly jelly.bat Log: Applied Jason Horman's patch idea so that JVM options can be specified via the JELLY_OPTS environment variable. Revision ChangesPath 1.2 +3 -1

Re: [jelly] RE: Jelly and properties

2002-10-02 Thread James Strachan
Hi Jason I've appplied this patch so that JELLY_OPTS can be used to set certain JVM or system properties. Then Jim's patch allows a jelly.properties file to be specified in the users home directory, current directory or on the classpath to set some jelly properties (variables). James ---

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

2002-10-02 Thread jstrachan
jstrachan2002/10/02 06:56:23 Modified:jelly/src/java/org/apache/commons/jelly Jelly.java Log: Minor patch so that output flushing works better when using JellySwing by running the Jelly main() class. Revision ChangesPath 1.16 +22 -28

cvs commit: jakarta-commons-sandbox/messenger/src/java/org/apache/commons/messenger/task ProducerTask.java

2002-10-02 Thread jstrachan
jstrachan2002/10/02 08:00:05 Modified:messenger project.xml messenger/src/java/org/apache/commons/messenger/task ProducerTask.java Log: Patched the JMS Send task so that it can take a single file instead of insisting on a whole fileset

A survey about handling bugs in open source projects

2002-10-02 Thread Gunes Koru
Hello all Commons contributors, I am conducting a survey about the way defects (or bugs-I use these two words interchangeably) are handled in open source software projects. It is very easy to fill out. It consists of three short sections which can be completed at once or in different sessions.

Re: [Jelly] Are Script objects supposed to be thread-safe?

2002-10-02 Thread Morgan Delagrange
Nice! More below... --- James Strachan [EMAIL PROTECTED] wrote: From: Morgan Delagrange [EMAIL PROTECTED] Are compiled Script objects supposed to be thread-safe, or do I need to pool them? In either case, the answer should probably be documented in the Javadocs. Scripts are

Re: [Jelly] Are Script objects supposed to be thread-safe?

2002-10-02 Thread James Strachan
From: Morgan Delagrange [EMAIL PROTECTED] Nice! More below... --- James Strachan [EMAIL PROTECTED] wrote: From: Morgan Delagrange [EMAIL PROTECTED] Are compiled Script objects supposed to be thread-safe, or do I need to pool them? In either case, the answer should probably be

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/util LoadTextTag.java UtilTagLibrary.java

2002-10-02 Thread jstrachan
jstrachan2002/10/02 09:07:27 Modified:jelly/src/java/org/apache/commons/jelly/tags/util UtilTagLibrary.java Added: jelly/src/java/org/apache/commons/jelly/tags/util LoadTextTag.java Log: Added a simple utility tag that allows

RE: [Jelly]

2002-10-02 Thread Robert
Sorry for the slow response! Thanks a bunch for your comments. I've started looking at jelly in more depth the last couple of days and I'm really liking it. It is what I wish I had time to do myself :-) Since jelly is so far ahead of our own effort, I'm sure we will switch soon. Again, thanks

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/log LogTagSupport.java InfoTag.java ErrorTag.java TraceTag.java FatalTag.java DebugTag.java WarnTag.java

2002-10-02 Thread jstrachan
jstrachan2002/10/02 09:39:27 Modified:jelly/src/java/org/apache/commons/jelly/tags/log LogTagSupport.java InfoTag.java ErrorTag.java TraceTag.java FatalTag.java DebugTag.java WarnTag.java Log: Allow the logging

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/core SetTag.java

2002-10-02 Thread jstrachan
jstrachan2002/10/02 09:55:05 Modified:jelly/src/test/org/apache/commons/jelly suite.jelly jelly/src/java/org/apache/commons/jelly/tags/core SetTag.java Log: Added support for the j:set tag to set the value of a String variable to its body

Re: [HttpClient] Preferences Architecture Implementation Draft II

2002-10-02 Thread Costin Manolache
Jeff Dever wrote: I'm torn about this. I don't think that bean style (aka ass load of setters and getters) is the answer. The components in question in HttpClient are just too big for that to work. There would be many more _configuration_ methods in the public interface than anything

Betwixt question

2002-10-02 Thread mj m
I need to convert some beans into xml files. After looking around a bit, I found betwixt which seems to have the capability to do this. Does anyone know of any examples I could study? I am in the process of writing a test which uses the betwixt BeanWriter and it seems straightforward, but it

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/http RequestImpl.java

2002-10-02 Thread morgand
morgand 2002/10/02 11:34:27 Modified:latka/src/java/org/apache/commons/latka/http RequestImpl.java Log: javadocs Revision ChangesPath 1.35 +11 -6 jakarta-commons/latka/src/java/org/apache/commons/latka/http/RequestImpl.java Index:

Re: Betwixt question

2002-10-02 Thread robert burrell donkin
the test cases so have some examples for rich site summary. you can find copies by checking out a copy from cvs or browsing http://cvs.apache.org/viewcvs/jakarta-commons/betwixt/ look for in src/test/org/apache/commons/betwixt for RSSBeanReader and RSSBeanWriter and in

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester BeanPropertySetterRule.java Digester.java Rule.java

2002-10-02 Thread rdonkin
rdonkin 2002/10/02 12:23:12 Modified:digester/src/java/org/apache/commons/digester BeanPropertySetterRule.java Digester.java Rule.java Log: This is an important change but is backward compatible. This changes the basic rule abstract class so that name and

cvs commit: jakarta-commons-sandbox/periodicity/src/java/org/apache/commons/periodicity/util RunDataUtils.java

2002-10-02 Thread prickett
prickett2002/10/02 12:24:35 Modified:periodicity project.xml periodicity/src/java/org/apache/commons/periodicity/turbine/actions EvtDoJrlFBTestAction.java EvtDoJrlTestAction.java EvtDoTestAction.java NoAlarmTestAction.java

DO NOT REPLY [Bug 13022] - Pass namespace URI and name args to the Rule methods

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

[jelly] variable scope

2002-10-02 Thread Jason Horman
I am creating objects via usebean that are quite large, 300-400mbs. What are my options currently for removing these objects from memory once I am done with them? Right now I am doing this: useBean var=largeObject class=blah/ bsh:script jellyContext.removeVariable(largeObject);

cvs commit: jakarta-commons-sandbox/daemon project.xml

2002-10-02 Thread kschrader
kschrader2002/10/02 13:19:41 Modified:daemon project.xml Log: Updating the project.xml file to make it build with Maven b7. Revision ChangesPath 1.3 +10 -22jakarta-commons-sandbox/daemon/project.xml Index: project.xml

[Announce][HttpClient] New mailing list httpclient-dev

2002-10-02 Thread Jeff Dever
Hello all, A new mailing list on Jakarta was created today for the Commons HttpClient project. You can subscribe to this list by sending email to: [EMAIL PROTECTED] This list is ment for *all* development traffic related to HttpClient, including: discussions, cvs commit messages, and bug

Re: cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/builder EqualsBuilder.java

2002-10-02 Thread Daniel Rall
I like to use the following for formatting code examples in JavaDoc/HTML: blockquotecodepre ... /pre/code/blockquote [EMAIL PROTECTED] writes: stevencaswell2002/10/01 13:00:43 Modified:lang/src/java/org/apache/commons/lang/builder EqualsBuilder.java

validator bug or correct behavior?

2002-10-02 Thread Jeremy Tan
Hi David and all, I'm using the i18n features of the validator using Struts 1.1b2, I found that the validation is done for each field of a form for default locale, and also each overloaded field specified by a formset of another locale. However, if an additional rule/field is added for a