[rhmessaging-commits] rhmessaging commits: r4106 - mgmt/newdata/cumin/model.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Jul 13 09:56:03 EDT 2010


Author: eallen
Date: 2010-07-13 09:56:02 -0400 (Tue, 13 Jul 2010)
New Revision: 4106

Removed:
   mgmt/newdata/cumin/model/qmf.xml
Modified:
   mgmt/newdata/cumin/model/rosemary.xml
Log:
Removed old qmf xml file.
Changed schema and class in rosemary.xml to the new names.

Deleted: mgmt/newdata/cumin/model/qmf.xml
===================================================================
--- mgmt/newdata/cumin/model/qmf.xml	2010-07-12 21:45:23 UTC (rev 4105)
+++ mgmt/newdata/cumin/model/qmf.xml	2010-07-13 13:56:02 UTC (rev 4106)
@@ -1,13 +0,0 @@
-<schema package="qmf.response" type="transient">
-  <class name="GetJobSummaries" storage="none">
-    <property name="ProcId" type="sstr"/>
-    <property name="Args" type="sstr"/>
-    <property name="QDate" type="absTime"/>
-    <property name="Cmd" type="sstr"/>
-    <property name="ClusterId" type="sstr"/>
-    <property name="JobStatus" type="sstr"/>
-    <property name="EnteredCurrentStatus" type="absTime"/>
-    <property name="GlobalJobId" type="sstr"/>
-    <property name="JobId" type="sstr"/>
-  </class>
-</schema>

Modified: mgmt/newdata/cumin/model/rosemary.xml
===================================================================
--- mgmt/newdata/cumin/model/rosemary.xml	2010-07-12 21:45:23 UTC (rev 4105)
+++ mgmt/newdata/cumin/model/rosemary.xml	2010-07-13 13:56:02 UTC (rev 4106)
@@ -1,6 +1,6 @@
 <model>
-  <package name="qmf.response">
-    <class name="GetJobSummaries">
+  <package name="com.redhat.cumin.grid">
+    <class name="JobSummary">
       <property name="GlobalJobId">
         <title>Job Id</title>
       </property>



More information about the rhmessaging-commits mailing list