Author: tejones
Date: 2012-02-06 12:46:12 -0500 (Mon, 06 Feb 2012)
New Revision: 3849
Modified:
branches/7.4.x/console/src/main/resources/META-INF/rhq-plugin.xml
Log:
TEIID-1925: Corrected method name to getExecutionId. Also removed getProcessingTime method
since that has been removed from the request metadata.
Modified: branches/7.4.x/console/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- branches/7.4.x/console/src/main/resources/META-INF/rhq-plugin.xml 2012-02-06 16:57:50
UTC (rev 3848)
+++ branches/7.4.x/console/src/main/resources/META-INF/rhq-plugin.xml 2012-02-06 17:46:12
UTC (rev 3849)
@@ -470,15 +470,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?"