Re: Commons Jelly RC1 and Maven : More than Magic

2005-01-07 Thread Paul Libbrecht
Le 7 janv. 05, à 05:07, Dion Gillard a écrit : Fine with me so that we can test enough. (you do mean changing the project.properties for this, or ?) all the taglib project.xml files. Is http://cvs.apache.org/repository mirrorred to ibiblio and mirrors ? It is otherwise not read and we need to

Re: commons-logging auto-detection

2005-01-07 Thread Paul Libbrecht
Le 6 janv. 05, à 22:46, robert burrell donkin a écrit : given the extra layer proposed, the discovery/configuration mechanism that should be employed for the JVM would be set by a system property Careful to offer one alternative to system properties... (maybe like a LoggingProperties class which

Re: Commons Jelly RC1 and Maven : More than Magic

2005-01-07 Thread Brett Porter
Paul Libbrecht wrote: Le 7 janv. 05, à 05:07, Dion Gillard a écrit : Fine with me so that we can test enough. (you do mean changing the project.properties for this, or ?) all the taglib project.xml files. Is http://cvs.apache.org/repository mirrorred to ibiblio and mirrors ? No, that's the point

DO NOT REPLY [Bug 32978] - [validator] Validating Arrays of simple Objects

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

DO NOT REPLY [Bug 32982] - [io] Addition of FileSystemUtils class

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

[jira] Created: (JELLY-191) FileTag must allow to append to flat file

2005-01-07 Thread Marc DeXeT (JIRA)
FileTag must allow to append to flat file - Key: JELLY-191 URL: http://issues.apache.org/jira/browse/JELLY-191 Project: jelly Type: Improvement Components: core / taglib.core Versions: 1.0-beta-4 Reporter: Marc

[jira] Commented: (JELLY-191) FileTag must allow to append to flat file

2005-01-07 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_57374 ] Paul Libbrecht commented on JELLY-191: -- A patch ? (shouldn't be too hard) I am unclear about the exact semantic of flat... I guess it's a summary of some other

cvs commit: jakarta-commons/transaction/src/test/org/apache/commons/transaction/locking GenericLockTest.java

2005-01-07 Thread ozeigermann
ozeigermann2005/01/07 04:41:58 Modified:transaction/src/test/org/apache/commons/transaction/locking GenericLockTest.java Added: transaction/src/java/org/apache/commons/transaction/util TurnBarrier.java Removed:

[jira] Commented: (JELLY-191) FileTag must allow to append to flat file

2005-01-07 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_57378 ] dion gillard commented on JELLY-191: Huh? the file tag can write non-xml data. Just use the omitXmlDeclaration=true. What about that doesn't work? FileTag must allow

RE : [jira] Commented: (JELLY-191) FileTag must allow to append t o flat file

2005-01-07 Thread Marc DEXET
dion gillard (JIRA) wrote: [ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_57378 ] dion gillard commented on JELLY-191: Huh? the file tag can write non-xml data. Just use the omitXmlDeclaration=true. What about that

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/file FileResourceManager.java

2005-01-07 Thread ozeigermann
ozeigermann2005/01/07 05:32:33 Modified:transaction/src/java/org/apache/commons/transaction/locking LockManager.java transaction RELEASE-NOTES.txt transaction/src/java/org/apache/commons/transaction/file

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java

2005-01-07 Thread ozeigermann
ozeigermann2005/01/07 05:36:19 Modified:transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java Log: Introduced LockManager2 to assure 1.0 compatibility for 1.1 and later Revision ChangesPath 1.12 +5 -5

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java GenericLock.java

2005-01-07 Thread ozeigermann
ozeigermann2005/01/07 05:52:42 Modified:transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java GenericLock.java Log: Minor Javadoc Revision ChangesPath 1.13 +18 -13

[chain] lookups and context wrappers

2005-01-07 Thread Joe Germuska
I'm starting to work on a process for Struts which wraps the incoming Context class in an ActionContext class which knows more about the Struts API. I am sort of feeling my way along and I have a few ideas which might belong in the chain core, so I thought I'd solicit some opinions. I wonder

[jira] Created: (JELLY-192) Graphical jelly script viewer

2005-01-07 Thread Marc DeXeT (JIRA)
Graphical jelly script viewer - Key: JELLY-192 URL: http://issues.apache.org/jira/browse/JELLY-192 Project: jelly Type: New Feature Reporter: Marc DeXeT Priority: Minor Jelly script can be very hard to read if there several

Re: RE : [jira] Commented: (JELLY-191) FileTag must allow to append t o flat file

2005-01-07 Thread Paul Libbrecht
Le 7 janv. 05, à 14:35, Marc DEXET a écrit : The big work doesn't seem to be about core FileTag, it is around XMLOutput and/or Writer used to stream out to file. flat property would mean Hey guy ! Don't miss space, preserve them !! Three times a reason to ask for a patch... it is an immensely

Re: [Jakarta Commons Wiki] New: SigningReleases

2005-01-07 Thread Mark R. Diggory
I've been lurking on this discussion. +1 PGP Signing files needs to be just like the current md5 signing that maven supplies on artifacts. You should be able to supply signing Keys and get artifacts signed. I initially was working on libraries to do this in Ant/Maven using BouncyCastle. But

Re: [Jakarta Commons Wiki] New: SigningReleases

2005-01-07 Thread Martin Cooper
On Fri, 07 Jan 2005 12:47:06 -0500, Mark R. Diggory [EMAIL PROTECTED] wrote: I've been lurking on this discussion. +1 PGP Signing files needs to be just like the current md5 signing that maven supplies on artifacts. You should be able to supply signing Keys and get artifacts signed. The

[chain] CopyCommand

2005-01-07 Thread James Mitchell
Just poking around in the source (for my own learning) and came across this bit of code. I won't even pretend to know what this is supposed to do, but unless I'm way off, shouldn't this doing value = context.get(getFromKey()); on line 5? 1 public boolean execute(Context context) throws

Re: [Jakarta Commons Wiki] New: SigningReleases

2005-01-07 Thread Mark R. Diggory
Thats one of the major reasons I stalled in development of it. It's very platform/application specific in that case. Either force the Ant task to be using only BouncyCastle and have everyone import their keys into BouncyCastles config, or allow users to configure which application was doing

[Jakarta Commons Wiki] Updated: CommonsConvert

2005-01-07 Thread commons-dev
Date: 2005-01-07T10:35:45 Editor: PeterStorch Wiki: Jakarta Commons Wiki Page: CommonsConvert URL: http://wiki.apache.org/jakarta-commons/CommonsConvert no comment Change Log: -- @@ -1,7 +1,7 @@

Re: [chain] CopyCommand

2005-01-07 Thread Sean Schofield
You are correct. Actually, someone reported this bug already a few days ago: http://issues.apache.org/bugzilla/show_bug.cgi?id=32894 For those [chain] committers who are listening, I submitted a patch for that and its still waiting ;-) sean On Fri, 7 Jan 2005 13:11:22 -0500, James Mitchell

Re: [chain] CopyCommand

2005-01-07 Thread James Mitchell
I am a committer on Struts and a few Sandbox items, if I had the karma, I could fix this add a few more tests that demonstrate/validate the fix. I don't recall if there needs to be a vote. Martin? Ted? Craig? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc.

Re: [chain] CopyCommand

2005-01-07 Thread Craig McClanahan
On Fri, 7 Jan 2005 13:55:17 -0500, James Mitchell [EMAIL PROTECTED] wrote: I am a committer on Struts and a few Sandbox items, if I had the karma, I could fix this add a few more tests that demonstrate/validate the fix. It looks like you already have karma on jakarta-commons. I don't recall

DO NOT REPLY [Bug 32964] - [dbcp] PoolingDriver.getConnectionPool() should use contextClassLoader

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

cvs commit: jakarta-commons/chain STATUS.html

2005-01-07 Thread jmitchell
jmitchell2005/01/07 11:23:23 Modified:chainSTATUS.html Log: add myself Revision ChangesPath 1.5 +2 -1 jakarta-commons/chain/STATUS.html Index: STATUS.html === RCS file:

DO NOT REPLY [Bug 32894] - [chain] CopyCommand does not work unless setValue is called

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

Re: [chain] CopyCommand

2005-01-07 Thread Sean Schofield
+1 for having you work on commons-chain. Just add yourself to the STATUS file. Yes the more the merrier! Craig sean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 32997] - [chain] new class: LookupCommandTestCase

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

DO NOT REPLY [Bug 32997] - [chain] new class: LookupCommandTestCase

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

DO NOT REPLY [Bug 32997] - [chain] new class: LookupCommandTestCase

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

DO NOT REPLY [Bug 32997] - [chain] new class: LookupCommandTestCase

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

Re: [chain] CopyCommand

2005-01-07 Thread James Mitchell
Cool, I forgot that probably happened when commons-resources got promoted. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Craig McClanahan [EMAIL PROTECTED] To: Struts Developers List dev@struts.apache.org

[fileupload] : Some information about the upload of a file

2005-01-07 Thread Nicolas Maujean
hi, I have used the commons file upload tools, it appears that you can't download more than 2,1GB that is to say 2^31-1 bytes is the size of an int. it is limited to the size of an int, you can bypass it, just put in comment the code looking for the size of the file but in that case you

DO NOT REPLY [Bug 32940] - [chain] Provide a dispatch command

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

DO NOT REPLY [Bug 32940] - [chain] Provide a dispatch command

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

cvs commit: jakarta-commons/chain STATUS.html

2005-01-07 Thread germuska
germuska2005/01/07 13:06:40 Modified:chainSTATUS.html Log: add myself Revision ChangesPath 1.6 +2 -1 jakarta-commons/chain/STATUS.html Index: STATUS.html === RCS file:

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/generic - New directory

2005-01-07 Thread germuska
germuska2005/01/07 13:09:56 jakarta-commons/chain/src/test/org/apache/commons/chain/generic - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain/generic DispatchCommand.java

2005-01-07 Thread germuska
germuska2005/01/07 13:10:30 Added: chain/src/test/org/apache/commons/chain/generic DispatchCommandTestCase.java chain/src/java/org/apache/commons/chain/generic DispatchCommand.java Log: add DispatchCommand and test

DO NOT REPLY [Bug 32940] - [chain] Provide a dispatch command

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

DO NOT REPLY [Bug 32940] - [chain] Provide a dispatch command

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

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

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

[jira] Commented: (JELLY-192) Graphical jelly script viewer

2005-01-07 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-192?page=comments#action_57404 ] dion gillard commented on JELLY-192: Have you seen the Jelly editor in the mevenide eclipse plugin? That does syntax highlighting, code assist etc. Graphical jelly

DO NOT REPLY [Bug 33005] New: - [chain] new class: DispatchLookupCommand

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

DO NOT REPLY [Bug 33005] - [chain] new class: DispatchLookupCommand

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

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

2005-01-07 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/transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java LockManager2.java

2005-01-07 Thread ozeigermann
ozeigermann2005/01/07 15:24:03 Modified:transaction/src/java/org/apache/commons/transaction/locking GenericLockManager.java LockManager2.java Log: Added all the flexibility GenericLock offers to the new lock manager Revision ChangesPath 1.14

cvs commit: jakarta-commons/transaction/src/java/org/apache/commons/transaction/locking ReadWriteLockManager.java GenericLock.java ReadWriteLock.java

2005-01-07 Thread ozeigermann
ozeigermann2005/01/07 15:33:24 Modified:transaction/src/java/org/apache/commons/transaction/locking ReadWriteLockManager.java GenericLock.java ReadWriteLock.java Log: Made write lock preferred over read lock like one would expect from

test

2005-01-07 Thread Steve Cohen
This is a test to see if the mail bounces back or gets to you. Please ignore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/impl ChainBaseTestCase.java

2005-01-07 Thread jmitchell
jmitchell2005/01/07 20:15:23 Modified:chain/src/test/org/apache/commons/chain/impl ChainBaseTestCase.java Log: Fix bad test. Thanks Sean Revision ChangesPath 1.6 +2 -2

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/generic LookupCommandTestCase.java

2005-01-07 Thread jmitchell
jmitchell2005/01/07 20:17:56 Added: chain/src/test/org/apache/commons/chain/generic LookupCommandTestCase.java Log: Add new test for LookupCommand. Thanks Sean!! Revision ChangesPath 1.1

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/generic LookupCommandTestCase.java

2005-01-07 Thread jmitchell
jmitchell2005/01/07 20:22:49 Modified:chain/src/test/org/apache/commons/chain/generic LookupCommandTestCase.java Log: fix keyword Revision ChangesPath 1.2 +1 -1

DO NOT REPLY [Bug 32997] - [chain] new class: LookupCommandTestCase

2005-01-07 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=32997. 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-07 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.