You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2011/08/30 19:06:24 UTC

svn commit: r1163292 - /cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java

Author: ay
Date: Tue Aug 30 17:06:23 2011
New Revision: 1163292

URL: http://svn.apache.org/viewvc?rev=1163292&view=rev
Log:
[CXF-3773] CXF unregisters MBeans for JAX-WS endpoints twice

Modified:
    cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java

Modified: cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java?rev=1163292&r1=1163291&r2=1163292&view=diff
==============================================================================
--- cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java (original)
+++ cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java Tue Aug 30 17:06:23 2011
@@ -181,6 +181,7 @@ public class ServerImpl implements Serve
             } catch (JMException jmex) {
                 LOG.log(Level.WARNING, "Unregistering ManagedEndpoint failed.", jmex);
             }
+            iMgr = null;
         }
         
     }