[jboss-cvs] JBossAS SVN: r64602 - trunk/server/src/main/org/jboss/ejb/plugins.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 15 07:55:29 EDT 2007


Author: adrian at jboss.org
Date: 2007-08-15 07:55:29 -0400 (Wed, 15 Aug 2007)
New Revision: 64602

Modified:
   trunk/server/src/main/org/jboss/ejb/plugins/TxInterceptorCMT.java
Log:
Port [JBAS-3611] from JBoss-4.2

Modified: trunk/server/src/main/org/jboss/ejb/plugins/TxInterceptorCMT.java
===================================================================
--- trunk/server/src/main/org/jboss/ejb/plugins/TxInterceptorCMT.java	2007-08-15 11:55:01 UTC (rev 64601)
+++ trunk/server/src/main/org/jboss/ejb/plugins/TxInterceptorCMT.java	2007-08-15 11:55:29 UTC (rev 64602)
@@ -517,6 +517,10 @@
       {
          throwJBossException(e, invocation.getType());
       }
+      catch (IllegalStateException e)
+      {
+         throwJBossException(e, invocation.getType());
+      }
       finally
       {
          // reassociate the oldTransaction with the Invocation (even null)




More information about the jboss-cvs-commits mailing list