[jboss-cvs] JBossAS SVN: r65829 - branches/Branch_4_2/ejb3/src/resources/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 4 04:27:48 EDT 2007


Author: wolfc
Date: 2007-10-04 04:27:48 -0400 (Thu, 04 Oct 2007)
New Revision: 65829

Modified:
   branches/Branch_4_2/ejb3/src/resources/test/known-issues.xml
Log:
EJBTHREE-757: using JAX-RPC with EJB 3 is not valid

Modified: branches/Branch_4_2/ejb3/src/resources/test/known-issues.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/known-issues.xml	2007-10-04 08:15:22 UTC (rev 65828)
+++ branches/Branch_4_2/ejb3/src/resources/test/known-issues.xml	2007-10-04 08:27:48 UTC (rev 65829)
@@ -8,8 +8,8 @@
 		- ignore : do nothing
 		- show : show the issue on System.err
 	</comment>
-	<!-- does JAX-RPC with EJB 3 work? -->
-	<entry key="EJBTHREE-757">fail</entry>
+	<!-- using JAX-RPC with EJB 3 is invalid -->
+	<entry key="EJBTHREE-757">ignore</entry>
 	<entry key="EJBTHREE-832">show</entry>
 	<entry key="EJBTHREE-892">show</entry>
 	<entry key="EJBTHREE-894">show</entry>




More information about the jboss-cvs-commits mailing list