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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Oct 13 18:00:11 EDT 2010


Author: tejones
Date: 2010-10-13 18:00:11 -0400 (Wed, 13 Oct 2010)
New Revision: 2647

Modified:
   branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml
Log:
TEIID-982: Changed verbiage and column heading

Modified: branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml	2010-10-13 16:42:50 UTC (rev 2646)
+++ branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml	2010-10-13 22:00:11 UTC (rev 2647)
@@ -486,7 +486,7 @@
 								name="targetSchemaName" type="string" description="Name of the materialized schema" />
 							<c:simple-property displayName="Target Name"
 								name="targetName" type="string" description="Name of target table" />
-							<c:simple-property displayName="Created Time"
+							<c:simple-property displayName="Is Valid"
 								name="valid" type="string" description="Indicates if data in table is valid for use" />
 							<c:simple-property displayName="Current State"
 								name="loadState" type="string" description="Processing time for the request" />
@@ -505,12 +505,12 @@
 					<c:simple-property displayName="Materialized View Schema"
 						name="schema" type="string" required="true"
 						description="The schema name of the Materialized View to refresh" />
-					<c:simple-property displayName="Materialized View Table"
+					<c:simple-property displayName="Materialized View Name"
 						name="table" type="string" required="true"
-						description="The table name of the Materialized View to refresh" />
-					<c:simple-property displayName="Invalidate Current Materialized View"
-						name="invalidate" type="boolean" required="true"
-						description="If true, will invalidate the current Materialized View" />
+						description="The name of the Materialized View to refresh" />
+					<c:simple-property displayName="Invalidate Current Materialized View Table"
+						name="invalidate" type="boolean" required="true" default="false"
+						description="If yes, will block all queries against the current Materialized View table until refreshed." />
 				</parameters>
 
 				<results>



More information about the teiid-commits mailing list