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" />
Show replies by date