[jboss-cvs] JBossAS SVN: r66905 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 9 05:02:21 EST 2007


Author: wolfc
Date: 2007-11-09 05:02:21 -0500 (Fri, 09 Nov 2007)
New Revision: 66905

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
EJBTHREE-1090: rollback including jboss.xml in webservices unit test

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-11-09 09:57:13 UTC (rev 66904)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-11-09 10:02:21 UTC (rev 66905)
@@ -848,7 +848,8 @@
          </fileset>
          <fileset dir="${resources}/test/webservices">
          	<include name="META-INF/ejb-jar.xml"/>
-         	<include name="META-INF/jboss.xml"/>
+            <!-- TODO: Wolf: including jboss.xml doesn't work (EJBTHREE-477) -->
+         	<!--include name="META-INF/jboss.xml"/-->
             <!-- TODO: Wolf: This is plain silly. I have to include the wsdl the container is about to generate to get injection to work. -->
             <include name="META-INF/wsdl/*.wsdl"/>
          </fileset>




More information about the jboss-cvs-commits mailing list