[jboss-cvs] JBossAS SVN: r86216 - branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 23 12:19:42 EDT 2009


Author: emuckenhuber
Date: 2009-03-23 12:19:41 -0400 (Mon, 23 Mar 2009)
New Revision: 86216

Modified:
   branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository/AbstractProfileService.java
Log:
remove profile at unregister.

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository/AbstractProfileService.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository/AbstractProfileService.java	2009-03-23 15:53:23 UTC (rev 86215)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/repository/AbstractProfileService.java	2009-03-23 16:19:41 UTC (rev 86216)
@@ -429,6 +429,7 @@
          return;
       
       controller.uninstall(key);
+      this.profiles.remove(key);
    }
    
    /**




More information about the jboss-cvs-commits mailing list