DO NOT REPLY [Bug 37617] New: - [collections] Add populateMap() methods to MapUtils

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37597] - [jci] add list() method to readers and stores

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: svn commit: r348444 - in /jakarta/commons/proper/collections/trunk/src: java/org/apache/commons/collections/ java/org/apache/commons/collections/functors/ test/org/apache/commons/collections/

2005-11-23 Thread James Carman
No, I didn't. Sorry, I had some other irons in the fire and I meant to leave this one out. I'll back it out. -Original Message- From: Stephen Colebourne [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 7:31 PM To: Jakarta Commons Developers List Subject: Re: svn commit: r348

svn commit: r348629 - /jakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestMapUtils.java

2005-11-23 Thread jcarman
Author: jcarman Date: Wed Nov 23 19:40:42 2005 New Revision: 348629 URL: http://svn.apache.org/viewcvs?rev=348629&view=rev Log: Fixing accidentally checked in code. Modified: jakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestMapUtils.java Modified: jakart

[Jakarta-commons Wiki] Update of "ValidatorWishList" by NathanBubna

2005-11-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by NathanBubna: http://wiki.apache.org/jakarta-commons/ValidatorWishList ---

Re: svn commit: r348444 - in /jakarta/commons/proper/collections/trunk/src: java/org/apache/commons/collections/ java/org/apache/commons/collections/functors/ test/org/apache/commons/collections/

2005-11-23 Thread Stephen Colebourne
[EMAIL PROTECTED] wrote: Author: jcarman URL: http://svn.apache.org/viewcvs?rev=348444&view=rev Log: 37106: serialVersionUIDs should be private (static final long) Modified: jakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestMapUtils.java Did you mean to c

[Jakarta-commons Wiki] Update of "Logging/1.1.0ReleasePlan" by DennisLundberg

2005-11-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by DennisLundberg: http://wiki.apache.org/jakarta-commons/Logging/1%2e1%2e0ReleasePlan The comment on the change is: Summarized the discussi

Re: [resources] Preparation for a Release Candidate

2005-11-23 Thread Rahul Akolkar
On 11/23/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > On 11/22/05, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > > > I've refreshed the Commons Resources site, sorted most the checkstyle > > issues > > and sorted a couple of build issues. AFAIK its pretty much ready for a > > release. except for

DO NOT REPLY [Bug 37134] - [validator] Built-in JavaScript incompatible with modern AJAX techniques

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37134] - [validator] Built-in JavaScript incompatible with modern AJAX techniques

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[ANN][configuration] 1.2RC2 available

2005-11-23 Thread Oliver Heger
In preparation of a 1.2 release of commons-configuration we have created a second release candidate. Source and binary distributions can be found at http://people.apache.org/~oheger/commons-configuration-1.2RC2/ The updated web site for this release candidate is available here: http://people.a

svn commit: r348549 - /jakarta/commons/proper/configuration/tags/CONFIGURATION_1_2RC2/

2005-11-23 Thread oheger
Author: oheger Date: Wed Nov 23 12:14:05 2005 New Revision: 348549 URL: http://svn.apache.org/viewcvs?rev=348549&view=rev Log: Tagged 1.2RC2 Added: jakarta/commons/proper/configuration/tags/CONFIGURATION_1_2RC2/ - copied from r348548, jakarta/commons/proper/configuration/trunk/ --

svn commit: r348541 - in /jakarta/commons/proper/configuration/trunk: build.xml project.properties project.xml xdocs/changes.xml xdocs/navigation.xml

2005-11-23 Thread oheger
Author: oheger Date: Wed Nov 23 12:10:09 2005 New Revision: 348541 URL: http://svn.apache.org/viewcvs?rev=348541&view=rev Log: Preparations for 1.2RC2 Modified: jakarta/commons/proper/configuration/trunk/build.xml jakarta/commons/proper/configuration/trunk/project.properties jakarta/c

svn commit: r348539 - /jakarta/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/QueryRunner.java

2005-11-23 Thread bayard
Author: bayard Date: Wed Nov 23 12:09:26 2005 New Revision: 348539 URL: http://svn.apache.org/viewcvs?rev=348539&view=rev Log: It can be confusing to get a NullPointerException when you forget to set the DataSource or include the Connection parameter, so I've added a dedicated exception for this

Re: [math] Complex operations and C99x compliance

2005-11-23 Thread Phil Steitz
> > The links to MathWorld in ComplexUtils should be set to replace the > entire frameset. +0 > > The pow function should specify that it returns NaN for 0 to the zeroth > power. +1 > > tan, atan and possibly other functions can return infinity. This should > be noted. e.g. tan(pi/2 + 0i) is in

Re: [math] Complex operations and C99x compliance

2005-11-23 Thread Phil Steitz
Thanks! Patches welcome :-) To check out the MATH_1_1 branch, use svn co https://svn.apache.org/repos/asf/jakarta/commons/proper/math/branches/MATH_1_1/ On 11/23/05, Elliotte Harold <[EMAIL PROTECTED]> wrote: > Phil Steitz wrote: > > > It would be great to have some more eyeballs verify that j

svn commit: r348524 - /jakarta/commons/proper/math/branches/MATH_1_1/project.xml

2005-11-23 Thread psteitz
Author: psteitz Date: Wed Nov 23 11:23:11 2005 New Revision: 348524 URL: http://svn.apache.org/viewcvs?rev=348524&view=rev Log: Added Elliotte Rusty Harold to contributors. Modified: jakarta/commons/proper/math/branches/MATH_1_1/project.xml Modified: jakarta/commons/proper/math/branches/MATH

Re: [math] Complex operations and C99x compliance

2005-11-23 Thread Elliotte Harold
Phil Steitz wrote: The classes just changed are Complex and ComplexUtils; but any other javadoc errors that anyone can spot would be much appreciated. The links to MathWorld in ComplexUtils should be set to replace the entire frameset. Again the throws clauses look funny as if they were in

DO NOT REPLY [Bug 37162] - [math] Non-private serialVersionUIDs

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [math] Complex operations and C99x compliance

2005-11-23 Thread Elliotte Harold
Phil Steitz wrote: It would be great to have some more eyeballs verify that javadoc - code - tests are all now in synch and the documentation is clear. A couple of notes: "A complex number analogous to Double.NaN" isn't quite descriptive enough. I'd suggest specifying that it's NaN + NaNi

Re: [resources] Preparation for a Release Candidate

2005-11-23 Thread Martin Cooper
On 11/22/05, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > I've refreshed the Commons Resources site, sorted most the checkstyle > issues > and sorted a couple of build issues. AFAIK its pretty much ready for a > release. except for a couple of things: > > 1) Quite a few methods are declaring in t

[EMAIL PROTECTED]: Project commons-resources (in module jakarta-commons) failed

2005-11-23 Thread Stefan Bodewig
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-resources has an issue affecting its community integration. This issue af

[EMAIL PROTECTED]: Project commons-resources (in module jakarta-commons) failed

2005-11-23 Thread Stefan Bodewig
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-resources has an issue affecting its community integration. This issue af

Re: [math] Complex operations and C99x compliance

2005-11-23 Thread Phil Steitz
I added tests and documentation describing the 1.0 behavior and closed the BZ ticket on this. I added docs specifying computing formulas and describing how NaN and infinite values are handled. It would be great to have some more eyeballs verify that javadoc - code - tests are all now in synch and

DO NOT REPLY [Bug 37614] - [jci] MemoryResourceStore should using standard class file names for keys

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37614] New: - [jci] MemoryResourceStore should using standard class file names for keys

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r348507 - /jakarta/commons/proper/math/trunk/testOnly.sh

2005-11-23 Thread psteitz
Author: psteitz Date: Wed Nov 23 10:04:41 2005 New Revision: 348507 URL: http://svn.apache.org/viewcvs?rev=348507&view=rev Log: Added trivial script to selectively execute unit tests. Added: jakarta/commons/proper/math/trunk/testOnly.sh (with props) Added: jakarta/commons/proper/math/trunk

DO NOT REPLY [Bug 37086] - [math] Complex arithmetic operations do not conform to C99x Annex G

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r348502 - in /jakarta/commons/proper/math/branches/MATH_1_1: ./ src/java/org/apache/commons/math/complex/ src/test/org/apache/commons/math/ src/test/org/apache/commons/math/complex/ xdocs/

2005-11-23 Thread psteitz
Author: psteitz Date: Wed Nov 23 09:43:57 2005 New Revision: 348502 URL: http://svn.apache.org/viewcvs?rev=348502&view=rev Log: * Added polar2Complex method to ComplexUtils to create Complex numbers from polar representations. * Improved documentation and test cases related to handling of infini

Re: [transaction] Duplicated TxId generation under heavy load

2005-11-23 Thread Oliver Zeigermann
See my latest commit for an - hopefully - acceptable degree of certainty that the id really is unique. In the - very unlikely - case that it really is not unique you can still catch the exception when starting the tx and retry with a new one. Acceptable? Oliver 2005/11/23, Oliver Zeigermann <[EM

svn commit: r348458 - in /jakarta/commons/proper/transaction/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/transaction/file/FileResourceManager.java

2005-11-23 Thread ozeigermann
Author: ozeigermann Date: Wed Nov 23 07:19:45 2005 New Revision: 348458 URL: http://svn.apache.org/viewcvs?rev=348458&view=rev Log: Reduced likelyhood of clash between internally generated and external tx id in generatedUniqueTxId Modified: jakarta/commons/proper/transaction/trunk/RELEASE-NO

Re: [transaction] Duplicated TxId generation under heavy load

2005-11-23 Thread Oliver Zeigermann
2005/11/23, Joerg Heinicke <[EMAIL PROTECTED]>: > Oliver Zeigermann gmail.com> writes: > > > To me it seems generatedUniqueTxId does exactly as advertised in > > Javadocs. Don't you agree? > > No. :) This dismisses my argument about externally generated ids, yes. But two > different threads callin

DO NOT REPLY [Bug 37106] - [collections] serialVersionUID should be private

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r348444 - in /jakarta/commons/proper/collections/trunk/src: java/org/apache/commons/collections/ java/org/apache/commons/collections/functors/ test/org/apache/commons/collections/

2005-11-23 Thread jcarman
Author: jcarman Date: Wed Nov 23 06:06:56 2005 New Revision: 348444 URL: http://svn.apache.org/viewcvs?rev=348444&view=rev Log: 37106: serialVersionUIDs should be private (static final long) Modified: jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/ReferenceM

DO NOT REPLY [Bug 37610] New: - JXPathContext.removeAll() doesn't remove all (just one)

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[jxpath] Bug in JXPathContext.removeAll() ?

2005-11-23 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all I've tried to get my head around the JXPathContext.removeAll() not working as expected. I've written a TestCase: public void testRemoveAllFromCollection() { final Map map = new HashMap(); final Collection list = new Arr

[collections] IndexTransformer in 3.2?

2005-11-23 Thread James Carman
All, I put in a Bugzilla request for an IndexTransformer class. Basically, it just returns the value from the input (input can be List, array, String, or StringBuffer) at a specified index. We've used a similar class in our application when we want to put the values from a query result (Collecti

DO NOT REPLY [Bug 37608] New: - [collections] Implement an IndexTransformer Class

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37473] - [collections] Implement a BoundedBuffer class

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r348429 - in /jakarta/commons/proper/collections/trunk: ./ data/test/ src/java/org/apache/commons/collections/ src/java/org/apache/commons/collections/buffer/ src/test/org/apache/commons/c

2005-11-23 Thread jcarman
Author: jcarman Date: Wed Nov 23 05:16:43 2005 New Revision: 348429 URL: http://svn.apache.org/viewcvs?rev=348429&view=rev Log: 37473: Implement a BoundedBuffer class Added: jakarta/commons/proper/collections/trunk/data/test/BoundedBuffer.emptyCollection.version3.2.obj (with props) j

DO NOT REPLY [Bug 37607] - [collections] Enhance BlockingBuffer to allow for a timeout value

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37607] - [collections] Enhance BlockingBuffer to allow for a timeout value

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r348428 - in /jakarta/commons/proper/collections/trunk: ./ src/java/org/apache/commons/collections/ src/java/org/apache/commons/collections/buffer/ src/test/org/apache/commons/collections/

2005-11-23 Thread jcarman
Author: jcarman Date: Wed Nov 23 05:13:04 2005 New Revision: 348428 URL: http://svn.apache.org/viewcvs?rev=348428&view=rev Log: 37607: Enhance BlockingBuffer to allow for a timeout value Modified: jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html jakarta/commons/proper/collectio

svn commit: r348426 - in /jakarta/commons/proper/collections/trunk: data/test/ src/java/org/apache/commons/collections/buffer/ src/test/org/apache/commons/collections/buffer/

2005-11-23 Thread jcarman
Author: jcarman Date: Wed Nov 23 05:02:10 2005 New Revision: 348426 URL: http://svn.apache.org/viewcvs?rev=348426&view=rev Log: Removing TimeoutBuffer (BlockingBuffer will be enhanced instead). Removed: jakarta/commons/proper/collections/trunk/data/test/TimeoutBuffer.emptyCollection.version3

DO NOT REPLY [Bug 37607] New: - [collections] Enhance BlockingBuffer to allow for a timeout value

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37472] - [collections] Implement a TimeoutBuffer class

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2005-11-23 Thread commons-jelly-tags-html development
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-jelly-tags-html has an issue affecting its community integration. This i

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2005-11-23 Thread commons-jelly-tags-html development
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-jelly-tags-html has an issue affecting its community integration. This i

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2005-11-23 Thread commons-jelly-tags-jsl development
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-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2005-11-23 Thread commons-jelly-tags-jsl development
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-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2005-11-23 Thread commons-jelly-tags-define development
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-jelly-tags-define-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2005-11-23 Thread commons-jelly-tags-define development
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-jelly-tags-define-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-swing (in module commons-jelly) failed

2005-11-23 Thread JellySwing development
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-jelly-tags-swing has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-swing (in module commons-jelly) failed

2005-11-23 Thread JellySwing development
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-jelly-tags-swing has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2005-11-23 Thread commons-jelly-tags-xml development
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-jelly-tags-xml-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2005-11-23 Thread commons-jelly-tags-xml development
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-jelly-tags-xml-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-test (in module commons-jelly) failed

2005-11-23 Thread commons-jelly development
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-jelly-test has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project commons-jelly-test (in module commons-jelly) failed

2005-11-23 Thread commons-jelly development
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-jelly-test has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project commons-resources (in module jakarta-commons) failed

2005-11-23 Thread Stefan Bodewig
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-resources has an issue affecting its community integration. This issue af

[EMAIL PROTECTED]: Project commons-resources (in module jakarta-commons) failed

2005-11-23 Thread Stefan Bodewig
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-resources has an issue affecting its community integration. This issue af

DO NOT REPLY [Bug 37592] - [el] VariableResolverImpl is ignorant of the implicit variables 'request' and 'response'

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37528] - [functor] List functions

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37600] - [jelly] Using Object as a tag property class automatically changes the value to a String

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37600] - Using Object as a tag property class automatically changes the value to a String

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37600] - Using Object as a tag property class automatically changes the value to a String

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37600] - Using Object as a tag property class automatically changes the value to a String

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [transaction] Duplicated TxId generation under heavy load

2005-11-23 Thread Joerg Heinicke
Oliver Zeigermann gmail.com> writes: > To me it seems generatedUniqueTxId does exactly as advertised in > Javadocs. Don't you agree? No. :) This dismisses my argument about externally generated ids, yes. But two different threads calling generateUniqueTxId() at the same time still get the same "

DO NOT REPLY [Bug 37600] New: - Using Object as a tag property class automatically changes the value to a String

2005-11-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu