[jboss-cvs] JBossAS SVN: r68217 - branches/Branch_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 12 20:33:23 EST 2007


Author: jhowell at redhat.com
Date: 2007-12-12 20:33:23 -0500 (Wed, 12 Dec 2007)
New Revision: 68217

Modified:
   branches/Branch_4_2/build/build-thirdparty.xml
Log:
[JBAS-5072] The previous fix 4698, fixed the problem by using iteration instead of values(), but it also allowed nulls to be put into the array, which throws a null pointer exception.  I would have used the same defect number, but I missed the window for the versions that 4698 fixed, so I opened a new defect.

Modified: branches/Branch_4_2/build/build-thirdparty.xml
===================================================================
--- branches/Branch_4_2/build/build-thirdparty.xml	2007-12-13 01:21:07 UTC (rev 68216)
+++ branches/Branch_4_2/build/build-thirdparty.xml	2007-12-13 01:33:23 UTC (rev 68217)
@@ -97,7 +97,7 @@
     <componentref name="junit" version="3.8.2-brew"/>
     <componentref name="objectweb-joramtests" version="1.1"/>
     <componentref name="odmg" version="3.0-brew"/>
-    <componentref name="oswego-concurrent" version="1.3.4-jboss"/>
+    <componentref name="oswego-concurrent" version="1.3.4-jboss-update1"/>
     <componentref name="qdox" version="1.6.1-brew"/>
     <componentref name="quartz" version="1.5.2-brew"/>
     <componentref name="stax-api" version="1.0"/>




More information about the jboss-cvs-commits mailing list