[rhmessaging-commits] rhmessaging commits: r2802 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Nov 14 12:33:09 EST 2008


Author: eallen
Date: 2008-11-14 12:33:09 -0500 (Fri, 14 Nov 2008)
New Revision: 2802

Modified:
   mgmt/trunk/cumin/python/cumin/parameters.py
Log:
Changed the do_marshal for CuminClassParameters. This was preventing model updates after a session timeout. 

Modified: mgmt/trunk/cumin/python/cumin/parameters.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/parameters.py	2008-11-14 16:23:43 UTC (rev 2801)
+++ mgmt/trunk/cumin/python/cumin/parameters.py	2008-11-14 17:33:09 UTC (rev 2802)
@@ -17,7 +17,7 @@
         return getattr(self.app.model, string, None)
 
     def do_marshal(self, cls):
-        return cls.name
+        return cls.cumin_name
 
 class BrokerClusterParameter(Parameter):
     def do_unmarshal(self, string):




More information about the rhmessaging-commits mailing list