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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 31 00:15:53 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-31 00:15:53 -0400 (Sat, 31 Mar 2007)
New Revision: 61937

Modified:
   trunk/server/src/main/org/jboss/ejb/EjbModule.java
Log:
Remove the pc.commit call as its failing the startup. The graph of policy contexts needs to be fix.

Modified: trunk/server/src/main/org/jboss/ejb/EjbModule.java
===================================================================
--- trunk/server/src/main/org/jboss/ejb/EjbModule.java	2007-03-31 03:14:37 UTC (rev 61936)
+++ trunk/server/src/main/org/jboss/ejb/EjbModule.java	2007-03-31 04:15:53 UTC (rev 61937)
@@ -385,9 +385,7 @@
          if(pc != null && jaccPolicy != null)
          {
             jaccPolicy.link(pc); 
-            pc.commit();
          }
-           
 
          //only one iteration should be necessary, but we won't sweat it.
          //2 iterations are needed by cmp...jdbc/bridge/JDBCCMRFieldBridge which




More information about the jboss-cvs-commits mailing list