[jboss-cvs] JBossAS SVN: r91039 - branches/dml-log-service-integration/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 9 23:16:14 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-07-09 23:16:13 -0400 (Thu, 09 Jul 2009)
New Revision: 91039

Modified:
   branches/dml-log-service-integration/testsuite/imports/sections/classloader.xml
Log:
Remove log4j-sources.jar from the test war; add commons-logging.jar so that the log data does not go to our server log

Modified: branches/dml-log-service-integration/testsuite/imports/sections/classloader.xml
===================================================================
--- branches/dml-log-service-integration/testsuite/imports/sections/classloader.xml	2009-07-10 03:15:22 UTC (rev 91038)
+++ branches/dml-log-service-integration/testsuite/imports/sections/classloader.xml	2009-07-10 03:16:13 UTC (rev 91039)
@@ -223,10 +223,15 @@
         </webinf>
         <!-- Need to include log4j.jar to allow the singleton config to be
          reinitialized in the context of the war to find the war log4j.xml.
+         Also, commons-logging.jar is needed as well (since it doesn't exist in the AS
+         and is only emulated)
          -->
         <lib dir="${apache.log4j.lib}">
-          <include name="*.jar" />
+          <include name="log4j.jar" />
         </lib>
+        <lib dir="${apache.logging.lib}">
+           <include name="commons-logging.jar" />
+        </lib>
         <classes dir="${build.classes}">
           <include
              name="org/jboss/test/classloader/scoping/override/web/comlog/*"/>




More information about the jboss-cvs-commits mailing list