[jboss-cvs] JBossAS SVN: r68221 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 12 21:31:27 EST 2007


Author: jhowell at redhat.com
Date: 2007-12-12 21:31:27 -0500 (Wed, 12 Dec 2007)
New Revision: 68221

Modified:
   trunk/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.  

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2007-12-13 02:12:50 UTC (rev 68220)
+++ trunk/build/build-thirdparty.xml	2007-12-13 02:31:27 UTC (rev 68221)
@@ -122,7 +122,7 @@
     <componentref name="objectweb-joramtests" version="1.5"/>
     <componentref name="odmg" version="3.0"/>
     <componentref name="opensaml" version="1.1b"/>
-    <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="sleepycat" version="3.0.12"/>




More information about the jboss-cvs-commits mailing list