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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 17 11:29:42 EDT 2009


Author: emuckenhuber
Date: 2009-04-17 11:29:42 -0400 (Fri, 17 Apr 2009)
New Revision: 87494

Modified:
   branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/persistence/DelegatingPersistencePlugin.java
Log:
[JBAS-6796] missed to update this one.

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/persistence/DelegatingPersistencePlugin.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/persistence/DelegatingPersistencePlugin.java	2009-04-17 15:22:56 UTC (rev 87493)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/persistence/DelegatingPersistencePlugin.java	2009-04-17 15:29:42 UTC (rev 87494)
@@ -71,7 +71,7 @@
       if(mo == null)
          throw new IllegalArgumentException("Null managed object.");
       
-      ManagedObjectPersistencePlugin plugin = getPlugin(mo.getAttachmentName());
+      ManagedObjectPersistencePlugin plugin = getPlugin(mo);
       return plugin.createPersistedManagedObject(mo);
    }
 




More information about the jboss-cvs-commits mailing list