[teiid-commits] teiid SVN: r866 - trunk/common-internal/src/main/resources/com/metamatrix/common/config/api.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue May 5 19:30:21 EDT 2009


Author: rareddy
Date: 2009-05-05 19:30:21 -0400 (Tue, 05 May 2009)
New Revision: 866

Modified:
   trunk/common-internal/src/main/resources/com/metamatrix/common/config/api/resourcetypemodel.xml
Log:
TEIID-233 - Adding support for TCP based clustering for server. Reviewed By VanH.

Modified: trunk/common-internal/src/main/resources/com/metamatrix/common/config/api/resourcetypemodel.xml
===================================================================
--- trunk/common-internal/src/main/resources/com/metamatrix/common/config/api/resourcetypemodel.xml	2009-05-05 21:39:37 UTC (rev 865)
+++ trunk/common-internal/src/main/resources/com/metamatrix/common/config/api/resourcetypemodel.xml	2009-05-05 23:30:21 UTC (rev 866)
@@ -42,7 +42,7 @@
 			<PropertyDefinition Name="metamatrix.xatxnmgr.txnstatus_port" DisplayName="Recovery Port" ShortDescription="Transaction Recovery Port (0-any available port)" DefaultValue="" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="false" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false"/>
 		</ComponentType>
 		<ComponentType Name="JGroups" ComponentTypeCode="4" Deployable="false" Deprecated="false" Monitorable="false">
-			<PropertyDefinition Name="cluster.protocol" DisplayName="Cluster Protocol Type" ShortDescription="Type of protocol to be used (Unicast or Multicast)" DefaultValue="UNICAST-TCP" Multiplicity="1" PropertyType="String" IsConstrainedToAllowedValues="true" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="false" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="true">
+			<PropertyDefinition Name="cluster.protocol" DisplayName="Cluster Protocol Type" ShortDescription="Type of protocol to be used (Unicast or Multicast)" DefaultValue="UNICAST-TCP" Multiplicity="1" PropertyType="String" IsConstrainedToAllowedValues="true" ValueDelimiter="," IsExpert="false" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="true">
                 <AllowedValue>MULTICAST</AllowedValue>
                 <AllowedValue>UNICAST_TCP</AllowedValue>
                 <AllowedValue>UNICAST_UDP</AllowedValue>




More information about the teiid-commits mailing list