Author: shawkins
Date: 2009-05-17 22:33:55 -0400 (Sun, 17 May 2009)
New Revision: 970
Modified:
trunk/connector-api/src/main/resources/connector-base.xml
trunk/connectors/connector-loopback/src/main/resources/connector-loopback.xml
Log:
minor corrections to config properties ISExpert -> IsExpert
Modified: trunk/connector-api/src/main/resources/connector-base.xml
===================================================================
--- trunk/connector-api/src/main/resources/connector-base.xml 2009-05-18 02:15:58 UTC (rev
969)
+++ trunk/connector-api/src/main/resources/connector-base.xml 2009-05-18 02:33:55 UTC (rev
970)
@@ -4,7 +4,7 @@
<PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system)" Multiplicity="0..1"
IsExpert="true" IsHidden="true" />
<PropertyDefinition Name="ExceptionOnMaxRows"
DisplayName="Exception on Exceeding Max Rows" ShortDescription="Indicates
if an Exception should be thrown if the specified value for Maximum Result Rows is
exceeded; else no exception and no more than the maximum will be returned"
DefaultValue="true" Multiplicity="1" PropertyType="Boolean"
IsExpert="true" />
<PropertyDefinition Name="metamatrix.service.essentialservice"
DisplayName="Essential Service" ShortDescription="Indicates if the service
is essential to operation of the Integration Server" DefaultValue="false"
Multiplicity="1" PropertyType="Boolean" IsExpert="true"
IsHidden="true" />
- <PropertyDefinition Name="ServiceMonitoringEnabled"
DisplayName="Data Source Monitoring Enabled" ShortDescription="Whether to
monitor the underlying data source to see if it is available."
DefaultValue="true" Multiplicity="1" PropertyType="Boolean"
ISExpert="true" />
+ <PropertyDefinition Name="ServiceMonitoringEnabled"
DisplayName="Data Source Monitoring Enabled" ShortDescription="Whether to
monitor the underlying data source to see if it is available."
DefaultValue="true" Multiplicity="1" PropertyType="Boolean"
IsExpert="true" />
<PropertyDefinition Name="Immutable" DisplayName="Is
Immutable" ShortDescription="True if the source never changes."
DefaultValue="false" Multiplicity="1" PropertyType="Boolean"
IsExpert="true" />
<PropertyDefinition Name="ConnectorMaxConnections"
DisplayName="Maximum Concurrent Connections" ShortDescription=""
DefaultValue="20" Multiplicity="1" PropertyType="Integer"
IsExpert="true" />
<PropertyDefinition Name="ConnectorClass"
DisplayName="Connector Class" ShortDescription=""
Multiplicity="1" IsExpert="true" IsHidden="true" />
Modified: trunk/connectors/connector-loopback/src/main/resources/connector-loopback.xml
===================================================================
---
trunk/connectors/connector-loopback/src/main/resources/connector-loopback.xml 2009-05-18
02:15:58 UTC (rev 969)
+++
trunk/connectors/connector-loopback/src/main/resources/connector-loopback.xml 2009-05-18
02:33:55 UTC (rev 970)
@@ -1,5 +1,4 @@
<ComponentType Name="Loopback Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.945-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.945-06:00">
- <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="0..1" IsPreferred="true"/>
<PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)" DefaultValue="${classpath}"
Multiplicity="0..1" IsExpert="true" IsModifiable="false"
IsHidden="true" />
<PropertyDefinition Name="CapabilitiesClass"
DisplayName="Capabilities Class" ShortDescription=""
DefaultValue="com.metamatrix.connector.loopback.LoopbackCapabilities"
Multiplicity="1" IsExpert="true" />
<PropertyDefinition Name="WaitTime" DisplayName="Max Random
Wait Time" ShortDescription="" DefaultValue="0"
Multiplicity="1" IsExpert="true" />
Show replies by date