[jboss-cvs] JBossAS SVN: r60786 - branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/inflow.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 22 01:06:08 EST 2007


Author: weston.price at jboss.com
Date: 2007-02-22 01:06:07 -0500 (Thu, 22 Feb 2007)
New Revision: 60786

Modified:
   branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/inflow/MessageEndpointInterceptor.java
Log:
[JBAS-3734]Fixed incorrect setting of state variable on exception
during delivery. 

Modified: branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/inflow/MessageEndpointInterceptor.java
===================================================================
--- branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/inflow/MessageEndpointInterceptor.java	2007-02-21 23:29:58 UTC (rev 60785)
+++ branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/inflow/MessageEndpointInterceptor.java	2007-02-22 06:06:07 UTC (rev 60786)
@@ -272,7 +272,6 @@
                transaction.setRollbackOnly();
             commit = false;
          }
-         setBeforeDeliveryInvoke(false);
          throw t;
       }
       finally




More information about the jboss-cvs-commits mailing list