[webbeans-commits] Webbeans SVN: r3543 - tck/trunk/impl/src/main/resources.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Aug 17 17:20:51 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-08-17 17:20:50 -0400 (Mon, 17 Aug 2009)
New Revision: 3543

Modified:
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
split test

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-08-17 19:20:59 UTC (rev 3542)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-08-17 21:20:50 UTC (rev 3543)
@@ -4282,8 +4282,12 @@
       <text>If the observer method is a transactional observer method and there is currently a JTA transaction in progress, ~the container calls the observer method during the appropriate transaction completion phase.~  Otherwise, the container calls the observer immediately.</text>
     </assertion>
     
+    <assertion id="bd">
+      <text>Any observer method called before completion of a transaction may call |setRollbackOnly()| to force a transaction rollback.</text>
+    </assertion>
+    
     <assertion id="bd" testable="false">
-      <text>Any observer method called before completion of a transaction may call |setRollbackOnly()| to force a transaction rollback.  An observer method may not directly initiate, commit or rollback JTA transactions.</text>
+      <text>An observer method may not directly initiate, commit or rollback JTA transactions.</text>
       <note>Doesn't specify what happens if they do</note>
     </assertion>
 




More information about the weld-commits mailing list