[teiid-commits] teiid SVN: r4413 - branches/7.7.x/console/src/main/resources/META-INF.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Sep 10 09:02:10 EDT 2012


Author: jolee
Date: 2012-09-10 09:02:09 -0400 (Mon, 10 Sep 2012)
New Revision: 4413

Modified:
   branches/7.7.x/console/src/main/resources/META-INF/rhq-plugin.xml
Log:
TEIID-1925: In RHQ Plugin the View VDB Requests action fails with NoSuchMethod org.teiid.rhq.plugin.objects.RequestMetadata.getRequestId()

Modified: branches/7.7.x/console/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- branches/7.7.x/console/src/main/resources/META-INF/rhq-plugin.xml	2012-09-07 23:06:52 UTC (rev 4412)
+++ branches/7.7.x/console/src/main/resources/META-INF/rhq-plugin.xml	2012-09-10 13:02:09 UTC (rev 4413)
@@ -484,15 +484,11 @@
 						required="false">
 						<c:map-property name="map">
 							<c:simple-property displayName="Request ID"
-								name="getRequestId" type="string" description="The request identifier" />
+								name="getExecutionId" type="string" description="The request identifier" />
 							<c:simple-property displayName="Session ID"
 								name="getSessionId" type="string" description="Session identifier" />
-							<c:simple-property displayName="Execution ID"
-								name="getExecutionId" type="string" description="Unique Identifier for Request" />
 							<c:simple-property displayName="Start Time"
 								name="getStartTime" type="string" description="Time when request submitted" />
-							<c:simple-property displayName="Processing Time"
-								name="getProcessingTime" type="string" description="Processing time for the request" />
 							<c:simple-property displayName="Last ping time"
 								name="getCommand" type="string" description="SQL Command" />
 							<c:simple-property displayName="Connector level request?"



More information about the teiid-commits mailing list