[jboss-cvs] JBossAS SVN: r75266 - trunk/server/src/main/org/jboss/invocation/unified/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 1 10:00:45 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-07-01 10:00:45 -0400 (Tue, 01 Jul 2008)
New Revision: 75266

Modified:
   trunk/server/src/main/org/jboss/invocation/unified/server/UnifiedInvoker.java
Log:
[JBAS-5590] Reapply fix

Modified: trunk/server/src/main/org/jboss/invocation/unified/server/UnifiedInvoker.java
===================================================================
--- trunk/server/src/main/org/jboss/invocation/unified/server/UnifiedInvoker.java	2008-07-01 13:39:55 UTC (rev 75265)
+++ trunk/server/src/main/org/jboss/invocation/unified/server/UnifiedInvoker.java	2008-07-01 14:00:45 UTC (rev 75266)
@@ -175,14 +175,12 @@
     */
    public void stopService() throws Exception
    {
-      // FIXME -- remove the serverInvoker.stop() once we confirm it
-      // doesn't cause a problem stopping the AS
       // JBAS-5590 -- the serverInvoker is a shared resource and shouldn't
       // be stopped just because we don't want it any more
-      if(serverInvoker != null)
-      {
-         serverInvoker.stop();
-      }
+//      if(serverInvoker != null)
+//      {
+//         serverInvoker.stop();
+//      }
    }
 
    /**




More information about the jboss-cvs-commits mailing list