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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Aug 30 16:23:41 EDT 2010


Author: tejones
Date: 2010-08-30 16:23:40 -0400 (Mon, 30 Aug 2010)
New Revision: 2506

Modified:
   branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml
Log:
TEIID-1202: Added better description to Connection Type property

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-08-30 18:58:21 UTC (rev 2505)
+++ branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml	2010-08-30 20:23:40 UTC (rev 2506)
@@ -485,8 +485,9 @@
 							<c:option value="INACTIVE" name="DOWN" default="true" />
 						</c:property-options>
 					</c:simple-property>
-					<c:simple-property name="connectionType" type="string"
-						description="Connections to allow to this Virtual Database"
+					<c:simple-property name="connectionType" type="string" 
+						description="Allowable Connections: 1) NONE - disallow new connections 2) BY VERSION - allow connections only if the version is specified or if this is the earliest 'BY VERSION' vdb and there are no vdbs marked as 'ANY' 
+3) ANY - allow connections with or without a version specified. If multiple versions of same VDB are deployed, connect to one specified with ANY, or if there are multiple VDBs with ANY then connect to the latest version with ANY "
 						required="false">
 						<c:property-options>
 							<c:option value="NONE" name="NONE" />



More information about the teiid-commits mailing list