[teiid-commits] teiid SVN: r3606 - in branches/as7: documentation/admin-guide/src/main/docbook/en-US/content and 23 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Nov 3 14:08:45 EDT 2011


Author: rareddy
Date: 2011-11-03 14:08:44 -0400 (Thu, 03 Nov 2011)
New Revision: 3606

Added:
   branches/as7/jboss-integration/src/test/resources/teiid-transport-config.txt
Removed:
   branches/as7/runtime/src/test/resources/admin/ServerConfig.xml
   branches/as7/runtime/src/test/resources/configuration.xml
   branches/as7/runtime/src/test/resources/dqp/config/ServerConfig.xml
   branches/as7/runtime/src/test/resources/dqp/dqp.properties
   branches/as7/runtime/src/test/resources/dqp/metamatrixpki.keystore
   branches/as7/test-integration/common/src/test/resources/ServerConfig.xml
   branches/as7/test-integration/common/src/test/resources/admin/BQT1Binding.cdk
   branches/as7/test-integration/common/src/test/resources/admin/admin-roles.properties
   branches/as7/test-integration/common/src/test/resources/admin/dqp-membership.properties
   branches/as7/test-integration/common/src/test/resources/admin/dqp.properties
   branches/as7/test-integration/common/src/test/resources/admin/loopback.cdk
   branches/as7/test-integration/common/src/test/resources/admin/loopback_archive.caf
   branches/as7/test-integration/common/src/test/resources/admin/membership-file.properties
   branches/as7/test-integration/common/src/test/resources/admin/users.properties
   branches/as7/test-integration/common/src/test/resources/authcheck/bqt.def
   branches/as7/test-integration/common/src/test/resources/authcheck/bqt.properties
   branches/as7/test-integration/common/src/test/resources/authcheck/groups.properties
   branches/as7/test-integration/common/src/test/resources/authcheck/membership-file.properties
   branches/as7/test-integration/common/src/test/resources/authcheck/users.properties
   branches/as7/test-integration/common/src/test/resources/cdk/
   branches/as7/test-integration/common/src/test/resources/object.bsh
   branches/as7/test-integration/common/src/test/resources/object2.bsh
   branches/as7/test-integration/common/src/test/resources/sample/
   branches/as7/test-integration/common/src/test/resources/script.txt
   branches/as7/test-integration/common/src/test/resources/scriptWithoutSetup.txt
   branches/as7/test-integration/db/src/main/resources/configuration.xml
   branches/as7/test-integration/db/src/main/resources/ctc_tests/deploy.properties
   branches/as7/test-integration/db/src/main/resources/transactions/transaction.properties
Modified:
   branches/as7/build/kits/jboss-container/teiid-releasenotes.html
   branches/as7/documentation/admin-guide/src/main/docbook/en-US/content/performance.xml
   branches/as7/documentation/caching-guide/src/main/docbook/en-US/content/results.xml
   branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/adminapi.xml
   branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/develop-adapter.xml
   branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/introduction.xml
   branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/logging.xml
   branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/runtime-updates.xml
   branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/security.xml
   branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/translator-api.xml
   branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/udf.xml
   branches/as7/engine/src/main/java/org/teiid/dqp/service/SessionService.java
   branches/as7/engine/src/main/resources/org/teiid/query/i18n.properties
   branches/as7/jboss-integration/src/main/java/org/teiid/jboss/Element.java
   branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TeiidAdd.java
   branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TeiidSubsystemParser.java
   branches/as7/jboss-integration/src/main/java/org/teiid/jboss/Transport.java
   branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TransportAdd.java
   branches/as7/jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties
   branches/as7/jboss-integration/src/main/resources/schema/jboss-teiid.xsd
   branches/as7/jboss-integration/src/test/java/org/teiid/jboss/TestTeiidConfiguration.java
   branches/as7/jboss-integration/src/test/resources/teiid-model-config.txt
   branches/as7/jboss-integration/src/test/resources/teiid-model-json.txt
   branches/as7/jboss-integration/src/test/resources/teiid-sample-config.xml
   branches/as7/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java
   branches/as7/runtime/src/main/java/org/teiid/transport/LogonImpl.java
   branches/as7/runtime/src/main/resources/org/teiid/runtime/i18n.properties
   branches/as7/runtime/src/test/java/org/teiid/transport/TestLogonImpl.java
Log:
TEIID-1720: Added couple missing properties + fix configuration names in the docs. Fixed developer guide.

Modified: branches/as7/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/as7/build/kits/jboss-container/teiid-releasenotes.html	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/build/kits/jboss-container/teiid-releasenotes.html	2011-11-03 18:08:44 UTC (rev 3606)
@@ -33,7 +33,7 @@
   <LI><B>Buffering Improvements</B> - Added the ability to inline memory based or small lobs and added tracking of the memory held by soft references.  Also switched to a concurrent LFRU algorithm that significantly reduces writes and read misses with temporary tables.  Added a memory buffer to better handle file storage.  
   The memory buffer may be optional be configured as off-heap for better large memory performance - see the Admin Guide for more.  Overhead is now tracked to help prevent memory errors when dealing with 10s of millions or more of batches/pages.  Serialization and disk utilization were also improved.
   <LI><B>GSSAPI</B> - both the Teiid JDBC client/server and the ODBC pg backend can now support GSSAPI for single sign-on. 
-  <LI><B>Server-side Query Timeouts</B> - default query timeouts can be configured at both the VDB (via the query-timeout VDB property) and entire server (via the teiid-jboss-beans.xml queryTimeout property).
+  <LI><B>Server-side Query Timeouts</B> - default query timeouts can be configured at both the VDB (via the query-timeout VDB property) and entire server (via the teiid-jboss-beans.xml query-timeout property).
   <LI><B>Native Queries</B> - added the ability to specify native query SQL for JDBC physical tables and stored procedures via extension metadata.
 </UL>
 
@@ -47,7 +47,7 @@
 <h4>from 7.5</h4>
 <ul>
   <li>Leave was added as a reserved word.
-  <li>Lob inlining is incompatible with clients older than 7.6.  If a 7.6 server will have older clients that use lobs connect to it, then the BufferService property inlineLobs should be set to false in the teiid-jboss-beans.xml file.
+  <li>Lob inlining is incompatible with clients older than 7.6.  If a 7.6 server will have older clients that use lobs connect to it, then the BufferService property inline-lobs should be set to false in the teiid-jboss-beans.xml file.
   <li>Oracle translators assume they are using Oracle supplied drivers.  If that is not the case, set the Oracle translator execution property oracleSuppliedDriver to false.
 </ul>
 
@@ -121,8 +121,8 @@
 
 <h4>from 7.4</h4>
 <ul>
-  <li>The configuration for the buffer service now defaults to 256/512 for processor and connector batch sizes respectively.  The buffer service also has 4 new properties inlineLobs, memoryBufferSpace, memoryBufferOffHeap, and maxStorageObjectSize.  
-  If you were explicitly setting the value for maxReserveKb, you should consider lowering that value to account for the memory buffer and/or explicitly set the memoryBufferSpace. 
+  <li>The configuration for the buffer service now defaults to 256/512 for processor and connector batch sizes respectively.  The buffer service also has 4 new properties inline-lobs, memory-buffer-space, memory-buffer-off-heap, and max-storage-object-size.  
+  If you were explicitly setting the value for 'max-reserve-kb', you should consider lowering that value to account for the memory buffer and/or explicitly set the memory-buffer-space. 
 </ul>
 
 <h4>from 7.4</h4>
@@ -186,7 +186,7 @@
 	<li>For compatibility with the 7.0 release if a stored procedure parameter list begins with identifier=, then it will be parsed as a named parameter invocation even if the intent was to use a comparison predicate 
 	as the first parameter value.  The workaround is to use nesting parens, e.g. call proc((identifier=value), ...), which clarifies that this is positional value.  This workaround will not be needed in later releases.
 	<li><a url="https://issues.jboss.org/browse/TEIID-1511">TEIID-1511<a/> - When a VDB is deployed and undeployed a socket is left open, which may lead to "too manay open files". Check the defect comments for details.
-	<li>TEIID-1648 - Teradata lobs can only be consistently read from an embedded client (with the default option to use the calling thread) and in single threaded mode (transactional or userRequestSourceConcurrency=1). Usage of Teradata lobs under any other configuration is unlikely to work.	  
+	<li>TEIID-1648 - Teradata lobs can only be consistently read from an embedded client (with the default option to use the calling thread) and in single threaded mode (transactional or thread-count-for-source-concurrency=1). Usage of Teradata lobs under any other configuration is unlikely to work.	  
 </ul>
 <h4>from 7.0</h4>
 <ul>

Modified: branches/as7/documentation/admin-guide/src/main/docbook/en-US/content/performance.xml
===================================================================
--- branches/as7/documentation/admin-guide/src/main/docbook/en-US/content/performance.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/admin-guide/src/main/docbook/en-US/content/performance.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -18,7 +18,7 @@
 			accessing the Teiid server simultaneously.  
 		</para>
 		<para>
-			The <code>maxReserveKb</code>
+			The <code>max-reserve-kb</code>
 			setting determines the total size in kilobytes of batches that can be held by the BufferManager in memory.
 			This number does not account for persistent batches held by soft (such as
 			index pages) or weak references. 
@@ -38,28 +38,28 @@
 		<note>
 			<para>Memory consumption can be significantly more or less than the nominal target
 	            depending upon actual column values and whether value caching is enabled.  Large non built-in type objects can exceed their default size estimate.
-	            If an out of memory errors occur, then set a lower the maxReserveKb value.  Also note that source lob values are held by memory references that are not cleared when a batch is persisted.  
+	            If an out of memory errors occur, then set a lower the max-reserve-kb value.  Also note that source lob values are held by memory references that are not cleared when a batch is persisted.  
 	            With heavy lob usage you should ensure that buffers of other memory associated with lob references are appropiately sized.
 			</para>
 		</note>
 		<para>
-			The <code>maxProcessingKb</code>
-			setting determines the total size in kilobytes of batches that can be used by active plans regardless of the memory held based on <code>maxReserveKb</code>.
+			The <code>max-processing-kb</code>
+			setting determines the total size in kilobytes of batches that can be used by active plans regardless of the memory held based on <code>max-reserve-kb</code>.
 			The default value of -1 will auto-calculate a typical max based upon the max heap available to the VM and max active plans.  
 			The auto-calculated value assumes a 64bit architecture and will limit processing batch usage to 10% of memory 
 			beyond the first 300 megabytes (which are assumed for use by the AS and other Teiid purposes).
 		</para>
 		<para>
-			In systems where large intermediate results are normal (scrolling cursors or sorting over millions of rows) you can consider increasing the <code>maxProcessingKb</code> and decreasing
-			the <code>maxReserveKb</code> so that each request has access to an effectively smaller buffer space.
+			In systems where large intermediate results are normal (scrolling cursors or sorting over millions of rows) you can consider increasing the <code>max-processing-kb</code> and decreasing
+			the <code>max-reserve-kb</code> so that each request has access to an effectively smaller buffer space.
 		</para>
 		<para>
 			Each intermediate result buffer, temporary LOB, and temporary table
 			is stored in its own set of buffer files,
 			where an individual file is
-			limited to <code>maxFileSize</code> megabytes.
+			limited to <code>max-file-size</code> megabytes.
 			Consider increasing the storage space available to all such
-			files <code>maxBufferSpace</code>
+			files <code>max-buffer-space</code>
 			if your installation makes use of internal materialization, makes
 			heavy use of SQL/XML, or processes large row counts.
 		</para>
@@ -69,21 +69,21 @@
 			Teiid has a non-negligible amount of overhead per batch/table page on the order of 100-200 bytes.  Depending on the data types involved each
 			full batch/table page will represent a variable number of rows (a power of two multiple above or below the processor batch size).  If you are dealing with datasets with billions of rows and you run into OutOfMemory issues, consider increasing the processor
 			batch size in the &jboss-beans; file to force the allocation of larger batches and table pages.  If the processor batch size is increased and/or you are dealing with extremely wide result sets (several hundred columns),
-			then the default setting of 8MB for the maxStorageObjectSize in the &jboss-beans; file may be too low.  The sizing for maxStorageObjectSize is terms of serialized size, which will be much
+			then the default setting of 8MB for the max-storage-object-size in the &jboss-beans; file may be too low.  The sizing for max-storage-object-size is terms of serialized size, which will be much
 			closer to the raw data size then the Java memory footprint estimation used for maxReservedKB.  
-			maxStorageObjectSize should not be set too large relative to memoryBufferSpace since it will reduce the performance of the memory buffer.  The memory buffer supports only 1 concurrent writer for each maxStorageObjectSize of the memoryBufferSpace.
+			max-storage-object-size should not be set too large relative to memory-buffer-space since it will reduce the performance of the memory buffer.  The memory buffer supports only 1 concurrent writer for each max-storage-object-size of the memory-buffer-space.
 			</para>
 			<note><para>Teiid temporary tables (also used for internal materialization) can only support 2^31-1 rows per table.</para></note> 
 			<para>
-			The memoryBufferSpace setting controls the amount of on or off heap memory allocated as byte buffers for use by the Teiid buffer manager.  This setting defaults to -1, which automatically determines a setting based upon whether it is on or off heap and the value for maxReserveKB.
+			The memory-buffer-space setting controls the amount of on or off heap memory allocated as byte buffers for use by the Teiid buffer manager.  This setting defaults to -1, which automatically determines a setting based upon whether it is on or off heap and the value for max-reserve-kb.
 			</para>
-			<para>You can take advantage of the buffer manager memory buffer to access system memory without allocating it to the heap.  Setting memoryBufferOffHeap to true in &jboss-beans; will allocate the 
+			<para>You can take advantage of the buffer manager memory buffer to access system memory without allocating it to the heap.  Setting memory-buffer-off-heap to true in &jboss-beans; will allocate the 
 			Teiid memory buffer off heap.  Depending on whether your installation is dedicated to Teiid and the amount of system memory available, this may be perferable to on-heap allocation.  The primary
 			benefit is additional memory usage for Teiid without additional garbage collection tuning.  This becomes especially important in situations where more than 32GB of memory is desired for the VM.
-			Note that when using off-heap allocation, the memory must still be available to the java process and that setting the value of memoryBufferSpace too high may cause the VM to swap rather than reside in memory.
+			Note that when using off-heap allocation, the memory must still be available to the java process and that setting the value of memory-buffer-space too high may cause the VM to swap rather than reside in memory.
 			With large off-heap buffer sizes (greater than several gigabytes) you may also need to adjust VM settings.  For Sun VMs the relevant VM settings are MaxDirectMemorySize and UseLargePages.  For example adding:
 			<programlisting>-XX:MaxDirectMemorySize=12g -XX:+UseLargePages</programlisting>
-			to the VM process arguments would allow for an effective allocation of approximately an 11GB Teiid memory buffer (the memoryBufferSpace setting) accounting for any additional direct memory that may be needed
+			to the VM process arguments would allow for an effective allocation of approximately an 11GB Teiid memory buffer (the memory-buffer-space setting) accounting for any additional direct memory that may be needed
 			by the AS or applications running in the AS.</para>
 		</section>
 		<section>
@@ -92,7 +92,7 @@
 			However, as mentioned in the installation, creation of Teiid lob values (for example through SQL/XML) will typically create one file per lob once the lob exceeds the allowable
         	in memory size of 8KB.  In heavy usage scenarios, consider pointing the buffer directory on a partition that is routinely defragmented. 
         	By default Teiid will use up to 50GB of disk space.  This is tracked in terms of the number of bytes written by Teiid.  For large data sets, you may need to increase the
-        	maxBufferSpace setting in the &jboss-beans; file.
+        	'max-buffer-space' setting in the &jboss-beans; file.
         	</para>
 		</section>
 	</section>
@@ -104,17 +104,17 @@
 		
 		<para>The query engine has several settings that determine its thread utilization.  
 		
-		<code>maxThreads</code> sets the total number of threads available for query engine work (processing plans, transaction control operations, processing source queries, etc.). 
+		<code>max-threads</code> sets the total number of threads available for query engine work (processing plans, transaction control operations, processing source queries, etc.). 
 		You should consider increasing the maximum threads on systems with a large number of available processors and/or when it's common to issue non-transactional queries with that 
 		issue a large number of concurrent source requests.
 		
-		<code>maxActivePlans</code>, which should always be smaller than maxThreads, sets the number of the maxThreads 
-		that should be used for user query processing.  Increasing the maxActivePlans should be considered for workloads with a high number of long 
+		<code>max-active-plans</code>, which should always be smaller than max-threads, sets the number of the max-threads 
+		that should be used for user query processing.  Increasing the max-active-plans should be considered for workloads with a high number of long 
 		running queries and/or systems with a large number of available processors.  If memory issues arise from increasing the max threads and the
 		max active plans, then consider decreasing the processor/connector batch sizes to limit the base number of memory rows consumed by each plan.
 		
-		<code>userRequestSourceConcurrency</code>, which should always be smaller than maxThreads, sets the number of concurrently executing source queries per user request.
-		Setting this value to 1 forces serial execution of all source queries by the processing thread.  The default value is computed based upon 2*maxThreads/maxActivePlans. 
+		<code>thread-count-for-source-concurrency</code>, which should always be smaller than max-threads, sets the number of concurrently executing source queries per user request.
+		Setting this value to 1 forces serial execution of all source queries by the processing thread.  The default value is computed based upon 2*max-threads/max-active-plans. 
 		Using the respective default values, this means that each user request would be allowed 6 concurrently executing source queries.  If the default calculated value is
 		not applicable to your workload, for example if you have queries that generate more concurrent long running source queries, you should adjust this value.   
 		</para>
@@ -131,7 +131,7 @@
 		</para>
 		<para>Result set and prepared plan caches have their entries invalidated by data and metadata events.  
 		By default these events are captured by running commands through Teiid.  See the Developers Guide for further customization.
-		Teiid stores compiled forms of update plans or trigger actions with the prepared plan, so it is recommended to leave the maxStaleness of the prepared plan cache set to 0 so that metadata changes, for example disabling a trigger, may take effect immediately.
+		Teiid stores compiled forms of update plans or trigger actions with the prepared plan, so it is recommended to leave the max-staleness of the prepared plan cache set to 0 so that metadata changes, for example disabling a trigger, may take effect immediately.
 		The default staleness for result set caching is 60 seconds to improve efficiency with rapidly changing sources.  Consider decreasing this value to make the result set cache more consistent with the underlying data.  Even with a setting of 0 full transactional consistency is not guaranteed.  
 		</para>
 	</section>
@@ -143,7 +143,7 @@
 			The default input output buffer sizes are set to 0, which will use the system default.  
 			Before adjusting this value keep in mind that each JDBC, ODBC, and Admin client will create a new socket connection.  
 			Setting these values to a large buffer size should only be done if the number of client is constrained.
-			All JDBC/ODBC socket operations are non-blocking, so setting the number of maxThreads
+			All JDBC/ODBC socket operations are non-blocking, so setting the number of max-threads
 			higher than the maximum effective parallelism of the machine should not result in greater performance.  
 			The default value 0 for JDBC socket threads will set the max to the number of available processors.
 			</para>
@@ -163,7 +163,7 @@
 		<para>
 			LOBs are broken into pieces when being created and streamed. 
 			The maximum size of each piece when fetched by the client can be
-			configured with the <code>"lobChunkSizeInKB"</code>
+			configured with the <code>"lob-chunk-size-in-kb"</code>
 			property in the &jboss-beans; file. The default value is 100 KB.
 			When dealing with extremely large LOBs, you may consider increasing this
 			value to decrease the amount of round-trips to stream the result.
@@ -180,10 +180,10 @@
 		<title>Other Considerations</title>
 		<para>When
 			using Teiid in a development environment, you may consider setting
-			the maxSourceRows property in the &jboss-beans;
+			the max-source-rows-allowed property in the &jboss-beans;
 			file to reasonably small level value (e.g. 10000) to prevent large
 			amounts of data from being pulled from sources.
-			Leaving the exceptionOnMaxSourceRows set to true will alert the developer
+			Leaving the exception-on-max-source-rows set to true will alert the developer
 			through an exception that an attempt was made to retrieve more than
 			the specified number of rows.
 		</para>

Modified: branches/as7/documentation/caching-guide/src/main/docbook/en-US/content/results.xml
===================================================================
--- branches/as7/documentation/caching-guide/src/main/docbook/en-US/content/results.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/caching-guide/src/main/docbook/en-US/content/results.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -99,7 +99,7 @@
 		</para>
 		<note><para>While the result data is not held in memory, cache keys - including parameter values - may be held in memory.  
 		Thus the cache should not be given an unlimited maximum size.</para></note>
-		<para>Result set cache entries can be invalidated by data change events.  The maxStaleness setting determines how long an entry will remain 
+		<para>Result set cache entries can be invalidated by data change events.  The max-staleness setting determines how long an entry will remain 
 		in the case after one of the tables that contributed to the results has been changed.  See the Developers Guide for further customization.</para>
 	</section>
 	<section>

Modified: branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/adminapi.xml
===================================================================
--- branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/adminapi.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/adminapi.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -4,16 +4,22 @@
 ]>
 <chapter id="adminapi">
 	<title>AdminAPI</title>
-	<para>In most circumstances the admin operations will be performed through the admin console or AdminShell tooling, but it is also possible to invoke admin functionality directly in Java through the AdminAPI.</para>
+	<para>In most circumstances the admin operations will be performed through the admin console 
+    or AdminShell tooling, but it is also possible to invoke admin functionality directly in Java through the AdminAPI.</para>
 	<para>All classes for the AdminAPI are in the client jar under the <code>org.teiid.adminapi</code> package.</para>
 	<section id="connecting">
 		<title>Connecting</title>
-		<para>An AdminAPI connection, which is represented by the <code>org.teiid.adminapi.Admin</code> interface, is obtained through the <code>org.teiid.adminapi.AdminFactory.createAdmin</code> methods.  
-		<code>AdminFactory</code> is a singleton, see <code>AdminFactory.getInstance()</code>.  The <code>Admin</code> instance automatically tests its connection and reconnects to a server in the event of a failure.  The <code>close</code> method should be called to terminate the connection.</para>
-		<para>See your Teiid installation for the appropriate admin port - the default is 31443.</para>
+		<para>An AdminAPI connection, which is represented by the <code>org.teiid.adminapi.Admin</code> 
+        interface, is obtained through the <code>org.teiid.adminapi.AdminFactory.createAdmin</code> methods.  
+		<code>AdminFactory</code> is a singleton, see <code>AdminFactory.getInstance()</code>.  
+        The <code>Admin</code> instance automatically tests its connection and reconnects to a 
+        server in the event of a failure.  The <code>close</code> method should be called to terminate the connection.</para>
+		<para>See your JBoss installation for the appropriate admin port - the default port is 9999.</para>
 	</section>
 	<section id="admin_methods">
 		<title>Admin Methods</title>
-		<para>Admin methods exist for monitoring, server administration, and configuration purposes.  Note that the objects returned by the monitoring methods, such as getRequests, are read-only and cannot be used to change server state.  See the JavaDocs for all of the details.</para>
+		<para>Admin methods exist for monitoring, server administration, and configuration purposes.  
+        Note that the objects returned by the monitoring methods, such as getRequests, are read-only and 
+        cannot be used to change server state.  See the JavaDocs for all of the details.</para>
 	</section>
 </chapter>

Modified: branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/develop-adapter.xml
===================================================================
--- branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/develop-adapter.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/develop-adapter.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -129,7 +129,7 @@
             
             <para>Note that, only when the resource adapters are XA capable, then Teiid can make them participate in a distributed
             transactions. If they are not XA capable, then source can participate in distributed query but will not participate 
-            in the transaction. Transaction semantics at that time defined by how you defined "-ds.xml" file. i.e. with local-tx or no-tx</para>
+            in the transaction. Transaction semantics are defined by how you you configured "connection-factory" in a "resource-adapter". i.e. jta=true/false.</para>
         </section>        
         
         <section>
@@ -139,9 +139,9 @@
             An example file is provided in <xref linkend="appendix_a"/>.
             </para>
             <para>
-            For every configuration property defined inside the ManagedConnectionFactory
-             class, define the following XML configuration 
-            fragment inside the "ra.xml" file. These properties are used by user to configure instance of this Connector inside a 
+            For every attribute defined inside the your ManagedConnectionFactory
+             class, define the following XML configuration for that attribute  inside the "ra.xml" file. 
+             These properties are used by user to configure instance of this Connector inside a 
             Container. Also, during the startup the Container reads these properties from this file and knows how to inject 
             provided values in the "-ds.xml" file into a instance of "ManagedConnectionFactory" to create the Connection.
             Refer to <xref linkend="managed_connection_factory"/>.
@@ -189,7 +189,7 @@
 	</section>
 
    <section id="ra_package">
-        <title>Packaging the Adapter</title>
+        <title>Build and Package the Adapter</title>
         <para>Once all the required code is developed, it is time to package them into a RAR artifact, that can be deployed
         into a Conainer. A RAR artifact is lot more similar to a WAR. To put together a RAR file it really depends upon 
         build system you are using.</para>
@@ -241,6 +241,16 @@
         you can embed the JAR file containing your connector code and any dependent library JAR files. </para>
     </section>
     
+    <section id="dependencies">
+        <title>Adding Dependent Libraries</title>
+        <para>Add MANIFEST.MF file in the MATA-INF directory, and the following line to add the core Teiid API dependencies for 
+        resource adapter. <emphasis>Dependencies: org.jboss.teiid.common-core,org.jboss.teiid.api,javax.api</emphasis> 
+        If your resource adapter depends upon any other third party jar files, .dll or .so files they can be placed at the
+        root of the rar file. If any of these libraries are already available as modules in JBoss AS, then you can add the module
+        name to the above MANIFEST.MF file to define as dependency.
+        </para>
+    </section>
+    
    <section id="ra_deploy">
         <title>Deploying the Adapter</title>
         <para>Once the RAR file is built, deploy it by copying the RAR file into "deploy" directory of JBoss AS's choosen profile. 
@@ -254,25 +264,26 @@
         <itemizedlist>
             <listitem>
                 <para>
-                Create "${name}-ds.xml" file, and copy it into "deploy" directory of JBoss AS.
+                Edit standalone.xml or domain.xml file, and add following XML in the "resource-adapters" subystem.
                 </para>
-                <programlisting language="XML" role="XML"><![CDATA[<!DOCTYPE connection-factories PUBLIC 
-   "-//JBoss//DTD JBOSS JCA Config 1.5//EN" "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">
-
-<connection-factories>
-      <no-tx-connection-factory>
-         <jndi-name>${jndi-name}</jndi-name>
-         <rar-name>${name}.rar</rar-name>
-         <connection-definition>javax.resource.cci.ConnectionFactory</connection-definition>
-
-   <!--  
-   define all the properties defined in the "ra.xml" that required or needs to be 
-   modified from defaults each property is defined in single element 
-   --> 
-         <config-property name="prop-name" type="java.lang.String">prop-value</config-property>
-
-</no-tx-connection-factory>
-</connection-factories>]]></programlisting>     
+                <programlisting language="XML" role="XML"><![CDATA[<!-- If susbsytem is already defined, only copy the contents under it and edit to suit your needs -->
+<subsystem xmlns="urn:jboss:domain:resource-adapters:1.0">
+    <resource-adapters>
+        <resource-adapter>
+            <archive>teiid-connector-sample.rar</archive>
+            <transaction-support>NoTransaction</transaction-support>
+            <connection-definitions>
+                <connection-definition class-name="org.teiid.resource.adapter.MyManagedConnectionFactory"  jndi-name="${jndi-name}" 
+                        enabled="true" 
+                        use-java-context="true" 
+                        pool-name="sample-ds">
+                      <config-property name="UserName">jdoe</config-property>
+                      <config-property name="Count">12</config-property>
+                </connection-definition>
+            </connection-definitions>
+        </resource-adapter>
+    </resource-adapters>
+</subsystem>]]></programlisting>     
                 <para>  
                 There are lot more properties that you can define for pooling, transactions, security etc in this file. 
                 Check JBoss AS documentation for all the avaialble properties.           

Modified: branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/introduction.xml
===================================================================
--- branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/introduction.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/introduction.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -31,7 +31,7 @@
     </listitem>
   </orderedlist>
   
-  <para>A Resource Adapter:</para>
+  <para>A Resource Adapter is used to:</para>
   <itemizedlist>
     <listitem>
       <para>Handles all communications with individual enterprise information system (EIS), which can include databases, data feeds, flat files, etc.</para>

Modified: branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/logging.xml
===================================================================
--- branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/logging.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/logging.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -9,24 +9,17 @@
 		<title>Customized Logging</title>
 		<para>
 		The Teiid system provides a wealth of information using logging. To control logging level, 
-        contexts, and log locations, you should be familiar with log4j and the container's 
-        <filename>jboss-log4j.xml</filename> configuration file.  Teiid also provides a 
-        <filename><replaceable>PROFILE</replaceable>/conf/jboss-teiid-log4j.xml</filename> containing 
-        much of information from this chapter.  Refer to the Administrator Guide for more details about 
+        contexts, and log locations, you should be familiar with container's 
+        <filename>standalone.xml</filename> or <filename>domain.xml</filename> configuration fileand check out
+        "logging" subsystem. Refer to the Administrator Guide for more details about 
         different Teiid contexts available.  Refer to <ulink url="http://logging.apache.org/log4j/"/> 
         for more information about log4j.
 		</para>
 		
-        <para>
-			If the default log4j logging mechanisms are not sufficient for your
-			logging needs you may need a different appender, refer to the log4j javadocs at
-			<ulink url="http://logging.apache.org/log4j/1.2/apidocs/index.html"/>.   
-            Note that log4j already provides quite a few appenders including JMS, RDBMS, and SMTP.
-		</para>
 		<para>If you want a custom appender, follow the Log4J directions to write a custom appender. Refer to 
 		the instructions at <ulink url="http://logging.apache.org/log4net/release/faq.html"/>. If you develop a custom 
-            logging solution, the implementation jar should be placed in the "lib" directory of the JBoss AS server profile
-			Teiid is installed in.
+            logging solution, the implementation jar should be placed as a jar in "org.jboss.teiid" module and 
+            define its name in the module.xml file as part of the module.
     	</para>
         
         <section>

Modified: branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/runtime-updates.xml
===================================================================
--- branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/runtime-updates.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/runtime-updates.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -22,7 +22,7 @@
 ed.dataModification(vdbName, vdbVersion, schema, tableName);</programlisting>
 			<para>This will distribute a change event for schema.tableName in vdb vdbName.vdbVersion.</para>
 		</example>
-		<para>When externally capturing all update events, &jboss-beans; RuntimeEngineDeployer.detectingChangeEvents can be set to false, to not duplicate change events.</para>
+		<para>When externally capturing all update events, &jboss-beans; detect-change-events can be set to false, to not duplicate change events.</para>
 		<para>The use of the other <code>EventDistributor</code> methods to manual distribute other events is not recommended.</para>
 	</section>
 	<section>

Modified: branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/security.xml
===================================================================
--- branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/security.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/security.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -100,24 +100,49 @@
 </section>
 <section>
 	<title>Custom Authorization</title>
-	<para>In situations where Teiid's built-in role mechanism is not sufficient, a custom 
-	<code>org.teiid.PolicyDecider</code> can be installed via the &jboss-beans; configuration file under the "AuthorizationValidator" bean.
-	<example>
-		<title>Example Configuration Snippet</title>
-		<programlisting role="XML" language="XML"><![CDATA[
-	<bean name="AuthorizationValidator" class="org.teiid.dqp.internal.process.DefaultAuthorizationValidator">
-        <property name="enabled">true</property>
-        <property name="policyDecider"><inject bean="PolicyDecider"/></property>
-    </bean>
-   
-    <bean name="PolicyDecider" class="com.company.CustomPolicyDecider">
-        <property name="someProperty">some value</property>
-    </bean>]]>
-		</programlisting>
-	</example>  
-	Your custom <code>PolicyDecider</code> should be installed in a jar that is made available to the same classloader as Teiid, typically the profile lib directory.  
-	A <code>PolicyDecider</code> may be consulted many times for a single user command, but it is only called to make decisions based upon resources that 
-	appear in user queries.  Any further access of resources through views or stored procedures, just as with data roles, is not checked against a <code>PolicyDecider.</code>
+	<para>In situations where Teiid's built-in role mechanism is not sufficient, a  
+	<code>org.teiid.PolicyDecider</code> can be installed via JBoss module. Extend the <code>org.teiid.PolicyDecider</code> interface
+    and build a custom java class. If you are using maven as your build process, you can use following dependencies</para>
+    
+    <programlisting role="XML" language="XML"><![CDATA[
+   <dependencies>
+      <dependency>
+         <groupId>org.jboss.teiid</groupId>
+         <artifactId>teiid-api</artifactId>
+         <scope>provided</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.teiid</groupId>
+         <artifactId>teiid-common-core</artifactId>
+         <scope>provided</scope>
+      </dependency>
+   </dependencies>
+    ]]></programlisting>     
+	
+    <para> For adding Teiid API dependencies,
+    add MANIFEST.MF file in the MATA-INF directory, and the following line. 
+    <emphasis>Dependencies: org.jboss.teiid.common-core,org.jboss.teiid.api,javax.api</emphasis>.
+    PoilcyDecider is loaded by the Teiid using the Java's standard service loader mechanism. For this add the following named
+    file <emphasis>META-INF/services/org.teiid.PolicyDecider</emphasis> with full name of your PolicyDecider as the contents. 
+    Now package all these files into a jar file and build JBoss module in &gt;jboss-as&lt;/modules directory. If your PolicyDecider
+    has any third party dependencies those jar files can also be added to the same module. Make sure you list all the files in the
+    module.xml file.
+    </para>
+    
+    <para>
+     After the module has been added then configuration needs to be changed before the changes can take effect. Edit either 
+    standalone-teiid.xml or domain-teiid.xml file, and in the "teiid" subsystem xml fragment add the following xml with the 
+    module name created.
+    
+    <programlisting role="XML" language="XML"><![CDATA[
+        <policy-decider module="module-name"/>
+    ]]></programlisting>       
+    
+    then restart the system. 
+	A <code>PolicyDecider</code> may be consulted many times for a single user command, but it is only called to make 
+    decisions based upon resources that 
+	appear in user queries.  Any further access of resources through views or stored procedures, just as with data roles, 
+    is not checked against a <code>PolicyDecider.</code>
 	</para>
 </section>
 </chapter>
\ No newline at end of file

Modified: branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/translator-api.xml
===================================================================
--- branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/translator-api.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/translator-api.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -4,40 +4,82 @@
 ]>
 <chapter id="translator_api">
 	<title>Translator Development</title>
+    <section>
+        <title>Setting up the build environment</title>
+        <para>For Eclipse create a empty java project and  add dependencies to "teiid-common-core", 
+        "teiid-api" and JEE "connector-api" jars.</para>
+        <para>For using maven use following as your dependencies.</para>
+        <programlisting language="XML" role="XML"><![CDATA[
+    <dependencies>
+        <dependency>
+            <groupId>org.jboss.teiid</groupId>
+            <artifactId>teiid-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.teiid</groupId>
+            <artifactId>teiid-common-core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.resource</groupId>
+            <artifactId>connector-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>        
+        ]]></programlisting> 
+        <para>You can find teiid artifacts in the 
+        <ulink url="http://community.jboss.org/docs/DOC-15169">JBoss maven repository </ulink></para>
+    </section>
 	<section>
 		<title>Extending the ExecutionFactory Class</title>
-		<para>A component called the Connector Manager is controlling access to your translator. This chapter reviews
-			the basics of how the Connector Manager interacts with your translator while leaving reference details and
-			advanced topics to be covered in later chapters.</para>
-        <para>
-            A custom translator must extend <code>org.teiid.translator.ExecutionFactory</code>
+		<para>
+            The main class in the translator implementation is ExecutionFactory. A base class is provided in the Teiid API, 
+            so a custom translator must extend <code>org.teiid.translator.ExecutionFactory</code>
             to connect and query an enterprise data source. This  extended class must provide a no-arg constructor
             that can be constructed using Java reflection libraries. This Execution Factory need define/override following elements.  
         </para>
         
+        <programlisting language="Java" role="JAVA"><![CDATA[
+package org.teiid.translator.custom;
+
+ at Translator(name="custom", description="Connect to My EIS")
+public class CustomExecutionFactory extends ExecutionFactory<MyConnectionFactory, MyConnection> {
+
+    public CustomExecutionFactory() {
+    }
+}                
+        ]]> </programlisting>
+        
+        <para>Define the annotation <code>@Translator</code> on extended "ExecutionFactory" class. This annotation defines name
+        and description of your translator, and also used as identifier during the deployment. This is name you would be using
+        in the VDB and else where in the configuration to refer to this translator.
+        </para>        
+        
         <section>
             <title>ConnectionFactory</title>
-            <para>Defines the "ConnectionFactory" interface that is expected from resource adapter. This defined as part of 
-            class definition using generics while extending the "ExecutionFactory" class</para>
+            <para>Defines the "ConnectionFactory" interface that is defined in resource adapter. 
+            This defined as part of class definition of extended "ExecutionFactory" class. Refer to "MyConnectionFactory" 
+            sample in the previous chapter.</para>
         </section>
         
         <section>
             <title>Connection</title>
-            <para>Defines the "Connection" interface that is expected from resource adapter. This defined as part of 
-            class definition using generics while extending the "ExecutionFactory" class</para>
+            <para>Defines the "Connection" interface that is defined in  resource adapter. This defined as part of 
+            class definition of extended "ExecutionFactory" class. Refer to "MyConnection" class sample in the previous chapter.</para>
         </section>        
         
         <section>
             <title>Configuration Properties</title>
-            <para>Every software program requires some external configuration, that defines ways user can alter the behavior of a program.
-             If this translator needs configurable properties define a variable for every property  as an attribute in the extended
-             "ExecutionFactory" class. Then define a "get" and "set" methods for each of them. Also, annotate each "get" method with
-              <code>@TranslatorProperty</code> annotation and provide the metadata about the property. 
-             </para>
+            <para>If the translator requires external configuration, that defines ways for the user to alter the 
+            behavior of a program, then define a attribute variable in the class and define "get" and "set" methods 
+            for that attribute. Also, annotate each "get" method with <code>@TranslatorProperty</code> 
+            annotation and provide the metadata about the property. 
+            </para>
              <para>
-             For example, if you need a property called "foo",  by providing the annotation on 
-             these properties, the Teiid tooling will automatically interrogate and provide 
-             graphical way to configure your Translator. 
+             For example, if you need a property called "foo", by providing the annotation on 
+             these properties, the Teiid tooling can automatically interrogate and provide 
+             graphical way to configure your Translator while designing your VDB.   
              </para>
                     <programlisting language="Java" role="JAVA"><![CDATA[private String foo = "blah";
 @TranslatorProperty(display="Foo property", description="description about Foo") 
@@ -51,9 +93,11 @@
    return this.foo = value;
 }]]> </programlisting>
                     <para>
-                    Only java primitive (int), primitive object wrapper (java.lang.Integer), or Enum types are supported as Translator properties. 
-                    The default value will be derived from calling the getter, if available, on a newly constructed instance. 
-                    All properties <emphasis>should</emphasis> have a default value. If there is no applicable default, then the property should be marked in the annotation as required.  
+                    Only java primitive (int, boolean), primitive object wrapper (java.lang.Integer), or Enum types 
+                    are supported as Translator properties. Complex objects are not supported. The default value will be 
+                    derived from calling the getter method, if available, on a newly constructed instance. 
+                    All properties <emphasis>should</emphasis> have a default value. If there is no applicable default, 
+                    then the property should be marked in the annotation as required.  
                     Initialization will fail if a required property value is not provided.
                 </para>
                 
@@ -69,7 +113,8 @@
                       <para>required: The property is a required property</para>
                     </listitem>
                     <listitem>
-                      <para>advanced: This is advanced property; A default should be provided. A property can not be "advanced" and "required" at same time.</para>
+                      <para>advanced: This is advanced property; A default value must be provided. A property 
+                      can not be "advanced" and "required" at same time.</para>
                     </listitem>    
                     <listitem>
                       <para>masked: The tools need to mask the property; Do not show in plain text; used for passwords</para>
@@ -98,14 +143,16 @@
             
             <itemizedlist>
                 <listitem>
-                    <para><code>createResultSetExecution</code> - Define if you are doing read based operation that is 
-                    returning a rows of results.</para>
+                    <para><code>createResultSetExecution</code> - Override if you are doing read based operation that is 
+                    returning a rows of results. For ex: select</para>
                 </listitem>
                 <listitem>
-                    <para><code>createUpdateExecution</code> - Define if you are doing write based operations.</para>
+                    <para><code>createUpdateExecution</code> - Override if you are doing write based operations. 
+                    For ex:insert, update, delete</para>
                 </listitem>
                 <listitem>
-                    <para><code>createProcedureExecution</code> - Define if you are doing procedure based operations.</para>
+                    <para><code>createProcedureExecution</code> - Overide if you are doing procedure based operations. 
+                    For ex; stored procedures. This works well for non-relational sources.</para>
                 </listitem>
             </itemizedlist>       
             <para>You can choose to implement all the execution modes or just what you need. See more details on this below.</para>     
@@ -131,17 +178,6 @@
             <para>If you need to bubble up any exception use <code>org.teiid.translator.TranslatorException</code>
                 class.</para>
         </section>    
-        
-        <section>
-            <title>Default Name</title>
-            <para>Finally, you can define a default instance of your Translator by defining the 
-                annotation <code>@Translator</code> on the "ExecutionFactory". When you define this, and after deployment 
-                a default instance of this 
-                Translator is available any VDB that would like to use by just mentioning its name in its "vdb.xml" configuration file.
-                VDB can also override the default properties and define another instance of this Translator too. The name you give here is the short 
-                name used every where else in the Teiid configuration to refer to this translator.</para>
-        </section>                        
-                        
 	</section>
     
 
@@ -1502,45 +1538,35 @@
 		
 	</section>
     
+    <section id="dependencies">
+        <title>Adding Dependent Libraries</title>
+        <para>Add MANIFEST.MF file in the MATA-INF directory, and the following line to add the core Teiid API dependencies for 
+        resource adapter. <emphasis>Dependencies: org.jboss.teiid.common-core,org.jboss.teiid.api,javax.api</emphasis> 
+        If your translator depends upon any other third party jar files, then those jar files need to be defined under a module
+        and then you can add the module name to the above MANIFEST.MF file to define as dependency.
+        </para>
+    </section>
+        
     <section id="translator_package">
         <title>Packaging</title>
         <para>
-        Once the "ExecutionFactory" class is implemented, package it in a JAR file. The only 
-        additional requirement is provide a file called "jboss-beans.xml" in the "META-INF" 
-        directory of the JAR file, with following contents.  Replace ${name} with name of your 
-        translator, and replace ${execution-factory-class} with your overridden ExecutionFactory 
-        class name. This will register the Translator for use with tooling and Admin API.
+        Once the "ExecutionFactory" class is implemented, package it in a JAR file. Then add the following named file in 
+        "META-INF/services/org.teiid.translator.ExecutionFactory" with contents specifying the name of your main Translator file.
+        Note that, the name must exactly match to above. This is java's standard service loader pattern.
+        This will register the Translator for deployment when the jar is deployed into JBoss AS.
         </para>
-        <programlisting role="XML" language="XML"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-
-   <bean name="translator-${name}-template" class="org.teiid.templates.TranslatorDeploymentTemplate">
-      <property name="info"><inject bean="translator-${name}"/></property>
-      <property name="managedObjectFactory"><inject bean="ManagedObjectFactory"/></property>
-   </bean>
-
-   <bean name="translator-${name}" class="org.teiid.templates.TranslatorTemplateInfo">
-      <constructor factoryMethod="createTemplateInfo">
-         <factory bean="TranslatorDeploymentTemplateInfoFactory"/>
-         <parameter class="java.lang.Class">org.teiid.templates.TranslatorTemplateInfo</parameter>
-         <parameter class="java.lang.Class">${execution-factory-class}</parameter>
-         <parameter class="java.lang.String">translator-${name}</parameter>
-         <parameter class="java.lang.String">${name}</parameter>         
-      </constructor>
-   </bean> 
-
-</deployment>]]></programlisting>
-                
-                
+        <programlisting role="XML" language="XML"><![CDATA[
+org.teiid.translator.custom.CustomExecutionFactory        
+        ]]></programlisting>
     </section>
     
     <section id="translator_deploy">
         <title>Deployment</title>
         <para>Copy the JAR file that defines the Translator into "deploy" directory of the JBoss AS's chosen profile, and 
-        the Translator will be deployed automatically. There is no restriction that, JBoss AS need to be restarted. However, if your Translator
-        has external dependencies to other JAR libraries, they need to be placed inside the "lib" directory of the JBoss AS's profile. 
-        This will require a restart of the JBoss Server. Another option to avoid the restart is to bundle all the required JAR files into 
-        the same JAR file as the Translator. It is user's responsibility to make sure they are not running into any conflicts with their
-        dependent libraries with those already exist in the JBoss environment.</para>
+        the Translator will be deployed automatically. There is no restriction that, JBoss AS need to be restarted. However, 
+        if your Translator
+        has external dependencies to other modules, they need to be placed inside the "modules" directory of the JBoss AS. 
+        This will require a restart of the JBoss Server. You can also use JBoss CLI, Admin API, admin-consle
+        to deploy the jar file into JBoss AS server.</para>
     </section>    
 </chapter>
\ No newline at end of file

Modified: branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/udf.xml
===================================================================
--- branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/udf.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/documentation/developer-guide/src/main/docbook/en-US/content/udf.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -114,7 +114,7 @@
 		<para>
 			In addition to the normal steps outlined in the section to create and
 			install a function model (FunctionDefinitions.xmi), you will need to
-			extend the appropriate connector(s).
+			extend the appropriate translator(s).
       </para>
 		<itemizedlist>
 			<para>For example, to extend the Oracle Connector</para>
@@ -122,7 +122,8 @@
 				<para>
 					<emphasis>Required</emphasis>
 					- extend the OracleExecutionFactory and add SCORE and CONTAINS as
-					supported pushdown functions by either overriding or adding additional functions in "getPushDownFunctions" method. 
+					supported pushdown functions by either overriding or adding additional functions 
+                    in "getPushDownFunctions" method. 
                     For this example, we'll call the class MyOracleExecutionFactory. Add the
 					<code>org.teiid.translator.Translator</code>
 					annotation to the class, e.g.
@@ -146,6 +147,12 @@
 					</para>
 			</listitem>
 		</itemizedlist>
+        <section>
+            <title>Designer based Source Function Pushdown</title>
+            <para>If you are designing your VDB using the Designer, you can define a function on any
+            "source" model, and that function is automatically added as pushdown function when the VDB is deployed. There is
+            no additional need for adding Java code.</para>
+        </section>
 	</section>
 	<section>
 		<title>Non-pushdown Support for User-Defined Functions</title>
@@ -233,9 +240,7 @@
 						code into a Java Archive (JAR) file.</para>
 				</listitem>
 				<listitem>
-					<para>The JAR should be available in the classpath of Teiid - this
-						could be the server profile lib, or the deployers/teiid.deployer
-						directory depending upon your preference.</para>
+					<para>The JAR file needs be attached to the VDB file under "lib" directory.</para>
 				</listitem>
 			</orderedlist>
 		</section>

Modified: branches/as7/engine/src/main/java/org/teiid/dqp/service/SessionService.java
===================================================================
--- branches/as7/engine/src/main/java/org/teiid/dqp/service/SessionService.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/engine/src/main/java/org/teiid/dqp/service/SessionService.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -144,7 +144,7 @@
 	
 	LoginContext createLoginContext(String securityDomain, String user, String password) throws LoginException;
 
-	AuthenticationType getAuthType();
+	AuthenticationType getAuthenticationType();
 	
 	String getKrb5SecurityDomain();
 	

Modified: branches/as7/engine/src/main/resources/org/teiid/query/i18n.properties
===================================================================
--- branches/as7/engine/src/main/resources/org/teiid/query/i18n.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/engine/src/main/resources/org/teiid/query/i18n.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -753,7 +753,7 @@
 SetClause.resolvingError=Cannot set symbol ''{1}'' with expected type {2} to expression ''{0}''
 NewCalculateCostUtil.badCost=Unexpected format encountered for max or min value
 
-WorkerPool.Max_thread=Reached maximum thread count "{0}" for worker pool "{1}" with a queue size high of "{2}". Queued work waited {3} ms prior to executing. To avoid queuing of work you may consider increasing "RuntimeEngineDeployer.maxThreads" or decreasing the "RuntimeEngineDeployer.maxActivePlans" in the "teiid-jboss-beans.xml" file.   
+WorkerPool.Max_thread=Reached maximum thread count "{0}" for worker pool "{1}" with a queue size high of "{2}". Queued work waited {3} ms prior to executing. To avoid queuing of work you may consider increasing "max-threads" or decreasing the "max-active-plans" in the "teiid-jboss-beans.xml" file.   
 WorkerPool.uncaughtException=Uncaught exception processing work
 
 

Modified: branches/as7/jboss-integration/src/main/java/org/teiid/jboss/Element.java
===================================================================
--- branches/as7/jboss-integration/src/main/java/org/teiid/jboss/Element.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/main/java/org/teiid/jboss/Element.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -77,6 +77,7 @@
 	MEMORY_BUFFER_SPACE_ATTRIBUTE("memory-buffer-space", "buffer-service-memory-buffer-space", ModelType.INT, false, "-1"),
 	MEMORY_BUFFER_OFFHEAP_ATTRIBUTE("memory-buffer-off-heap", "buffer-service-memory-buffer-off-heap", ModelType.BOOLEAN, false, "false"),
 	MAX_STORAGE_OBJECT_SIZE_ATTRIBUTE("max-storage-object-size", "buffer-service-max-storage-object-size", ModelType.INT, false, "8388608"),
+	INLINE_LOBS("inline-lobs", "buffer-service-inline-lobs", ModelType.BOOLEAN, false, "true"),
 	
 	//prepared-plan-cache-config
 	PREPAREDPLAN_CACHE_ELEMENT("preparedplan-cache"),
@@ -108,10 +109,10 @@
 	AUTHENTICATION_SECURITY_DOMAIN_ATTRIBUTE("security-domain", "authentication-security-domain", ModelType.STRING, false, null),	
 	AUTHENTICATION_MAX_SESSIONS_ALLOWED_ATTRIBUTE("max-sessions-allowed", "authentication-max-sessions-allowed",ModelType.INT, false, "5000"),
 	AUTHENTICATION_SESSION_EXPIRATION_TIME_LIMIT_ATTRIBUTE("sessions-expiration-timelimit", "authentication-sessions-expiration-timelimit", ModelType.INT, false, "0"),
+	AUTHENTICATION_KRB5_DOMAIN_ATTRIBUTE("krb5-domain", "authentication-krb5-domain", ModelType.STRING, false, null),
 	
 	PG_ELEMENT("pg"), //$NON-NLS-1$
 	PG_MAX_LOB_SIZE_ALLOWED_ELEMENT("max-lob-size-in-bytes", "pg-max-lob-size-in-bytes", ModelType.INT, false, "5242880"), //$NON-NLS-1$ //$NON-NLS-2$
-	PG_AUTHENTICATION_TYPE_ATTRIBUTE("type", "pg-auth-type", ModelType.STRING, false, "CLEARTEXT"),
 	
 	SSL_ELEMENT("ssl"),
 	SSL_MODE_ATTRIBUTE("mode", "ssl-mode", ModelType.STRING, false, "login"),

Modified: branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TeiidAdd.java
===================================================================
--- branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TeiidAdd.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TeiidAdd.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -107,6 +107,7 @@
 
 		// Buffer Service
 		Element.USE_DISK_ATTRIBUTE,
+		Element.INLINE_LOBS,
 		Element.PROCESSOR_BATCH_SIZE_ATTRIBUTE,
 		Element.CONNECTOR_BATCH_SIZE_ATTRIBUTE,
 		Element.MAX_PROCESSING_KB_ATTRIBUTE,
@@ -390,7 +391,11 @@
     	} 
     	if (Element.MAX_STORAGE_OBJECT_SIZE_ATTRIBUTE.isDefined(node)) {
     		bufferManger.setMaxStorageObjectSize(Element.MAX_STORAGE_OBJECT_SIZE_ATTRIBUTE.asInt(node));
+    	}
+    	if (Element.INLINE_LOBS.isDefined(node)) {
+    		bufferManger.setInlineLobs(Element.INLINE_LOBS.asBoolean(node));
     	}     	
+    	
     	return bufferManger;
     }	
 

Modified: branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TeiidSubsystemParser.java
===================================================================
--- branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TeiidSubsystemParser.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TeiidSubsystemParser.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -157,13 +157,13 @@
 			writeAttribute(writer, Element.AUTHENTICATION_SECURITY_DOMAIN_ATTRIBUTE, node);
 			writeAttribute(writer, Element.AUTHENTICATION_MAX_SESSIONS_ALLOWED_ATTRIBUTE, node);
 			writeAttribute(writer, Element.AUTHENTICATION_SESSION_EXPIRATION_TIME_LIMIT_ATTRIBUTE, node);
+			writeAttribute(writer, Element.AUTHENTICATION_KRB5_DOMAIN_ATTRIBUTE, node);
 			writer.writeEndElement();
     	}
     	
     	if (like(node, Element.PG_ELEMENT)) {
 			writer.writeStartElement(Element.PG_ELEMENT.getLocalName());
-			writeAttribute(writer, Element.PG_MAX_LOB_SIZE_ALLOWED_ELEMENT, node);
-			writeAttribute(writer, Element.PG_AUTHENTICATION_TYPE_ATTRIBUTE, node);
+			writeAttribute(writer, Element.PG_MAX_LOB_SIZE_ALLOWED_ELEMENT, node);			
 			writer.writeEndElement();
     	}    	
     	
@@ -196,6 +196,7 @@
     
 	private void writeBufferService(XMLExtendedStreamWriter writer, ModelNode node) throws XMLStreamException {
 		writeAttribute(writer, Element.USE_DISK_ATTRIBUTE, node);
+		writeAttribute(writer, Element.INLINE_LOBS, node);
 		writeAttribute(writer, Element.PROCESSOR_BATCH_SIZE_ATTRIBUTE, node);
 		writeAttribute(writer, Element.CONNECTOR_BATCH_SIZE_ATTRIBUTE, node);
 		writeAttribute(writer, Element.MAX_PROCESSING_KB_ATTRIBUTE, node);
@@ -499,6 +500,10 @@
     			case AUTHENTICATION_SECURITY_DOMAIN_ATTRIBUTE:
     				node.get(element.getModelName()).set(attrValue);
     				break;
+
+    			case AUTHENTICATION_KRB5_DOMAIN_ATTRIBUTE:
+    				node.get(element.getModelName()).set(attrValue);
+    				break;
     				
     			case AUTHENTICATION_MAX_SESSIONS_ALLOWED_ATTRIBUTE:
     				node.get(element.getModelName()).set(Integer.parseInt(attrValue));
@@ -641,6 +646,9 @@
     			case USE_DISK_ATTRIBUTE:
     				node.get(element.getModelName()).set(Boolean.parseBoolean(attrValue));
     				break;
+    			case INLINE_LOBS:
+    				node.get(element.getModelName()).set(Boolean.parseBoolean(attrValue));
+    				break;
     			case PROCESSOR_BATCH_SIZE_ATTRIBUTE:
     				node.get(element.getModelName()).set(Integer.parseInt(attrValue));
     				break;

Modified: branches/as7/jboss-integration/src/main/java/org/teiid/jboss/Transport.java
===================================================================
--- branches/as7/jboss-integration/src/main/java/org/teiid/jboss/Transport.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/main/java/org/teiid/jboss/Transport.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -54,6 +54,7 @@
 import org.teiid.logging.LogConstants;
 import org.teiid.logging.LogManager;
 import org.teiid.logging.MessageLevel;
+import org.teiid.net.TeiidURL.CONNECTION.AuthenticationType;
 import org.teiid.security.SecurityHelper;
 import org.teiid.services.BufferServiceImpl;
 import org.teiid.services.SessionServiceImpl;
@@ -76,9 +77,10 @@
 	private long sessionExpirationTimeLimit;
 	private SocketListener socketListener;
 	private transient SessionServiceImpl sessionService;
-	private String authenticationType;
+	private AuthenticationType authenticationType;
 	private int maxODBCLobSizeAllowed = 5*1024*1024; // 5 MB
 	private boolean embedded;
+	private String krb5Domain;
 	
 	private final InjectedValue<SocketBinding> socketBindingInjector = new InjectedValue<SocketBinding>();
 	private final InjectedValue<VDBRepository> vdbRepositoryInjector = new InjectedValue<VDBRepository>();
@@ -113,6 +115,8 @@
 		this.sessionService.setDqp(getDQP());
 		this.sessionService.setVDBRepository(getVdbRepository());
 		this.sessionService.setSecurityHelper(this.csr.getSecurityHelper());
+		this.sessionService.setAuthenticationType(getAuthenticationType());
+		this.sessionService.setKrb5SecurityDomain(this.krb5Domain);
 		this.sessionService.start();
 		
     	// create the necessary services
@@ -127,12 +131,8 @@
     		}
     		else if (protocol == Protocol.pg) {
         		getVdbRepository().odbcEnabled();
-        		
         		ODBCSocketListener odbc = new ODBCSocketListener(address, this.socketConfig, this.csr, getBufferServiceInjector().getValue().getBufferManager(), getMaxODBCLobSizeAllowed(), this.logon);
-        		if (getAuthenticationType() != null) {
-	        		this.sessionService.setAuthenticationType(getAuthenticationType());
-	        		odbc.setAuthenticationType(this.sessionService.getAuthType());
-        		}
+        		odbc.setAuthenticationType(this.sessionService.getAuthenticationType());
     	    	LogManager.logInfo(LogConstants.CTX_RUNTIME, IntegrationPlugin.Util.getString("odbc_enabled","Teiid ODBC - SSL=", (this.socketConfig.getSSLConfiguration().isSslEnabled()?"ON":"OFF")+" Host = "+address.getHostName()+" Port = "+address.getPort())); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$
     		}
     		else {
@@ -235,11 +235,11 @@
 		this.sessionExpirationTimeLimit = limit;
 	}
 
-	public String getAuthenticationType() {
+	public AuthenticationType getAuthenticationType() {
 		return authenticationType;
 	}
 
-	public void setAuthenticationType(String authenticationType) {
+	public void setAuthenticationType(AuthenticationType authenticationType) {
 		this.authenticationType = authenticationType;
 	}
 	
@@ -278,4 +278,8 @@
 	public boolean isEmbedded() {
 		return this.embedded;
 	}
+	
+	public void setKrb5Domain(String domain) {
+		this.krb5Domain = domain;
+	}
 }

Modified: branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TransportAdd.java
===================================================================
--- branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TransportAdd.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/main/java/org/teiid/jboss/TransportAdd.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -58,6 +58,7 @@
 import org.teiid.dqp.internal.process.DQPCore;
 import org.teiid.logging.LogConstants;
 import org.teiid.logging.LogManager;
+import org.teiid.net.TeiidURL.CONNECTION.AuthenticationType;
 import org.teiid.services.BufferServiceImpl;
 import org.teiid.transport.ClientServiceRegistry;
 import org.teiid.transport.LocalServerConnection;
@@ -76,6 +77,7 @@
 		Element.AUTHENTICATION_SECURITY_DOMAIN_ATTRIBUTE,
 		Element.AUTHENTICATION_MAX_SESSIONS_ALLOWED_ATTRIBUTE,
 		Element.AUTHENTICATION_SESSION_EXPIRATION_TIME_LIMIT_ATTRIBUTE,
+		Element.AUTHENTICATION_KRB5_DOMAIN_ATTRIBUTE,
 		
 		Element.PG_MAX_LOB_SIZE_ALLOWED_ELEMENT,
 		
@@ -164,9 +166,13 @@
    		if (Element.AUTHENTICATION_SESSION_EXPIRATION_TIME_LIMIT_ATTRIBUTE.isDefined(operation)) {
    			transport.setSessionExpirationTimeLimit(Element.AUTHENTICATION_SESSION_EXPIRATION_TIME_LIMIT_ATTRIBUTE.asLong(operation));
    		}   		
-   		if (Element.PG_AUTHENTICATION_TYPE_ATTRIBUTE.isDefined(operation)) {
-   			transport.setAuthenticationType(Element.PG_AUTHENTICATION_TYPE_ATTRIBUTE.asString(operation));
-   		}    		
+   		if (Element.AUTHENTICATION_KRB5_DOMAIN_ATTRIBUTE.isDefined(operation)) {
+   			transport.setAuthenticationType(AuthenticationType.KRB5);
+   			transport.setKrb5Domain(Element.AUTHENTICATION_KRB5_DOMAIN_ATTRIBUTE.asString(operation));
+   		}
+   		else {
+   			transport.setAuthenticationType(AuthenticationType.CLEARTEXT);
+   		}
    		
    		if (Element.PG_MAX_LOB_SIZE_ALLOWED_ELEMENT.isDefined(operation)) {
    			transport.setMaxODBCLobSizeAllowed(Element.PG_MAX_LOB_SIZE_ALLOWED_ELEMENT.asInt(operation));

Modified: branches/as7/jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties
===================================================================
--- branches/as7/jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -94,8 +94,8 @@
 	
 #buffer-manager
 buffer-service-use-disk.describe=Use disk for buffer management
-buffer-service-processor-batch-size.describe=The max row count of a batch sent internally within the query processor. Should be <= the connectorBatchSize. (default 256)
-buffer-service-connector-batch-size.describe=The max row count of a batch from a connector. Should be even multiple of processorBatchSize. (default 512)
+buffer-service-processor-batch-size.describe=The max row count of a batch sent internally within the query processor. Should be <= the 'connector-batch-size'. (default 256)
+buffer-service-connector-batch-size.describe=The max row count of a batch from a connector. Should be even multiple of 'processor-batch-size'. (default 512)
 buffer-service-max-file-size.describe= Max File size in MB (default 2GB)
 buffer-service-max-buffer-space.describe=Max storage space, in MB, to be used for buffer files (default 50G)
 buffer-service-max-open-files.describe=Max open buffer files (default 64)
@@ -104,7 +104,8 @@
 buffer-service-memory-buffer-space.describe=Memory buffer space used by the buffer manager in MB.  -1 determines the setting automatically from the max-reserve-kb (default -1). This value cannot be smaller than max-storage-object-size
 buffer-service-memory-buffer-off-heap.describe=Set to true to hold the memory buffer off-heap. If true you must ensure that the VM can allocate that much direct memory (default false).
 buffer-service-max-storage-object-size.describe=The maximum size of a buffer managed object (typically a table page or a results batch) in bytes (default 8388608 or 8MB). Setting this value too high will reduce the effectiveness of the memory buffer.
-	
+buffer-service-inline-lobs.describe=Set to true to allow inlining of memory based and small lobs into results. However inline lob values are not supported by pre-7.6 clients, so disable this property if using older clients utilizing lobs. (default true)	
+
 #prepared-plan
 preparedplan-cache-max-entries.describe=Max Entries allowed
 preparedplan-cache-max-age-in-seconds.describe=Max age in seconds
@@ -133,6 +134,7 @@
 authentication-security-domain.describe=Security domain to be enforced with the transport
 authentication-max-sessions-allowed.describe=Maximum number of sessions allowed by the system (default 5000)
 authentication-sessions-expiration-timelimit.describe=Max allowed time before the session is terminated by the system, 0 indicates unlimited (default 0)
+authentication-krb5-domain.describe=KRB5 security domain name, if GSS API based single-sign-on is being used. Note security-domain still needed to define the roles for users.  
 
 pg-max-lob-size-in-bytes.describe=Max LOB size in Postgres protocol, as streaming is not supported
 

Modified: branches/as7/jboss-integration/src/main/resources/schema/jboss-teiid.xsd
===================================================================
--- branches/as7/jboss-integration/src/main/resources/schema/jboss-teiid.xsd	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/main/resources/schema/jboss-teiid.xsd	2011-11-03 18:08:44 UTC (rev 3606)
@@ -49,11 +49,16 @@
                     <xs:documentation>Buffer manager information</xs:documentation>
                 </xs:annotation>
                 <xs:complexType>
-                  <xs:attribute name="use-disk" type="xs:string">
+                  <xs:attribute name="use-disk" type="xs:boolean">
                         <xs:annotation>
                             <xs:documentation>Use disk for buffer management</xs:documentation>
                         </xs:annotation>
                     </xs:attribute>
+                  <xs:attribute name="inline-lobs" type="xs:boolean">
+                        <xs:annotation>
+                            <xs:documentation>Set to true to allow inlining of memory based and small lobs into results.</xs:documentation>
+                        </xs:annotation>
+                    </xs:attribute>                    
                     <xs:attribute name="processor-batch-size" type="xs:int">
                         <xs:annotation>
                             <xs:documentation>The max row count of a batch sent internally within the query processor. Should be &lt;= the connectorBatchSize. (default 512)</xs:documentation>
@@ -271,6 +276,11 @@
                             <xs:documentation>Max allowed time before the session is terminated by the system, 0 indicates unlimited (default 0)</xs:documentation>
                         </xs:annotation>                    
                     </xs:attribute>
+                    <xs:attribute name="krb5-domain" type="xs:string">
+                        <xs:annotation>
+                            <xs:documentation>Kerberos domain name if GSS API based single sign on is being used</xs:documentation>
+                        </xs:annotation>                    
+                    </xs:attribute>                    
                 </xs:complexType>                
             </xs:element>
 

Modified: branches/as7/jboss-integration/src/test/java/org/teiid/jboss/TestTeiidConfiguration.java
===================================================================
--- branches/as7/jboss-integration/src/test/java/org/teiid/jboss/TestTeiidConfiguration.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/test/java/org/teiid/jboss/TestTeiidConfiguration.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -200,6 +200,13 @@
     }
     
     @Test
+    public void testtransportDescription() throws IOException {
+    	ModelNode node = new ModelNode();
+    	TransportAdd.describeTransport(node, ATTRIBUTES, IntegrationPlugin.getResourceBundle(null));
+    	assertEquals(ObjectConverterUtil.convertToString(new FileReader("src/test/resources/teiid-transport-config.txt")), node.toString());
+    }    
+    
+    @Test
     public void testParseSubsystem() throws Exception {
         //Parse the subsystem xml into operations
     	String subsystemXml = ObjectConverterUtil.convertToString(new FileReader("src/test/resources/teiid-sample-config.xml"));

Modified: branches/as7/jboss-integration/src/test/resources/teiid-model-config.txt
===================================================================
--- branches/as7/jboss-integration/src/test/resources/teiid-model-config.txt	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/test/resources/teiid-model-config.txt	2011-11-03 18:08:44 UTC (rev 3606)
@@ -120,16 +120,23 @@
         "max-occurs" => 1,
         "default" => true
     },
+    "buffer-service-inline-lobs" => {
+        "type" => BOOLEAN,
+        "description" => "Set to true to allow inlining of memory based and small lobs into results. However inline lob values are not supported by pre-7.6 clients, so disable this property if using older clients utilizing lobs. (default true)	",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => true
+    },
     "buffer-service-processor-batch-size" => {
         "type" => INT,
-        "description" => "The max row count of a batch sent internally within the query processor. Should be <= the connectorBatchSize. (default 256)",
+        "description" => "The max row count of a batch sent internally within the query processor. Should be <= the 'connector-batch-size'. (default 256)",
         "required" => false,
         "max-occurs" => 1,
         "default" => 256
     },
     "buffer-service-connector-batch-size" => {
         "type" => INT,
-        "description" => "The max row count of a batch from a connector. Should be even multiple of processorBatchSize. (default 512)",
+        "description" => "The max row count of a batch from a connector. Should be even multiple of 'processor-batch-size'. (default 512)",
         "required" => false,
         "max-occurs" => 1,
         "default" => 512

Modified: branches/as7/jboss-integration/src/test/resources/teiid-model-json.txt
===================================================================
--- branches/as7/jboss-integration/src/test/resources/teiid-model-json.txt	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/test/resources/teiid-model-json.txt	2011-11-03 18:08:44 UTC (rev 3606)
@@ -12,6 +12,7 @@
     "buffer-service-memory-buffer-space" : -2,
     "buffer-service-memory-buffer-off-heap" : true,
     "buffer-service-max-storage-object-size" : 102400,
+    "buffer-service-inline-lobs" : false,
     "detect-change-events" : true,
     "exception-on-max-source-rows" : true,
     "lob-chunk-size-in-kb" : 100,
@@ -47,6 +48,7 @@
             "authentication-security-domain" : "teiid-security,teiid-security2",
             "authentication-sessions-expiration-timelimit" : 0,
             "authentication-max-sessions-allowed" : 5000,
+            "authentication-krb5-domain" : "krb5",
             "input-buffer-size" : 2,
             "keystore-name" : "keystore name",
             "keystore-password" : "keystore passs",

Modified: branches/as7/jboss-integration/src/test/resources/teiid-sample-config.xml
===================================================================
--- branches/as7/jboss-integration/src/test/resources/teiid-sample-config.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/jboss-integration/src/test/resources/teiid-sample-config.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -4,7 +4,7 @@
 
     <buffer-service use-disk="true" processor-batch-size="512" connector-batch-size="1024" 
         max-processing-kb="-1" max-reserve-kb="-1" max-file-size="2048" max-buffer-space="51200" max-open-files="64"
-        memory-buffer-space="-2" memory-buffer-off-heap="true" max-storage-object-size="102400"/>
+        memory-buffer-space="-2" memory-buffer-off-heap="true" max-storage-object-size="102400" inline-lobs="false"/>
 
     <max-threads>64</max-threads>
     <max-active-plans>20</max-active-plans>
@@ -32,7 +32,7 @@
     <transport name="jdbc" protocol="teiid" socket-binding="teiid-jdbc" max-socket-threads="1" input-buffer-size="2" output-buffer-size="3"/>
 
     <transport name="odbc" protocol="pg" socket-binding="teiid-odbc" max-socket-threads="1" input-buffer-size="2" output-buffer-size="3">
-        <authentication security-domain="teiid-security,teiid-security2" max-sessions-allowed="5000" sessions-expiration-timelimit="0"/>
+        <authentication security-domain="teiid-security,teiid-security2" max-sessions-allowed="5000" sessions-expiration-timelimit="0" krb5-domain="krb5"/>
         <pg max-lob-size-in-bytes="5242880"/>
         <ssl mode="login" authentication-mode="1-way" ssl-protocol="ssl-protocol" keymanagement-algorithm="algo">
             <keystore name="keystore name" password="keystore passs" type="keystore type"/>

Added: branches/as7/jboss-integration/src/test/resources/teiid-transport-config.txt
===================================================================
--- branches/as7/jboss-integration/src/test/resources/teiid-transport-config.txt	                        (rev 0)
+++ branches/as7/jboss-integration/src/test/resources/teiid-transport-config.txt	2011-11-03 18:08:44 UTC (rev 3606)
@@ -0,0 +1,133 @@
+{"attributes" => {
+    "protocol" => {
+        "type" => STRING,
+        "description" => "Transport protocol (allowed=teiid, pg) ",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => "teiid"
+    },
+    "socket-binding" => {
+        "type" => STRING,
+        "description" => "Socket binding to be used for the transport",
+        "required" => true,
+        "max-occurs" => 1
+    },
+    "max-socket-threads" => {
+        "type" => INT,
+        "description" => "Max number of threads dedicated to initial request processing. Zero indicates the system default of max available processors. (default 0)  Setting this value above the max available processors is not recommended.",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => 0
+    },
+    "input-buffer-size" => {
+        "type" => INT,
+        "description" => "SO_RCVBUF size, 0 indicates that system default should be used (default 0)",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => 0
+    },
+    "output-buffer-size" => {
+        "type" => INT,
+        "description" => "SO_SNDBUF size, 0 indicates that system default should be used (default 0)",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => 0
+    },
+    "authentication-security-domain" => {
+        "type" => STRING,
+        "description" => "Security domain to be enforced with the transport",
+        "required" => false,
+        "max-occurs" => 1
+    },
+    "authentication-max-sessions-allowed" => {
+        "type" => INT,
+        "description" => "Maximum number of sessions allowed by the system (default 5000)",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => 5000
+    },
+    "authentication-sessions-expiration-timelimit" => {
+        "type" => INT,
+        "description" => "Max allowed time before the session is terminated by the system, 0 indicates unlimited (default 0)",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => 0
+    },
+    "authentication-krb5-domain" => {
+        "type" => STRING,
+        "description" => "KRB5 security domain name, if GSS API based single-sign-on is being used. Note security-domain still needed to define the roles for users.  ",
+        "required" => false,
+        "max-occurs" => 1
+    },
+    "pg-max-lob-size-in-bytes" => {
+        "type" => INT,
+        "description" => "Max LOB size in Postgres protocol, as streaming is not supported",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => 5242880
+    },
+    "ssl-mode" => {
+        "type" => STRING,
+        "description" => "can be one of disabled, login, or enabled disabled = no transport or message level security will be used; login = only the login traffic will be encrypted at a message level using 128 bit AES with an ephemerial DH key exchange. No other config values are needed in this mode; enabled = traffic will be secured using this configuration,if the client supports SSL",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => "login"
+    },
+    "ssl-authentication-mode" => {
+        "type" => STRING,
+        "description" => "Authentication Mode (1-way, 2-way, anonymous)             ",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => "anonymous"
+    },
+    "ssl-ssl-protocol" => {
+        "type" => STRING,
+        "description" => "SSL protocol used",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => "SSLv3"
+    },
+    "ssl-keymanagement-algorithm" => {
+        "type" => STRING,
+        "description" => "Use key management algorithm",
+        "required" => false,
+        "max-occurs" => 1
+    },
+    "enabled-cipher-suites" => {
+        "type" => STRING,
+        "description" => "Cipher suites that are allowed to be used for SSL. Use to restrict encryption strength(128 bit, 256 bit). Only provide encryption suites that are supported by both client and server JVM. ex:SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA,SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,TLS_KRB5_WITH_RC4_128_MD5,TLS_KRB5_WITH_RC4_128_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_KRB5_WITH_3DES_EDE_CBC_MD5,TLS_KRB5_WITH_3DES_EDE_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_DSS_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA",
+        "required" => false,
+        "max-occurs" => 1
+    },
+    "keystore-name" => {
+        "type" => STRING,
+        "description" => "Keystore File Name",
+        "required" => false,
+        "max-occurs" => 1
+    },
+    "keystore-password" => {
+        "type" => STRING,
+        "description" => "Keystore password",
+        "required" => false,
+        "max-occurs" => 1
+    },
+    "keystore-type" => {
+        "type" => STRING,
+        "description" => "Keystore type",
+        "required" => false,
+        "max-occurs" => 1,
+        "default" => "JKS"
+    },
+    "truststore-name" => {
+        "type" => STRING,
+        "description" => "Truststore Name",
+        "required" => false,
+        "max-occurs" => 1
+    },
+    "truststore-password" => {
+        "type" => STRING,
+        "description" => "Truststore Password",
+        "required" => false,
+        "max-occurs" => 1
+    }
+}}
\ No newline at end of file


Property changes on: branches/as7/jboss-integration/src/test/resources/teiid-transport-config.txt
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Modified: branches/as7/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java
===================================================================
--- branches/as7/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -75,7 +75,7 @@
 	 */
     private long sessionMaxLimit = DEFAULT_MAX_SESSIONS;
 	private long sessionExpirationTimeLimit = DEFAULT_SESSION_EXPIRATION;
-	private String authenticationType = AuthenticationType.CLEARTEXT.name();
+	private AuthenticationType authenticationType = AuthenticationType.CLEARTEXT;
 	private String krb5SecurityDomain;
 	
 	/*
@@ -357,11 +357,11 @@
 	}
 	
 	@Override
-	public AuthenticationType getAuthType() {
-		return AuthenticationType.valueOf(this.authenticationType);
+	public AuthenticationType getAuthenticationType() {
+		return this.authenticationType;
 	}
 	
-	public void setAuthenticationType(String flag) {
+	public void setAuthenticationType(AuthenticationType flag) {
 		this.authenticationType = flag;
 		LogManager.logInfo(LogConstants.CTX_SECURITY, "Authentication Type set to: "+flag); //$NON-NLS-1$
 	}

Modified: branches/as7/runtime/src/main/java/org/teiid/transport/LogonImpl.java
===================================================================
--- branches/as7/runtime/src/main/java/org/teiid/transport/LogonImpl.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/runtime/src/main/java/org/teiid/transport/LogonImpl.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -66,7 +66,7 @@
 	}
 
 	public LogonResult logon(Properties connProps) throws LogonException, TeiidComponentException, CommunicationException {
-		if (!AuthenticationType.CLEARTEXT.equals(service.getAuthType())) {
+		if (!AuthenticationType.CLEARTEXT.equals(service.getAuthenticationType())) {
 			throw new LogonException(RuntimePlugin.Util.getString("wrong_logon_type_jaas")); //$NON-NLS-1$
 		}
 		return logon(connProps, null);
@@ -144,7 +144,7 @@
 	@Override
 	public LogonResult neogitiateGssLogin(Properties connProps, byte[] serviceTicket, boolean createSession) throws LogonException {
 		
-		if (!AuthenticationType.KRB5.equals(service.getAuthType())) {
+		if (!AuthenticationType.KRB5.equals(service.getAuthenticationType())) {
 			throw new LogonException(RuntimePlugin.Util.getString("wrong_logon_type_krb5")); //$NON-NLS-1$
 		}		
 		

Modified: branches/as7/runtime/src/main/resources/org/teiid/runtime/i18n.properties
===================================================================
--- branches/as7/runtime/src/main/resources/org/teiid/runtime/i18n.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/runtime/src/main/resources/org/teiid/runtime/i18n.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -31,7 +31,7 @@
 
 # session service
 SessionServiceImpl.invalid_session=The specified session ID "{0}" is invalid. It cannot be found in the userbase.
-SessionServiceImpl.reached_max_sessions = The server has reached the maximum number of sessions of {0} as defined by the property "sessionMaxLimit".  If more sessions are required, modify this property value in the "teiid-jboss-beans.xml" file.
+SessionServiceImpl.reached_max_sessions = The server has reached the maximum number of sessions of {0} as defined by the property "session-max-limit".  If more sessions are required, modify this property value in the "teiid-jboss-beans.xml" file.
 SessionServiceImpl.expireSession = Expiring session {0}
 SessionServiceImpl.keepaliveFailed = Keepalive failed for session {0}
 SessionServiceImpl.The_username_0_and/or_password_are_incorrect=The username "{0}" and/or password and/or payload token could not be authenticated by any membership domain.

Modified: branches/as7/runtime/src/test/java/org/teiid/transport/TestLogonImpl.java
===================================================================
--- branches/as7/runtime/src/test/java/org/teiid/transport/TestLogonImpl.java	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/runtime/src/test/java/org/teiid/transport/TestLogonImpl.java	2011-11-03 18:08:44 UTC (rev 3606)
@@ -41,7 +41,7 @@
 
 	public void testLogonResult() throws Exception {
 		SessionService ssi = Mockito.mock(SessionService.class);
-		Mockito.stub(ssi.getAuthType()).toReturn(AuthenticationType.CLEARTEXT);
+		Mockito.stub(ssi.getAuthenticationType()).toReturn(AuthenticationType.CLEARTEXT);
 		DQPWorkContext.setWorkContext(new DQPWorkContext());
 		String userName = "Fred"; //$NON-NLS-1$
 		String applicationName = "test"; //$NON-NLS-1$

Deleted: branches/as7/runtime/src/test/resources/admin/ServerConfig.xml
===================================================================
--- branches/as7/runtime/src/test/resources/admin/ServerConfig.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/runtime/src/test/resources/admin/ServerConfig.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,1090 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    JBoss, Home of Professional Open Source.
-    See the COPYRIGHT.txt file distributed with this work for information
-    regarding copyright ownership.  Some portions may be licensed
-    to Red Hat, Inc. under one or more contributor license agreements.
-    
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-    
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-    
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-    02110-1301 USA.
-
--->
-
-<ConfigurationDocument>
-    <Header>
-        <ConfigurationVersion>4.2</ConfigurationVersion>
-        <ApplicationCreatedBy>Configuration Import_Export Utility</ApplicationCreatedBy>
-        <ApplicationVersion>5.5</ApplicationVersion>
-        <UserCreatedBy>DQP</UserCreatedBy>
-        <MetaMatrixSystemVersion>5.5</MetaMatrixSystemVersion>
-        <Time>2008-03-27T10:32:33.142-06:00</Time>
-    </Header>
-    <Configuration Name="Next Startup" ComponentType="Configuration" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.118-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.118-06:00">
-        <Properties>
-            <Property Name="metamatrix.audit.maxThreads">1</Property>
-            <Property Name="metamatrix.transaction.log.storeSRCCMD">false</Property>
-            <Property Name="metamatrix.buffer.maxOpenFiles">10</Property>
-            <Property Name="metamatrix.audit.enabled">false</Property>
-            <Property Name="metamatrix.buffer.maxFileSize">2048</Property>
-            <Property Name="metamatrix.encryption.secure.sockets">false</Property>
-            <Property Name="metamatrix.encryption.jce.provider">(jce.provider)</Property>
-            <Property Name="metamatrix.firewall.address.enabled">false</Property>
-            <Property Name="metamatrix.log.jdbcMaxLength">2000</Property>
-            <Property Name="metamatrix.authorization.dataaccess.CheckingEnabled">false</Property>
-            <Property Name="metamatrix.log.maxThreads">1</Property>
-            <Property Name="metamatrix.buffer.relative.storageDirectory">(buffer.dir)</Property>
-            <Property Name="metamatrix.encryption.client">true</Property>
-            <Property Name="vm.starter.maxHeapSize">1024</Property>
-            <Property Name="vm.starter.command">(vm.starter.command)</Property>
-            <Property Name="metamatrix.log.consoleFormat">com.metamatrix.common.log.format.ReadableLogMessageFormat</Property>
-            <Property Name="metamatrix.firewall.address" />
-            <Property Name="metamatrix.message.bus.type">(vm.message.bus)</Property>
-            <Property Name="metamatrix.audit.fileFormat">com.metamatrix.platform.security.audit.format.DelimitedAuditMessageFormat</Property>
-            <Property Name="metamatrix.audit.jdbcResourceDelim">;</Property>
-            <Property Name="metamatrix.server.extensionTypesToCache">JAR File</Property>
-            <Property Name="metamatrix.buffer.memoryAvailable">500</Property>
-            <Property Name="metamatrix.audit.console">false</Property>
-            <Property Name="metamatrix.audit.jdbcMaxContextLength">64</Property>
-            <Property Name="metamatrix.log.jdbcMaxExceptionLength">4000</Property>
-            <Property Name="metamatrix.session.max.connections">0</Property>
-            <Property Name="metamatrix.buffer.managementInterval">1000</Property>
-            <Property Name="metamatrix.transaction.log.storeMMCMD">false</Property>
-            <Property Name="vm.starter.maxThreads">1</Property>
-            <Property Name="metamatrix.audit.fileAppend">false</Property>
-            <Property Name="metamatrix.log.size.limit.kbs">1000</Property>
-            <Property Name="metamatrix.log.size.monitor.mins">60</Property>
-            <Property Name="metamatrix.audit.consoleFormat">com.metamatrix.platform.security.audit.format.ReadableAuditMessageFormat</Property>
-            <Property Name="metamatrix.buffer.logStatsInterval">0</Property>
-            <Property Name="metamatrix.log.maxRows">2500</Property>
-            <Property Name="vm.starter.minHeapSize">256</Property>
-            <Property Name="metamatrix.deployment.platform">(mm.deployment)</Property>
-            <Property Name="metamatrix.audit.jdbcMaxResourceLength">4000</Property>
-            <Property Name="metamatrix.log.jdbcDatabase.enabled">true</Property>
-            <Property Name="vm.starter.timetolive">30000</Property>
-            <Property Name="metamatrix.server.metadata.systemURL">extensionjar:System.vdb</Property>
-            <Property Name="metamatrix.session.time.limit">0</Property>
-            <Property Name="metamatrix.buffer.processorBatchSize">500</Property>
-            <Property Name="metamatrix.log.console">true</Property>
-            <Property Name="metamatrix.buffer.connectorBatchSize">1000</Property>
-            <Property Name="metamatrix.authorization.metabase.CheckingEnabled">false</Property>
-            <Property Name="metamatrix.server.procDebug">false</Property>
-            <Property Name="metamatrix.server.cacheConnectorClassLoaders">true</Property>
-            <Property Name="metamatrix.log.jdbcTable">LogEntries</Property>
-            <Property Name="metamatrix.server.serviceMonitorInterval">60</Property>
-            <Property Name="metamatrix.log.jdbcMaxContextLength">64</Property>
-            <Property Name="metamatrix.firewall.rmiport" />
-            <Property Name="metamatrix.audit.jdbcDatabase">false</Property>
-            <Property Name="metamatrix.log">4</Property>
-            <Property Name="metamatrix.log.threadTTL">600000</Property>
-            <Property Name="metamatrix.audit.jdbcTable">AuditEntries</Property>
-            <Property Name="metamatrix.server.streamingBatchSize">100</Property>
-            <Property Name="metamatrix.buffer.activeMemoryThreshold">90</Property>
-            <Property Name="metamatrix.audit.threadTTL">600000</Property>
-            <Property Name="metamatrix.session.sessionMonitor.ActivityInterval">5</Property>
-            <Property Name="metamatrix.transaction.log.storeTXN">false</Property>
-        </Properties>
-        <Host Name="(host.name)" ComponentType="Host" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00">
-            <Properties>
-                <Property Name="metamatrix.host.dir">(host.dir)</Property>
-                <Property Name="metamatrix.data.dir">(host.data.dir)</Property>
-                <Property Name="hostControllerPortNumber">(host.controller.port)</Property>
-                <Property Name="metamatrix.installationDir">(install.directory)</Property>
-                <Property Name="metamatrix.log.dir">(host.log.dir)</Property>
-                <Property Name="metamatrix.system.dir">(system.dir)</Property>
-            </Properties>
-            <Process Name="MetaMatrixProcess" ComponentType="VM" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00">
-                <Properties>
-                    <Property Name="vm.enabled">true</Property>
-                    <Property Name="vm.timetolive">30000</Property>
-                    <Property Name="vm.maxThreads">64</Property>
-                    <Property Name="vm.starter.minHeapSize">256</Property>
-                    <Property Name="vm.inputBufferSize">102400</Property>
-                    <Property Name="vm.socketPort">(vm.port)</Property>
-                    <Property Name="vm.starter.maxHeapSize">1024</Property>
-                    <Property Name="vm.minPort">0</Property>
-                    <Property Name="vm.outputBufferSize">102400</Property>
-                    <Property Name="vm.forced.shutdown.time">30</Property>
-                </Properties>
-                <PSC Name="PlatformStandard" ComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-                    <Properties />
-                    <Service Name="ConfigurationService" ComponentType="ConfigurationService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                    <Service Name="MembershipService" ComponentType="MembershipService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                    <Service Name="AuthorizationService" ComponentType="AuthorizationService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                    <Service Name="SessionService" ComponentType="SessionService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                </PSC>
-                <PSC Name="QueryEngine" ComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-                    <Properties />
-                    <Service Name="RuntimeMetadataService" ComponentType="RuntimeMetadataService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                    <Service Name="QueryService" ComponentType="QueryService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                </PSC>
-            </Process>
-        </Host>
-    </Configuration>
-    <ProductServiceConfigs>
-        <PSC Name="PlatformStandard" ComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties />
-            <Service Name="SessionService" IsEnabled="true" />
-            <Service Name="MembershipService" IsEnabled="true" />
-            <Service Name="AuthorizationService" IsEnabled="true" />
-            <Service Name="ConfigurationService" IsEnabled="true" />
-        </PSC>
-        <PSC Name="MetaMatrixServerFull" ComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties />
-            <Service Name="QueryService" IsEnabled="true" />
-            <Service Name="ODBCService" IsEnabled="false" />
-            <Service Name="RuntimeMetadataService" IsEnabled="true" />
-        </PSC>
-        <PSC Name="QueryEngine" ComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties />
-            <Service Name="QueryService" IsEnabled="true" />
-            <Service Name="RuntimeMetadataService" IsEnabled="true" />
-        </PSC>
-        <PSC Name="ODBCService" ComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties />
-            <Service Name="ODBCService" IsEnabled="false" />
-        </PSC>
-    </ProductServiceConfigs>
-    <ProductTypes>
-        <ProductType Name="Platform" ComponentTypeCode="3" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="Product" LastChangedDate="2008-03-27T10:32:33.143-06:00" CreationDate="2008-03-27T10:32:33.143-06:00" />
-        <ProductType Name="MetaMatrix Server" ComponentTypeCode="3" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="Product" LastChangedDate="2008-03-27T10:32:33.143-06:00" CreationDate="2008-03-27T10:32:33.144-06:00" />
-        <ProductType Name="MetaBase Server" ComponentTypeCode="3" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="Product" LastChangedDate="2008-03-27T10:32:33.144-06:00" CreationDate="2008-03-27T10:32:33.144-06:00" />
-        <ProductType Name="Connectors" ComponentTypeCode="3" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="Product" LastChangedDate="2008-03-27T10:32:33.144-06:00" CreationDate="2008-03-27T10:32:33.144-06:00" />
-    </ProductTypes>
-    <AuthenticationProviders />
-    <ConnectorBindings />
-    <Services>
-        <Service Name="SessionService" ComponentType="SessionService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac5-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="security.session.clientMonitor.PingInterval">5</Property>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="security.session.connection.Retries">4</Property>
-                <Property Name="security.session.clientMonitor.ExpireInterval">30</Property>
-                <Property Name="ServiceClassName">com.metamatrix.platform.security.session.service.SessionServiceImpl</Property>
-                <Property Name="security.session.clientMonitor.ActivityInterval">20</Property>
-                <Property Name="security.session.terminationHandlers">com.metamatrix.server.util.DataServerSessionTerminationHandler</Property>
-                <Property Name="security.session.clientMonitor.enabled">true</Property>
-            </Properties>
-        </Service>
-        <Service Name="QueryService" ComponentType="QueryService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac6-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="MaxCodeTables">50</Property>
-                <Property Name="ProcessorTimeslice">2000</Property>
-                <Property Name="ResultSetCacheEnabled">0</Property>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="MaxCodeTableRecords">10000</Property>
-                <Property Name="ResultSetCacheMaxSize">0</Property>
-                <Property Name="ProcessPoolMaxThreads">64</Property>
-                <Property Name="ResultSetCacheMaxAge">0</Property>
-                <Property Name="ServiceClassName">com.metamatrix.server.query.service.QueryService</Property>
-                <Property Name="MaxFetchSize">20000</Property>
-                <Property Name="MinFetchSize">100</Property>
-                <Property Name="ResultSetCacheScope">vdb</Property>
-                <Property Name="ProcessPoolThreadTTL">120000</Property>
-                <Property Name="MaxPlanCacheSize">100</Property>
-            </Properties>
-        </Service>
-        <Service Name="MembershipService" ComponentType="MembershipService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:4c5fcb40-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="security.membership.connection.LDAPDomain.SupportsUpdates">false</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_UserAttribute">uid</Property>
-                <Property Name="security.membership.connection.JDBCInternalDomain.Retries">4</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_GroupByAttribute">false</Property>
-                <Property Name="security.membership.connection.JDBCInternalDomain.UserHome">UserView</Property>
-                <Property Name="security.membership.connection.LDAPDomain.MaximumAge">600000</Property>
-                <Property Name="ServiceClassName">com.metamatrix.platform.security.membership.service.MembershipServiceImpl</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_GroupAttribute">cn</Property>
-                <Property Name="security.membership.connection.LDAPDomain.Retries">4</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_MembershipAttribute">uniquemember</Property>
-                <Property Name="security.membership.connection.LDAPDomain.Driver">com.sun.jndi.ldap.LdapCtxFactory</Property>
-                <Property Name="security.membership.connection.LDAPDomain.Factory">com.metamatrix.platform.security.membership.spi.ldap.LDAPMembershipSourceFactory</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_GroupByHierarchical">true</Property>
-                <Property Name="security.membership.DomainOrder">JDBCInternalDomain</Property>
-                <Property Name="security.membership.connection.JDBCInternalDomain.SupportsUpdates">true</Property>
-                <Property Name="security.membership.connection.LDAPDomain.MaximumConcurrentReaders">10</Property>
-                <Property Name="security.membership.connection.JDBCInternalDomain.GroupHome">GroupView</Property>
-            </Properties>
-        </Service>
-        <Service Name="AuthorizationService" ComponentType="AuthorizationService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac3-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="security.authorization.connection.Retries">4</Property>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="ServiceClassName">com.metamatrix.platform.security.authorization.service.AuthorizationServiceImpl</Property>
-            </Properties>
-        </Service>
-        <Service Name="ODBCService" ComponentType="ODBCService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac0-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="ServerKey">(odbc.license.key)</Property>
-                <Property Name="metamatrix.service.essentialservice">false</Property>
-                <Property Name="Openrdaloc">(odbc.ini.loc)</Property>
-                <Property Name="ServiceClassName">com.metamatrix.odbc.ODBCServiceImpl</Property>
-                <Property Name="WaitForProcessEnd">5000</Property>
-            </Properties>
-        </Service>
-        <Service Name="ConfigurationService" ComponentType="ConfigurationService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac2-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="ServiceClassName">com.metamatrix.platform.config.service.ConfigurationServiceImpl</Property>
-            </Properties>
-        </Service>
-        <Service Name="RuntimeMetadataService" ComponentType="RuntimeMetadataService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00" QueuedService="false" routingUUID="RuntimeMetadataService">
-            <Properties>
-                <Property Name="ConnectorClassPath">extensionjar:metadataconn.jar</Property>
-                <Property Name="ExceptionOnMaxRows">true</Property>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="ConnectorClass">com.metamatrix.connector.metadata.IndexConnector</Property>
-                <Property Name="ServiceClassName">com.metamatrix.server.connector.service.ConnectorService</Property>
-                <Property Name="ConnectorMaxThreads">20</Property>
-                <Property Name="MaxResultRows">0</Property>
-                <Property Name="ConnectorThreadTTL">120000</Property>
-            </Properties>
-        </Service>
-    </Services>
-    <SharedResources>
-        <Resource Name="XATransactionManager" ComponentType="Miscellaneous Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties>
-                <Property Name="metamatrix.xatxnmgr.serial_jta_transactions">false</Property>
-                <Property Name="metamatrix.xatxnmgr.naming.factory.initial">(xa.contextfactory)</Property>
-                <Property Name="metamatrix.xatxnmgr.trust_client_tm">false</Property>
-                <Property Name="metamatrix.xatxnmgr.client_demarcation">true</Property>
-                <Property Name="metamatrix.xatxnmgr.max_actives">50</Property>
-                <Property Name="metamatrix.xatxnmgr.max_timeout">120000</Property>
-                <Property Name="metamatrix.xatxnmgr.checkpoint_interval">500</Property>
-                <Property Name="metamatrix.xatxnmgr.log_base_dir">(xa.logdir)</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="WebServices" ComponentType="Miscellaneous Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.webserver.port">(webhost.port)</Property>
-                <Property Name="metamatrix.webserver.host">(webhost.name)</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="JGroups" ComponentType="Miscellaneous Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties>
-                <Property Name="udp.mcast_messagebus_port">5555</Property>
-                <Property Name="ping.gossip_port">5555</Property>
-                <Property Name="udp.mcast_addr">(multicast.port)</Property>
-                <Property Name="metamatrix.cluster.name">(cluster.name)</Property>
-                <Property Name="udp.mcast_jndi_port">5556</Property>
-                <Property Name="udp.multicast_supported">true</Property>
-                <Property Name="ping.gossip_host">localhost</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="SSL" ComponentType="Miscellaneous Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties>
-                <Property Name="com.metamatrix.ssl.protocol">SSLv3</Property>
-                <Property Name="com.metamatrix.ssl.keystoretype">JKS</Property>
-                <Property Name="com.metamatrix.ssl.keystore.filename">mmdemo.keystore</Property>
-                <Property Name="com.metamatrix.ssl.keymanagementalgorithm">SunX509</Property>
-                <Property Name="com.metamatrix.ssl.keystore.Password">pDYafqm77aWAxLwWXBbQarXNbxiYijgOqw8RFnfYFEa32JWrGwhnXSLqC/az+vQX9V/03C4K97LmDylEXT7wpKk/wYBKn8eP/t22jbnkYbrmCCB9PSIVLHutzCWleuRViOX+3mMCPmWvYc3QbDEsecWJszwolTwLnP3yasrjynI=</Property>
-            </Properties>
-        </Resource>
-    </SharedResources>
-    <ComponentTypes>
-        <ComponentType Name="DeployedComponent" ComponentTypeCode="8" Deployable="false" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00" />
-        <ComponentType Name="VM" ComponentTypeCode="5" Deployable="true" Deprecated="false" Monitorable="false" ParentComponentType="Host" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="LogFile" DisplayName="Process Log File" ShortDescription="The process log file that can be found in the log directory of the installed host." IsRequired="true" IsModifiable="false"  />
-            <PropertyDefinition Name="vm.forced.shutdown.time" DisplayName="Default VM Forced Shutdown Time (secs)" ShortDescription="The the number of seconds the VM will wait until it will perform a force shutdown." DefaultValue="30" PropertyType="Integer" />
-            <PropertyDefinition Name="vm.timetolive" DisplayName="Socket Worker Thread Time-To-Live (ms)" ShortDescription="Time-to-live (in milliseconds) for threads used to do work on client requests." DefaultValue="30000" />
-            <PropertyDefinition Name="vm.enabled" DisplayName="Start Enabled Flag" ShortDescription="The enabled flag allows for disabling the VM from starting without have to remove it from deployment." DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="vm.starter.minHeapSize" DisplayName="Minimum Heap Size (MB)" ShortDescription="The minimum heap size, in megabytes, to be used for this VM.  If no value is provided for this property, the default property value from the configuration is used; if no value is specified anywhere, no mimium heap size will be set." DefaultValue="256"  />
-            <PropertyDefinition Name="vm.starter.maxHeapSize" DisplayName="Maximum Heap Size (MB)" ShortDescription="The maximum heap size, in megabytes, to be used for this VM.  If no value is provided for this property, the default property value from the configuration is used; if no value is specified anywhere, no maxium heap size will be set." DefaultValue="256"  />
-            <PropertyDefinition Name="vm.minPort" DisplayName="Min Port Number" ShortDescription="Min port number" DefaultValue="0" />
-            <PropertyDefinition Name="vm.outputBufferSize" DisplayName="Socket Output BufferSize" ShortDescription="The size of the socket buffer used when writing." DefaultValue="102400" IsRequired="true" PropertyType="Integer"  />
-            <PropertyDefinition Name="vm.socketPort" DisplayName="Socket Port" ShortDescription="The port number for the process when socket communications are being used " DefaultValue="31000" />
-            <PropertyDefinition Name="vm.maxThreads" DisplayName="Max Threads" ShortDescription="Maximum socket listener threads." DefaultValue="64" />
-            <PropertyDefinition Name="vm.inputBufferSize" DisplayName="Socket Input BufferSize" ShortDescription="The size of socket buffer used when reading." DefaultValue="102400" IsRequired="true" PropertyType="Integer"  />
-        </ComponentType>
-        <ComponentType Name="ODBCService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="ServerKey" DisplayName="ODBC Server License File" ShortDescription="The location the ODBC Server license should be found" IsRequired="true"  IsModifiable="false" />
-            <PropertyDefinition Name="WaitForProcessEnd" DisplayName="Wait for Process End (milliseconds)" ShortDescription="This property controls how long the Service implementation will wait to see if the ODBC Server will terminate in an error condition." DefaultValue="5000" IsRequired="true" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="Openrdaloc" DisplayName="MMODBC.ini file location" ShortDescription="The location the MMODBC.ini should be found" IsRequired="true"  IsModifiable="false" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.odbc.ODBCServiceImpl" IsRequired="true" IsHidden="true" IsModifiable="false" />
-        </ComponentType>
-        <ComponentType Name="Sybase ANSI JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sybase.SybaseSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.sybase.SybaseDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:&lt;port5000&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sybase.SybaseXACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="Connector" ComponentTypeCode="2" Deployable="false" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.227-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.227-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" IsRequired="true" 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" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorThreadTTL" DisplayName="Thread Time to live (ms)" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" IsRequired="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" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.test_connect_interval" DisplayName="Pool Data Source Test Connect Interval (seconds)" ShortDescription="How often (in seconds) to create test connections to the underlying datasource to see if it is available." DefaultValue="600" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="ConnectorMaxThreads" DisplayName="Connector Maximum Thread Count" ShortDescription="" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.connector.service.ConnectorService" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="MaxResultRows" DisplayName="Maximum Result Rows" ShortDescription="" DefaultValue="10000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="DB2 JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.db2.DB2SingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.db2.DB2DataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:db2://&lt;host&gt;:&lt;port&gt;;DatabaseName=&lt;databasename&gt;;CollectionID=&lt;collectionid&gt;;PackageName=&lt;packagename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.db2.DB2XACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="JDBC Resource Type" ComponentTypeCode="4" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="ResourcePoolType" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.User" DisplayName="Database User Name" ShortDescription="User Name" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.Protocol" DisplayName="Database Protocol" ShortDescription="" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.Password" DisplayName="Database Password" ShortDescription="Database Password" IsRequired="true" IsMasked="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.Driver" DisplayName="Database Driver" ShortDescription="JDBC Driver" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.Database" DisplayName="Database URL" ShortDescription="Database URL" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.autocommit" DisplayName="Autocommit" ShortDescription="Set connection autocommit" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="sqlTracing" DisplayName="SQL Tracing" ShortDescription="Set sql tracing on" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="TestEmpty ANSI JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedDate="2005-09-26T16:49:27.559-06:00" CreationDate="2005-09-26T16:49:27.559-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue="" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="Oracle ANSI JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.243-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.243-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.oracle.OracleSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.oracle.OracleDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;;databasename=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.oracle.OracleXACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="MS Access Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription=""  IsMasked="true"  />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription=""   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.access.AccessSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:jdbcconn.jar" IsRequired="true"  />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=&lt;data-source-name&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.access.AccessCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="Service" ComponentTypeCode="1" Deployable="false" Deprecated="false" Monitorable="false" ParentComponentType="VM" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="JDBC ODBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:jdbcconn.jar" IsRequired="true"  />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:&lt;data-source-name&gt;[&lt;attribute-name&gt;=&lt;attribute-value&gt;]*" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="MembershipService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Driver" DisplayName="External LDAP Connection Driver" ShortDescription="" DefaultValue="com.sun.jndi.ldap.LdapCtxFactory" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.SupportsUpdates" DisplayName="JDBC Domain Supports Updates" ShortDescription="" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.GroupHome" DisplayName="JDBC group location" ShortDescription="" DefaultValue="GroupView" IsRequired="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.GroupHome" DisplayName="LDAP group location (dn)" ShortDescription="" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.MaximumAge" DisplayName="Maximum JDBC connection time" ShortDescription="" DefaultValue="600000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.MaximumAge" DisplayName="Maximum LDAP connection time" ShortDescription="" DefaultValue="600000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Principal" DisplayName="External LDAP Membership data store principal (dn)" ShortDescription="" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.UserHome" DisplayName="Account location" ShortDescription="" DefaultValue="UserView" IsRequired="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_GroupByHierarchical" DisplayName="Group groups hierarchically (by dn)" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.MaximumConcurrentReaders" DisplayName="Maximum allowed JDBC concurrent users" ShortDescription="" DefaultValue="1" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.Retries" DisplayName="Membership proxy maximum retries" ShortDescription="" DefaultValue="4" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_UserAttribute" DisplayName="LDAP user attribute name" ShortDescription="" DefaultValue="uid" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_MembershipAttribute" DisplayName="LDAP group membership attribute name" ShortDescription="" DefaultValue="uniquemember" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.DomainOrder" DisplayName="Membership Domain Order" ShortDescription="" DefaultValue="JDBCInternalDomain" IsRequired="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_GroupAttribute" DisplayName="LDAP group attribute name" ShortDescription="" DefaultValue="cn" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.UserHome" DisplayName="User account location (dn)" ShortDescription="" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.Factory" DisplayName="Membership Service Internal JDBC SPI Factory" ShortDescription="" DefaultValue="com.metamatrix.platform.security.membership.spi.jdbc.JDBCMembershipSourceFactory" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.SupportsUpdates" DisplayName="LDAP Domain Supports Updates" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" IsHidden="true"  />
-            <PropertyDefinition Name="security.membership.jdbcdomain" DisplayName="JDBC Domain" ShortDescription="" DefaultValue="JDBCInternalDomain" IsRequired="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Retries" DisplayName="External LDAP Membership proxy maximum retries" ShortDescription="" DefaultValue="4" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Password" DisplayName="External LDAP Membership data store principal's password" ShortDescription="" IsMasked="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.membership.service.MembershipServiceImpl" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Factory" DisplayName="Membership Service External LDAP SPI Factory" ShortDescription="" DefaultValue="com.metamatrix.platform.security.membership.spi.ldap.LDAPMembershipSourceFactory" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_GroupByAttribute" DisplayName="Group groups by attribute (by uniquemember attribute)" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Database" DisplayName="External LDAP Membership URL" ShortDescription="" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.MaximumConcurrentReaders" DisplayName="Maximum allowed LDAP concurrent users" ShortDescription="" DefaultValue="10" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="ResourceType" ComponentTypeCode="0" Deployable="false" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00" />
-        <ComponentType Name="DirectoryService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="MetaBase Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="metamatrix.metadata.directory.connection.MaximumAge" DisplayName="Maximum Age" ShortDescription="" DefaultValue="600000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.metadata.directory.connection.MaximumConcurrentReaders" DisplayName="Maximum Concurrent Readers" ShortDescription="" DefaultValue="1" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.metabase.internal.platform.DirectoryServiceImpl" IsRequired="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Miscellaneous Resource Type" ComponentTypeCode="4" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="ResourceType" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00" />
-        <ComponentType Name="SessionService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="security.session.terminationHandlers" DisplayName="List of TerminationHandler Class Names" ShortDescription="" DefaultValue="com.metamatrix.server.util.DataServerSessionTerminationHandler" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="security.session.connection.Retries" DisplayName="Session proxy maximum retries" ShortDescription="" DefaultValue="4" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="CacheResourceRecaptureFraction" DisplayName="Session Cache Resource Recapture Fraction" ShortDescription="" PropertyType="Float" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="security.session.clientMonitor.ActivityInterval" DisplayName="Client Monitoring Activity (Mins) [Requires Bounce]" ShortDescription="How often client sessions will be monintored to check for expired sessions and invalidate them.  [Requires a bounce or restart of the server to take effect.]" DefaultValue="3" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="CacheMaximumCapacity" DisplayName="Session Cache Maximum Capacity" ShortDescription="" DefaultValue="5000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="CacheMaximumAge" DisplayName="Session Cache Object Maximum Age" ShortDescription="The duration of a session in the session cache (in milliseconds)" DefaultValue="86400000" PropertyType="Long" IsExpert="true" />
-            <PropertyDefinition Name="security.session.oldsessionreaper.oldsessionTTL" DisplayName="Non-active session Time To Live (hours)" ShortDescription="The amount of time old non-active sessions are allowed to remain in the session table (in hours)" DefaultValue="10" PropertyType="Long" IsExpert="true" />
-            <PropertyDefinition Name="security.session.oldsessionreaper.activityinterval" DisplayName="Session cleanup thread activity interval (hours)" ShortDescription="The amount of time between old non-active session cleanup (in hours)" DefaultValue="1" PropertyType="Long" IsExpert="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureIntervalIncrement" DisplayName="Session Cache Resource Recapture Interval Increment" ShortDescription="" PropertyType="Float" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.session.service.SessionServiceImpl" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureIntervalRate" DisplayName="Session Cache Resource Recapture Interval Rate" ShortDescription="" PropertyType="Integer" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="CacheStatsLogInterval" DisplayName="Session Cache Statistics Log Interval" ShortDescription="" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="CacheEventPolicyName" DisplayName="Session Cache Event Policy Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.session.service.SessionCacheEventPolicy" IsRequired="true" IsExpert="true" IsHidden="true"  />
-            <PropertyDefinition Name="security.session.clientMonitor.PingInterval" DisplayName="Client Session Ping Interval (Mins) [Requires Bounce]" ShortDescription="The interval of time, in minutes, the client session is scheduled to ping the server to indicate this session is still valid.  When the session is validated, its TTL perior starts over.  [Requires a bounce or restart of the server to take effect.]" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="CacheHelper" DisplayName="Session Cache Helper" ShortDescription="" DefaultValue="com.metamatrix.common.cache.mru.AgeMRUCacheHelper" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="security.session.clientMonitor.enabled" DisplayName="Client Monitoring Enabled [Requires Bounce]" ShortDescription="Should the server monitor client session activity?  [Requires a bounce or restart of the server to take effect.]" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="CacheEventFactoryName" DisplayName="Session Cache Event Factory Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.session.service.SessionCacheEventFactory" IsRequired="true" IsExpert="true" IsHidden="true"  />
-            <PropertyDefinition Name="CacheResourceRecaptureIntervalCeiling" DisplayName="Session Cache Resource Recapture Interval Ceiling" ShortDescription="" PropertyType="Integer" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureIntervalDecrement" DisplayName="Session Cache Resource Recapture Interval Decrement" ShortDescription="" PropertyType="Float" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="CachePolicyFactory" DisplayName="Session Cache Policy Factory" ShortDescription="" DefaultValue="com.metamatrix.common.cache.mru.MRUObjectCachePolicyFactory" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureMode" DisplayName="Session Cache Resource Recapture Mode" ShortDescription="" DefaultValue="SeparateThread" IsExpert="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureInterval" DisplayName="Session Cache Resource Recapture Interval" ShortDescription="" PropertyType="Integer" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="security.session.clientMonitor.ExpireInterval" DisplayName="Client Session TTL (Mins) [Requires Bounce]" ShortDescription="The client session time-to-live period, in minutes, indicates how long a client session will remain valid without being validated with a ping.  If no ping is recieved from the session within this period, it's session will become invalid and considered expired.  [Requires a bounce or restart of the server to take effect.]" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Configuration" ComponentTypeCode="0" Deployable="true" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="vm.starter.command" DisplayName="MetaMatrix VMController Starter Command" ShortDescription="Command that is used to start the VMController" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.audit.consoleFormat" DisplayName="Standard-Out Audit Destination format class" ShortDescription="The name of the class that is used to format the audit messages sent to the console" DefaultValue="com.metamatrix.security.audit.format.ReadableAuditMessageFormat" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.log.jdbcMaxLength" DisplayName="JDBC Logging Destination maximum length for log messages" ShortDescription="The maximum length of the text that is logged" DefaultValue="2000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.buffer.processorBatchSize" DisplayName="Processor Batch Size" ShortDescription="The size of a batch sent within the query processor." DefaultValue="500" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.transaction.log.storeTXN" DisplayName="Enable Transaction Recording" ShortDescription="Determine whether transaction should be recorded" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.log.maxThreads" DisplayName="Logging Maximum Thread Count" ShortDescription="The maximum number of logging threads allowed" DefaultValue="4" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.encryption.secure.sockets" DisplayName="Secure Sockets Enabled" ShortDescription="Determines whether the Secure Sockets are enabled, configuration is done from the SSL Resource" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.log.captureSystemErr" DisplayName="Capture standard error to the logs" ShortDescription="True if the standard error is to be captured as log messages" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.server.cacheConnectorClassLoaders" DisplayName="Cache ClassLoaders for Connectors" ShortDescription="Determine whether to cache ClassLoaders in memory, for connectors that have the same classpath" DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.log.captureSystemOut" DisplayName="Capture standard out to the logs" ShortDescription="True if the standard out is to be captured as log messages" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.transaction.log.storeMMCMD" DisplayName="Enable MetaMatrix Command Logging" ShortDescription="Determine whether MetaMatrix command information should be recorded" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.session.time.limit" DisplayName="Max Session Time Limit (minutes)" ShortDescription="Max connection time limit as a system property, forcibly terminate any connection that exceeds that limit, default would be no limit. [Requires Bounce]" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcDatabase" DisplayName="JDBC Destination Enabled" ShortDescription="If auditing enabled, then record to the jdbc destination." DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.log.contexts" DisplayName="Logging Contexts to Exclude" ShortDescription="The contexts for log messages that are NOT to be recorded" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.buffer.connectorBatchSize" DisplayName="Connector Batch Size" ShortDescription="The size of a batch sent between connector and query service." DefaultValue="1000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.audit.maxThreads" DisplayName="Auditing Maximum Thread Count" ShortDescription="The maximum number of auditing threads allowed" DefaultValue="4" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.buffer.memoryAvailable" DisplayName="Buffer Memory Available" ShortDescription="Amount of memory, in megabytes, to use as buffer management memory in each process." DefaultValue="500" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcMaxContextLength" DisplayName="JDBC Auditing Destination maximum length for contexts" ShortDescription="The maximum length of the list of disregarded audit contexts.  Required if JDBC audit destination is to be used." DefaultValue="64" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.session.max.connections" DisplayName="Max Number of Sessions" ShortDescription="Max Number of Sessions allowed to connect to MetaMatrix Server (reject any connection requests beyond that limit, default would be no limit) [Requires Bounce]" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.log.jdbcDatabase.enabled" DisplayName="Log JDBC Destination Enabled" ShortDescription="If enabled, then log to the jdbc destination." DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.log.jdbcTable" DisplayName="JDBC Logging Destination table name" ShortDescription="The table the logging information to be written to" DefaultValue="LogEntries" />
-            <PropertyDefinition Name="metamatrix.server.serviceMonitorInterval" DisplayName="Connector Data Source Monitoring Interval (seconds)" ShortDescription="How often to ask connectors whether the underlying data source is available.  Note that underlying connector implementation may not ping the actual data source every time it is asked, for performance reasons." DefaultValue="60" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.log.size.limit.kbs" DisplayName="Log File Size Limit (kbs)" ShortDescription="Max. log file size (kbs) at which it will be swapped." DefaultValue="1000" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.buffer.maxFileSize" DisplayName="Max buffer file size (Megs)" ShortDescription="The maximum size (in Megabytes) that a buffer file is allowed to reach before creating spill files." DefaultValue="2048" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.firewall.rmiport" DisplayName="Firewall RMI Port Address" ShortDescription="The RMI port used for firewall access to the MetaMatrix Server" />
-            <PropertyDefinition Name="metamatrix.audit.contexts" DisplayName="Audit Contexts to Exclude" ShortDescription="The contexts for audit messages that are NOT to be recorded" />
-            <PropertyDefinition Name="metamatrix.log.consoleFormat" DisplayName="Format class for console log messages" ShortDescription="The name of the class that is used to format the log messages sent to the console" DefaultValue="com.metamatrix.common.log.format.ReadableLogMessageFormat" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.audit.threadTTL" DisplayName="Auditing Thread Time-To-Live (TTL)" ShortDescription="The maximum time (in milliseconds) that a auditing thread is allowed to live" DefaultValue="300000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="vm.starter.minHeapSize" DisplayName="Default VM Minimum Heap Size (in megabytes)" ShortDescription="The default minimum heap size to be used when starting a VMController.  This value may be overridden by each VM; however, if no value is provided for this property or for the corresponding property in the VM configuration, no minimum heap size will be set." DefaultValue="256" />
-            <PropertyDefinition Name="metamatrix.log.jdbcMaxExceptionLength" DisplayName="JDBC Logging Destination maximum length for exception text" ShortDescription="The maximum length of the text that is logged as an exception" DefaultValue="4000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="vm.starter.maxHeapSize" DisplayName="Default VM Maximum Heap Size (in megabytes)" ShortDescription="The default maximum heap size to be used when starting a VMController.  This value may be overridden by each VM; however, if no value is provided for this property or for the corresponding property in the VM configuration, no maximum heap size will be set." DefaultValue="256" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcTable" DisplayName="JDBC Auditing Destination table name" ShortDescription="The name of the table that auditing messages are to be written to.  Required if JDBC audit destination is to be used" DefaultValue="LogEntries" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.firewall.address" DisplayName="Firewall IP/Hostname Address" ShortDescription="The IP address or Hostname for the firewall to redirect to MetaMatrix Server" />
-            <PropertyDefinition Name="metamatrix.buffer.logStatsInterval" DisplayName="Buffer Log Stat Interval" ShortDescription="The period between writing buffer management statistics to the log, used primarily for debugging." DefaultValue="0" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.log.jdbcMaxContextLength" DisplayName="JDBC Logging Destination maximum length for contexts" ShortDescription="The maximum length of all the disregarded log contexts in total" DefaultValue="64" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.session.sessionMonitor.ActivityInterval" DisplayName="Session Monitoring Activity (Mins)" ShortDescription="How often sessions will be monintored to check for over-limit sessions and invalidate them.  [Requires a bounce or restart of the server to take effect.]" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.log.console" DisplayName="Send log messages to standard out" ShortDescription="True if the log messages are to be sent to standard out for a VM" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.buffer.maxOpenFiles" DisplayName="Max open storage files" ShortDescription="The maximum number of open file descriptors used by buffer management temp storage." DefaultValue="10" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.audit.enabled" DisplayName="Auditing Enabled" ShortDescription="Determines whether auditing will be performed" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.buffer.activeMemoryThreshold" DisplayName="Buffer Active Memory Threshold" ShortDescription="The percentage of buffer management memory that serves as a threshold for active memory management." DefaultValue="90" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.audit.console" DisplayName="Standard-Out Audit Destination" ShortDescription="True if the audit messages are to be sent to standard out for a VM" DefaultValue="false" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.server.procDebug" DisplayName="Enable Processor Data Debugging" ShortDescription="Determine whether to dump all data batches to the server log when using OPTION DEBUG" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.log.size.monitor.mins" DisplayName="Log File Monitoring Interval (mins)" ShortDescription="The time interval in minutes the log file size is monitored" DefaultValue="1000" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.buffer.relative.storageDirectory" DisplayName="Buffer Storage Directory" ShortDescription="The relative path to Host data directory where temporary files are stored." DefaultValue="/buffer" />
-            <PropertyDefinition Name="metamatrix.log.maxRows" DisplayName="JDBC Logging maximum number of rows returned" ShortDescription="The maximum number of rows returned" DefaultValue="2500" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.firewall.address.enabled" DisplayName="Firewall enabled indicator" ShortDescription="Enable when a firewall is used to redirect to the MetaMatrix Service" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.server.streamingBatchSize" DisplayName="Streaming Batch Size" ShortDescription="The clob, blob and XML streaming batch size in Kb" DefaultValue="100" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.authorization.metabase.CheckingEnabled" DisplayName="MetaBase Authorization Enabled" ShortDescription="Determines whether MetaBase authorization (Entitlements) will be checked" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.audit.file" DisplayName="File Auditing Destination filename" ShortDescription="The name of the file that is the audit message destination.  If blank or not provided, audit messages are not sent to a file destination" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcMaxResourceLength" DisplayName="JDBC Context Destination maximum length for audit text" ShortDescription="The maximum length of the resource name used in audit messages.  Required if JDBC audit destination is to be used." DefaultValue="4000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.authorization.dataaccess.CheckingEnabled" DisplayName="Data Access Authorization Enabled" ShortDescription="Determines whether authorization (Entitlements) will be checked" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.transaction.log.storeSRCCMD" DisplayName="Enable Data Source Command Logging" ShortDescription="Determine whether source command information should be recorded" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcResourceDelim" DisplayName="JDBC Auditing Destination delimiter for resource names" ShortDescription="The delimiter that is used to separate resource names" DefaultValue="," IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.deployment.platform" DisplayName="EJB Platform Type" ShortDescription="This property indicates the EJB server platform which the MetaMatrix Server is running on" IsRequired="true" IsExpert="true" IsHidden="true" IsModifiable="false" />
-            <PropertyDefinition Name="metamatrix.buffer.managementInterval" DisplayName="Buffer Management Interval" ShortDescription="The period between checking whether active memory cleanup should occur." DefaultValue="1000" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.log" DisplayName="Logging Level" ShortDescription="The level at which logging will occur" DefaultValue="5" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.server.extensionTypesToCache" DisplayName="Types of Extension Modules to Cache" ShortDescription="Types of Extension Module files to cache in memory.  Separate by commas.  Allowed values: (Configuration Model,Function Definition,JAR File,VDB File)" DefaultValue="JAR File" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.encryption.client" DisplayName="Client Side Password Encryption Enabled" ShortDescription="Determines whether the client side jce provider encryption will be performed" DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.audit.fileFormat" DisplayName="File Auditing Destination format class" ShortDescription="Driver class name for the JDBC auditing destination" DefaultValue="com.metamatrix.security.audit.format.DelimitedAuditMessageFormat" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.message.bus.type" DisplayName="Messaging Bus Type" ShortDescription="Indicates the type of message bus protocol to use" DefaultValue="jgroups.message.bus" IsRequired="true" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="metamatrix.server.metadata.systemURL" DisplayName="System VDB URL" ShortDescription="The URL identifies the System VDB" DefaultValue="extensionjar:System.vdb" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.server.UDFClasspath" DisplayName="User Defined Functions Classpath" ShortDescription="Semicolon-delimited list of URLs to search for User Defined Functions classes in.  Extension module URLs are of the form 'extensionjar:jarfilename.jar'" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.audit.fileAppend" DisplayName="File Auditing Destination append" ShortDescription="Determines whether or not the audit destination file will be appended or overwritten" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.encryption.jce.provider" DisplayName="JCE Encryption Provider" ShortDescription="Indicates the jce encryption provider" DefaultValue="org.bouncycastle.jce.provider.BouncyCastleProvider" IsRequired="true" IsHidden="true" IsModifiable="false" />
-            <PropertyDefinition Name="metamatrix.log.threadTTL" DisplayName="Logging Thread Time-To-Live (TTL)" ShortDescription="The maximum time (in milliseconds) that a thread is allowed to live" DefaultValue="300000" PropertyType="Integer" />
-        </ComponentType>
-        <ComponentType Name="RuntimeMetadataService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="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" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorThreadTTL" DisplayName="Thread Time to live" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:metadataconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ConnectorMaxThreads" DisplayName="Connector Maximum Thread Count" ShortDescription="" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.connector.service.ConnectorService" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="MaxResultRows" DisplayName="Maximum Result Rows" ShortDescription="" DefaultValue="0" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="QueryService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="MinFetchSize" DisplayName="Minimum Fetch Size" ShortDescription="" DefaultValue="100" PropertyType="Integer" />
-            <PropertyDefinition Name="MaxPlanCacheSize" DisplayName="Maximum Plan Cache" ShortDescription="" DefaultValue="100" PropertyType="Integer" />
-            <PropertyDefinition Name="MaxCodeTableRecords" DisplayName="Max Code Table Records" ShortDescription="Max Number of Records Per Code Table" DefaultValue="10000" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="ProcessPoolThreadTTL" DisplayName="Process Pool Thread Time-To-Live" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.query.service.QueryService" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="MaxFetchSize" DisplayName="Maximum Fetch Size" ShortDescription="" DefaultValue="20000" PropertyType="Integer" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="ProcessorTimeslice" DisplayName="Query Processor Timeslice" ShortDescription="" DefaultValue="2000" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="ProcessPoolMaxThreads" DisplayName="Process Pool Maximum Thread Count" ShortDescription="" DefaultValue="64" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="MaxCodeTables" DisplayName="Max Code Tables" ShortDescription="Max Number of Code Tables" DefaultValue="50" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Sybase 11 JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sybase.SybaseSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.sybase.SybaseDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:&lt;port5000&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sybase.Sybase11XACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="AuthorizationService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="security.authorization.connection.Retries" DisplayName="Authorization proxy maximum retries" ShortDescription="" DefaultValue="4" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="security.authorization.connection.MaximumConcurrentReaders" DisplayName="Maximum allowed concurrent users" ShortDescription="" DefaultValue="1" PropertyType="Integer" />
-            <PropertyDefinition Name="security.authorization.connection.MaximumAge" DisplayName="Maximum connection time" ShortDescription="" DefaultValue="600000" PropertyType="Integer" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.authorization.service.AuthorizationServiceImpl" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Oracle 8 JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.243-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.243-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.oracle.OracleSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.oracle.OracleDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;;databasename=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.oracle.OracleXACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="SQL Server JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sqlserver.SQLServerDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sqlserver://&lt;host&gt;:1433;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="AppServerPoolType" ComponentTypeCode="4" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="ResourceType" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="pooling.resource.adapter.class.name" DisplayName="Connection Adapter Class Name" ShortDescription="The class name for the implementation of the Connection Adapter" IsRequired="true" />
-            <PropertyDefinition Name="pooling.resource.pool.class.name" DisplayName="Name of Class that manages a specific Pool" ShortDescription="The class name for the implementation of the Connection Pool" IsRequired="true" />
-        </ComponentType>
-        <ComponentType Name="Loopback Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2004-11-12T03:46:02.937-06:00" CreatedBy="ConfigurationStartup" CreationDate="2004-11-12T03:46:02.937-06:00">
-            <PropertyDefinition Name="CapabilitiesClass" DisplayName="Capabilities Class" ShortDescription="" DefaultValue="" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.loopback.LoopbackConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="RowCount" DisplayName="Rows Per Query" ShortDescription="" DefaultValue="1" IsRequired="true" IsExpert="true"  />
-            <PropertyDefinition Name="WaitTime" DisplayName="Max Random Wait Time" ShortDescription="" DefaultValue="0" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:loopbackconn.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-        </ComponentType>
-        <ComponentType Name="Oracle ANSI JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedDate="2005-08-15T17:41:27.279-06:00" CreationDate="2005-08-15T17:41:27.279-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="Host" ComponentTypeCode="7" Deployable="true" Deprecated="false" Monitorable="false" ParentComponentType="Configuration" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="metamatrix.system.dir" DisplayName="System Directory" ShortDescription="The System directory is where files are shared across all hosts in this installation" IsRequired="true" />
-            <PropertyDefinition Name="hostControllerPortNumber" DisplayName="HostController Port Number" ShortDescription="The host controller port number" DefaultValue="15001" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.data.dir" DisplayName="Data Directory" ShortDescription="The phyiscal location of the internal MetaMatrix dynamic data" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.host.dir" DisplayName="Host Directory" ShortDescription="The Host directory is where host specific files are located." IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.installationDir" DisplayName="Installation Directory" ShortDescription="The phyiscal location of the MetaMatrix installation" />
-            <PropertyDefinition Name="metamatrix.log.dir" DisplayName="Log Directory" ShortDescription="The phyiscal location of the Host log files" IsRequired="true" />
-        </ComponentType>
-        <ComponentType Name="Product" ComponentTypeCode="0" Deployable="false" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00" />
-        <ComponentType Name="Sybase 11 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sybase.SybaseDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:&lt;port5000&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11Capabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="ConfigurationService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Configuration Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.platform.config.service.ConfigurationServiceImpl" IsRequired="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Informix JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.infomix.InfomixSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.informix.InformixDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.infomix.InfomixSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.infomix.InfomixResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:informix://&lt;host&gt;:&lt;port&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.infomix.InfomixCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="SQL Server JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sqlserver.SqlServerSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.sqlserver.SQLServerDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sqlserver://&lt;host&gt;:1433;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sqlserver.SqlServerXACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="Text File Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.text.TextConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="DateResultFormats" DisplayName="Date Result Formats" ShortDescription="" IsExpert="true" />
-            <PropertyDefinition Name="DescriptorFile" DisplayName="Text File Descriptor" ShortDescription="" IsRequired="true" IsExpert="true"  />
-            <PropertyDefinition Name="DateResultFormatsDelimiter" DisplayName="Date Result Formats Delimiter" ShortDescription="" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:textconn.jar" IsRequired="true" />
-        </ComponentType>
-        <ComponentType Name="Oracle 8 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.243-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.243-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8Capabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="DB2 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.243-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.243-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2SingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.db2.DB2Driver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:db2://&lt;host&gt;:&lt;port&gt;;DatabaseName=&lt;databasename&gt;;CollectionID=&lt;collectionid&gt;;PackageName=&lt;packagename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2Capabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:jdbcconn.jar" IsRequired="true"  />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:&lt;protocol&gt;:&lt;url&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="DesignTimeCatalog JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true"  />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorThreadTTL" DisplayName="Thread Time to live" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8Capabilities" IsExpert="true" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorMaxThreads" DisplayName="Connector Maximum Thread Count" ShortDescription="" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.connector.service.ConnectorService" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="MaxResultRows" DisplayName="Maximum Result Rows" ShortDescription="" DefaultValue="0" IsRequired="true" PropertyType="Integer" IsExpert="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" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="ResourcePoolType" ComponentTypeCode="4" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="ResourceType" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="pooling.resource.adapter.class.name" DisplayName="Connection Adapter Class Name" ShortDescription="The class name for the implementation of the Connection Adapter" DefaultValue="com.metamatrix.common.pooling.jdbc.JDBCConnectionResourceAdapter" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="pooling.resource.extend.maximum.pool.size.percent" DisplayName="Extend Pool Percent" ShortDescription="The percentage the connection pool will grow beyond the maximum pool size" DefaultValue="100" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="pooling.resource.pool.maximum.size" DisplayName="Max Pool Size" ShortDescription="The maximum number of connections in the pool" DefaultValue="5" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="pooling.resource.pool.minimum.size" DisplayName="Min Pool Size" ShortDescription="The minimum number of connections in the pool" DefaultValue="1" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="pooling.resource.pool.liveandused.time" DisplayName="Live and Unused Time" ShortDescription="The interval for which a connection has not been used and should be considered for removal" DefaultValue="600000" IsRequired="true" PropertyType="Long" />
-            <PropertyDefinition Name="pooling.resource.pool.wait.time" DisplayName="Connection Wait Time" ShortDescription="Indicates how long a request for a connection will wait before timing out" DefaultValue="30000" IsRequired="true" PropertyType="Long" />
-            <PropertyDefinition Name="pooling.resource.pool.class.name" DisplayName="Connection Pool Class Name" ShortDescription="The class name for the implementation of the Connection Pool" DefaultValue="com.metamatrix.common.pooling.impl.BasicResourcePool" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="pooling.resource.extend.maximum.pool.size.mode" DisplayName="Enable Extend Mode" ShortDescription="Enables the connection pool size to grow beyond the maximum pool size setting" DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="pooling.resource.pool.allow.shrinking" DisplayName="Enable Shrinking" ShortDescription="Controls if shrinking is performed on the pool" DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="pooling.resource.pool.shrink.increment" DisplayName="Shrink Increment" ShortDescription="Indicates the maximum number of connections that will be removed at one time" DefaultValue="0" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="pooling.resource.pool.shrink.period" DisplayName="Shrink Period" ShortDescription="The interval at which the pool will try to remove unneeded connections" DefaultValue="300000" IsRequired="true" PropertyType="Long" />
-        </ComponentType>
-        <ComponentType Name="IndexingService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="MetaBase Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.165-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.165-06:00">
-            <PropertyDefinition Name="StatementWorkerKeepAlive" DisplayName="DBMS Statement Worker Time-To-Live (TTL)" ShortDescription="The maximum time (in milliseconds) that a thread is allowed to live" DefaultValue="300000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ModelWorkerPoolSize" DisplayName="Model Queue Worker Pool Size" ShortDescription="Set the maximum number of workers which should be available in the pool" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="StatementWorkerPoolSize" DisplayName="DBMS Statement Worker Pool Size" ShortDescription="Set the maximum number of workers which should be available in the pool" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ModelWorkerKeepAlive" DisplayName="Model Queue WorkerTime-To-Live (TTL)" ShortDescription="The maximum time (in milliseconds) that a thread is allowed to live" DefaultValue="300000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="StatementBatchingSize" DisplayName="Statement Batching Size" ShortDescription="The batch size which SQL statements will be submitted in if the Repository JDBC driver supports batching." DefaultValue="200" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" IsModifiable="false" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.metamodels.db.model.service.IndexingService" IsRequired="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Sybase ANSI JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sybase.SybaseDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:&lt;port5000&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-    </ComponentTypes>
-</ConfigurationDocument>
-

Deleted: branches/as7/runtime/src/test/resources/configuration.xml
===================================================================
--- branches/as7/runtime/src/test/resources/configuration.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/runtime/src/test/resources/configuration.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,1155 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ConfigurationDocument>
-    <Header>
-        <ConfigurationVersion>4.2</ConfigurationVersion>
-        <ApplicationCreatedBy>Configuration Import_Export Utility</ApplicationCreatedBy>
-        <ApplicationVersion>5.6</ApplicationVersion>
-        <UserCreatedBy>DQP</UserCreatedBy>
-        <MetaMatrixSystemVersion>5.6</MetaMatrixSystemVersion>
-        <Time>2008-06-16T12:20:23.646-06:00</Time>
-    </Header>
-    <Configuration Name="Next Startup" ComponentType="Configuration" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.118-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.118-06:00">
-        <Properties>
-            <Property Name="metamatrix.audit.maxThreads">1</Property>
-            <Property Name="metamatrix.transaction.log.storeSRCCMD">false</Property>
-            <Property Name="metamatrix.buffer.maxOpenFiles">10</Property>
-            <Property Name="metamatrix.audit.enabled">false</Property>
-            <Property Name="metamatrix.buffer.maxFileSize">2048</Property>
-            <Property Name="metamatrix.encryption.secure.sockets">false</Property>
-            <Property Name="metamatrix.encryption.jce.provider">(jce.provider)</Property>
-            <Property Name="metamatrix.firewall.address.enabled">false</Property>
-            <Property Name="metamatrix.log.jdbcMaxLength">2000</Property>
-            <Property Name="metamatrix.authorization.dataaccess.CheckingEnabled">false</Property>
-            <Property Name="metamatrix.log.maxThreads">1</Property>
-            <Property Name="metamatrix.buffer.relative.storageDirectory">(buffer.dir)</Property>
-            <Property Name="metamatrix.encryption.client">true</Property>
-            <Property Name="vm.starter.maxHeapSize">1024</Property>
-            <Property Name="vm.starter.command">(vm.starter.command)</Property>
-            <Property Name="metamatrix.log.consoleFormat">com.metamatrix.common.log.format.ReadableLogMessageFormat</Property>
-            <Property Name="metamatrix.firewall.address" />
-            <Property Name="metamatrix.message.bus.type">(vm.message.bus)</Property>
-            <Property Name="metamatrix.audit.fileFormat">com.metamatrix.platform.security.audit.format.DelimitedAuditMessageFormat</Property>
-            <Property Name="metamatrix.audit.jdbcResourceDelim">;</Property>
-            <Property Name="metamatrix.server.extensionTypesToCache">JAR File</Property>
-            <Property Name="metamatrix.buffer.memoryAvailable">500</Property>
-            <Property Name="metamatrix.audit.console">false</Property>
-            <Property Name="metamatrix.audit.jdbcMaxContextLength">64</Property>
-            <Property Name="metamatrix.log.jdbcMaxExceptionLength">4000</Property>
-            <Property Name="metamatrix.session.max.connections">0</Property>
-            <Property Name="metamatrix.buffer.managementInterval">1000</Property>
-            <Property Name="metamatrix.transaction.log.storeMMCMD">false</Property>
-            <Property Name="vm.starter.maxThreads">1</Property>
-            <Property Name="metamatrix.audit.fileAppend">false</Property>
-            <Property Name="metamatrix.log.size.limit.kbs">1000</Property>
-            <Property Name="metamatrix.log.size.monitor.mins">60</Property>
-            <Property Name="metamatrix.audit.consoleFormat">com.metamatrix.platform.security.audit.format.ReadableAuditMessageFormat</Property>
-            <Property Name="metamatrix.buffer.logStatsInterval">0</Property>
-            <Property Name="metamatrix.log.maxRows">2500</Property>
-            <Property Name="vm.starter.minHeapSize">256</Property>
-            <Property Name="metamatrix.deployment.platform">(mm.deployment)</Property>
-            <Property Name="metamatrix.audit.jdbcMaxResourceLength">4000</Property>
-            <Property Name="metamatrix.log.jdbcDatabase.enabled">true</Property>
-            <Property Name="vm.starter.timetolive">30000</Property>
-            <Property Name="metamatrix.server.metadata.systemURL">extensionjar:System.vdb</Property>
-            <Property Name="metamatrix.session.time.limit">0</Property>
-            <Property Name="metamatrix.buffer.processorBatchSize">500</Property>
-            <Property Name="metamatrix.log.console">true</Property>
-            <Property Name="metamatrix.buffer.connectorBatchSize">1000</Property>
-            <Property Name="metamatrix.authorization.metabase.CheckingEnabled">false</Property>
-            <Property Name="metamatrix.server.procDebug">false</Property>
-            <Property Name="metamatrix.server.cacheConnectorClassLoaders">true</Property>
-            <Property Name="metamatrix.log.jdbcTable">LogEntries</Property>
-            <Property Name="metamatrix.server.serviceMonitorInterval">60</Property>
-            <Property Name="metamatrix.log.jdbcMaxContextLength">64</Property>
-            <Property Name="metamatrix.firewall.rmiport" />
-            <Property Name="metamatrix.audit.jdbcDatabase">false</Property>
-            <Property Name="metamatrix.log">4</Property>
-            <Property Name="metamatrix.log.threadTTL">600000</Property>
-            <Property Name="metamatrix.audit.jdbcTable">AuditEntries</Property>
-            <Property Name="metamatrix.server.streamingBatchSize">100</Property>
-            <Property Name="metamatrix.buffer.activeMemoryThreshold">90</Property>
-            <Property Name="metamatrix.audit.threadTTL">600000</Property>
-            <Property Name="metamatrix.session.sessionMonitor.ActivityInterval">5</Property>
-            <Property Name="metamatrix.transaction.log.storeTXN">false</Property>
-        </Properties>
-        <Host Name="(host.name)" ComponentType="Host" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00">
-            <Properties>
-                <Property Name="metamatrix.host.dir">(host.dir)</Property>
-                <Property Name="metamatrix.data.dir">(host.data.dir)</Property>
-                <Property Name="hostControllerPortNumber">(host.controller.port)</Property>
-                <Property Name="metamatrix.installationDir">(install.directory)</Property>
-                <Property Name="metamatrix.log.dir">(host.log.dir)</Property>
-                <Property Name="metamatrix.system.dir">(system.dir)</Property>
-            </Properties>
-            <Process Name="MetaMatrixProcess" ComponentType="VM" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00">
-                <Properties>
-                    <Property Name="vm.enabled">true</Property>
-                    <Property Name="vm.timetolive">30000</Property>
-                    <Property Name="vm.maxThreads">64</Property>
-                    <Property Name="vm.starter.minHeapSize">256</Property>
-                    <Property Name="vm.inputBufferSize">102400</Property>
-                    <Property Name="vm.socketPort">(vm.port)</Property>
-                    <Property Name="vm.starter.maxHeapSize">1024</Property>
-                    <Property Name="vm.minPort">0</Property>
-                    <Property Name="vm.outputBufferSize">102400</Property>
-                    <Property Name="vm.forced.shutdown.time">30</Property>
-                </Properties>
-                <PSC Name="PlatformStandard" ComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-                    <Properties />
-                    <Service Name="ConfigurationService" ComponentType="ConfigurationService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                    <Service Name="MembershipService" ComponentType="MembershipService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                    <Service Name="AuthorizationService" ComponentType="AuthorizationService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                    <Service Name="SessionService" ComponentType="SessionService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                </PSC>
-                <PSC Name="MetaBaseServerStandard" ComponentType="MetaBase Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-                    <Properties />
-                    <Service Name="DirectoryService" ComponentType="DirectoryService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                    <Service Name="IndexingService" ComponentType="IndexingService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                </PSC>
-                <PSC Name="QueryEngine" ComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-                    <Properties />
-                    <Service Name="RuntimeMetadataService" ComponentType="RuntimeMetadataService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                    <Service Name="QueryService" ComponentType="QueryService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.586-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.586-06:00" />
-                </PSC>
-            </Process>
-        </Host>
-    </Configuration>
-    <ProductServiceConfigs>
-        <PSC Name="PlatformStandard" ComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties />
-            <Service Name="SessionService" IsEnabled="true" />
-            <Service Name="MembershipService" IsEnabled="true" />
-            <Service Name="AuthorizationService" IsEnabled="true" />
-            <Service Name="ConfigurationService" IsEnabled="true" />
-        </PSC>
-        <PSC Name="MetaMatrixServerFull" ComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties />
-            <Service Name="QueryService" IsEnabled="true" />
-            <Service Name="ODBCService" IsEnabled="false" />
-            <Service Name="RuntimeMetadataService" IsEnabled="true" />
-        </PSC>
-        <PSC Name="MetaBaseServerStandard" ComponentType="MetaBase Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties />
-            <Service Name="DirectoryService" IsEnabled="true" />
-            <Service Name="IndexingService" IsEnabled="true" />
-        </PSC>
-        <PSC Name="QueryEngine" ComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties />
-            <Service Name="QueryService" IsEnabled="true" />
-            <Service Name="RuntimeMetadataService" IsEnabled="true" />
-        </PSC>
-        <PSC Name="ODBCService" ComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties />
-            <Service Name="ODBCService" IsEnabled="false" />
-        </PSC>
-    </ProductServiceConfigs>
-    <ProductTypes>
-        <ProductType Name="Platform" ComponentTypeCode="3" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="Product" LastChangedDate="2008-06-16T12:20:23.646-06:00" CreationDate="2008-06-16T12:20:23.646-06:00" />
-        <ProductType Name="MetaMatrix Server" ComponentTypeCode="3" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="Product" LastChangedDate="2008-06-16T12:20:23.646-06:00" CreationDate="2008-06-16T12:20:23.646-06:00" />
-        <ProductType Name="MetaBase Server" ComponentTypeCode="3" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="Product" LastChangedDate="2008-06-16T12:20:23.646-06:00" CreationDate="2008-06-16T12:20:23.646-06:00" />
-        <ProductType Name="Connectors" ComponentTypeCode="3" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="Product" LastChangedDate="2008-06-16T12:20:23.647-06:00" CreationDate="2008-06-16T12:20:23.647-06:00" />
-    </ProductTypes>
-    <AuthenticationProviders />
-    <ConnectorBindings />
-    <Services>
-        <Service Name="SessionService" ComponentType="SessionService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac5-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="security.session.clientMonitor.PingInterval">5</Property>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="security.session.connection.Retries">4</Property>
-                <Property Name="security.session.clientMonitor.ExpireInterval">30</Property>
-                <Property Name="ServiceClassName">com.metamatrix.platform.security.session.service.SessionServiceImpl</Property>
-                <Property Name="security.session.clientMonitor.ActivityInterval">20</Property>
-                <Property Name="security.session.terminationHandlers">com.metamatrix.server.util.DataServerSessionTerminationHandler</Property>
-                <Property Name="security.session.clientMonitor.enabled">true</Property>
-            </Properties>
-        </Service>
-        <Service Name="QueryService" ComponentType="QueryService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac6-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="MaxCodeTables">50</Property>
-                <Property Name="ProcessorTimeslice">2000</Property>
-                <Property Name="ResultSetCacheEnabled">0</Property>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="MaxCodeTableRecords">10000</Property>
-                <Property Name="ResultSetCacheMaxSize">0</Property>
-                <Property Name="ProcessPoolMaxThreads">64</Property>
-                <Property Name="ResultSetCacheMaxAge">0</Property>
-                <Property Name="ServiceClassName">com.metamatrix.server.query.service.QueryService</Property>
-                <Property Name="MaxFetchSize">20000</Property>
-                <Property Name="MinFetchSize">100</Property>
-                <Property Name="ResultSetCacheScope">vdb</Property>
-                <Property Name="ProcessPoolThreadTTL">120000</Property>
-                <Property Name="MaxPlanCacheSize">100</Property>
-            </Properties>
-        </Service>
-        <Service Name="DirectoryService" ComponentType="DirectoryService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac1-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="ServiceClassName">com.metamatrix.metabase.internal.platform.DirectoryServiceImpl</Property>
-            </Properties>
-        </Service>
-        <Service Name="MembershipService" ComponentType="MembershipService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:4c5fcb40-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="security.membership.connection.LDAPDomain.SupportsUpdates">false</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_UserAttribute">uid</Property>
-                <Property Name="security.membership.connection.JDBCInternalDomain.Retries">4</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_GroupByAttribute">false</Property>
-                <Property Name="security.membership.connection.JDBCInternalDomain.UserHome">UserView</Property>
-                <Property Name="security.membership.connection.LDAPDomain.MaximumAge">600000</Property>
-                <Property Name="ServiceClassName">com.metamatrix.platform.security.membership.service.MembershipServiceImpl</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_GroupAttribute">cn</Property>
-                <Property Name="security.membership.connection.LDAPDomain.Retries">4</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_MembershipAttribute">uniquemember</Property>
-                <Property Name="security.membership.connection.LDAPDomain.Driver">com.sun.jndi.ldap.LdapCtxFactory</Property>
-                <Property Name="security.membership.connection.LDAPDomain.Factory">com.metamatrix.platform.security.membership.spi.ldap.LDAPMembershipSourceFactory</Property>
-                <Property Name="security.membership.connection.LDAPDomain.LDAP_GroupByHierarchical">true</Property>
-                <Property Name="security.membership.DomainOrder">JDBCInternalDomain</Property>
-                <Property Name="security.membership.connection.JDBCInternalDomain.SupportsUpdates">true</Property>
-                <Property Name="security.membership.connection.LDAPDomain.MaximumConcurrentReaders">10</Property>
-                <Property Name="security.membership.connection.JDBCInternalDomain.GroupHome">GroupView</Property>
-            </Properties>
-        </Service>
-        <Service Name="AuthorizationService" ComponentType="AuthorizationService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac3-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="security.authorization.connection.Retries">4</Property>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="ServiceClassName">com.metamatrix.platform.security.authorization.service.AuthorizationServiceImpl</Property>
-            </Properties>
-        </Service>
-        <Service Name="ODBCService" ComponentType="ODBCService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac0-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="ServerKey">(odbc.license.key)</Property>
-                <Property Name="metamatrix.service.essentialservice">false</Property>
-                <Property Name="Openrdaloc">(odbc.ini.loc)</Property>
-                <Property Name="ServiceClassName">com.metamatrix.odbc.ODBCServiceImpl</Property>
-                <Property Name="WaitForProcessEnd">5000</Property>
-            </Properties>
-        </Service>
-        <Service Name="ConfigurationService" ComponentType="ConfigurationService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac2-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="ServiceClassName">com.metamatrix.platform.config.service.ConfigurationServiceImpl</Property>
-            </Properties>
-        </Service>
-        <Service Name="IndexingService" ComponentType="IndexingService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.571-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.571-06:00" QueuedService="false" routingUUID="mmuuid:5105fac4-d3e4-1f99-b338-aa15247430d4">
-            <Properties>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="ServiceClassName">com.metamatrix.metamodels.db.model.service.IndexingService</Property>
-            </Properties>
-        </Service>
-        <Service Name="RuntimeMetadataService" ComponentType="RuntimeMetadataService" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00" QueuedService="false" routingUUID="RuntimeMetadataService">
-            <Properties>
-                <Property Name="ConnectorClassPath">extensionjar:metadataconn.jar</Property>
-                <Property Name="ExceptionOnMaxRows">true</Property>
-                <Property Name="metamatrix.service.essentialservice">true</Property>
-                <Property Name="ConnectorClass">com.metamatrix.connector.metadata.IndexConnector</Property>
-                <Property Name="ServiceClassName">com.metamatrix.server.connector.service.ConnectorService</Property>
-                <Property Name="ConnectorMaxThreads">20</Property>
-                <Property Name="MaxResultRows">0</Property>
-                <Property Name="ConnectorThreadTTL">120000</Property>
-            </Properties>
-        </Service>
-    </Services>
-    <SharedResources>
-        <Resource Name="ExtensionSourceManager" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-                <Property Name="metamatrix.extensionsource.connection.Factory">com.metamatrix.common.extensionmodule.spi.jdbc.JDBCExtensionModuleTransactionFactory</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="Logging" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="RuntimeMetadata" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-                <Property Name="metamatrix.metadata.runtime.connection.Factory">com.metamatrix.metadata.runtime.spi.jdbc.JDBCConnectorFactory</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="TransactionLogging" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="ConfigurationService" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-                <Property Name="metamatrix.config.connection.Factory">com.metamatrix.platform.config.spi.xml.XMLConfigurationConnectorFactory</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="MembershipService" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-                <Property Name="security.membership.connection.JDBCInternalDomain.Factory">com.metamatrix.platform.security.membership.spi.jdbc.JDBCMembershipSourceFactory</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="XATransactionManager" ComponentType="Miscellaneous Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties>
-                <Property Name="metamatrix.xatxnmgr.serial_jta_transactions">false</Property>
-                <Property Name="metamatrix.xatxnmgr.naming.factory.initial">(xa.contextfactory)</Property>
-                <Property Name="metamatrix.xatxnmgr.trust_client_tm">false</Property>
-                <Property Name="metamatrix.xatxnmgr.client_demarcation">true</Property>
-                <Property Name="metamatrix.xatxnmgr.max_actives">50</Property>
-                <Property Name="metamatrix.xatxnmgr.max_timeout">120000</Property>
-                <Property Name="metamatrix.xatxnmgr.checkpoint_interval">500</Property>
-                <Property Name="metamatrix.xatxnmgr.log_base_dir">(xa.logdir)</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="DirectoryService" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-                <Property Name="metamatrix.metadata.directory.connection.Factory">com.metamatrix.metadata.server.directory.spi.jdbc.JDBCDirectoryTransactionFactory</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="SessionService" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-                <Property Name="security.session.connection.Factory">com.metamatrix.platform.security.session.spi.jdbc.JDBCServiceSessionFactory</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="IDGenerator" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="WebServices" ComponentType="Miscellaneous Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.webserver.port">(webhost.port)</Property>
-                <Property Name="metamatrix.webserver.host">(webhost.name)</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="JGroups" ComponentType="Miscellaneous Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties>
-                <Property Name="udp.mcast_messagebus_port">5555</Property>
-                <Property Name="ping.gossip_port">5555</Property>
-                <Property Name="udp.mcast_addr">(multicast.port)</Property>
-                <Property Name="metamatrix.cluster.name">(cluster.name)</Property>
-                <Property Name="udp.mcast_jndi_port">5556</Property>
-                <Property Name="udp.multicast_supported">true</Property>
-                <Property Name="ping.gossip_host">localhost</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="SSL" ComponentType="Miscellaneous Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.336-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.336-06:00">
-            <Properties>
-                <Property Name="com.metamatrix.ssl.protocol">SSLv3</Property>
-                <Property Name="com.metamatrix.ssl.keystoretype">JKS</Property>
-                <Property Name="com.metamatrix.ssl.keystore.filename">mmdemo.keystore</Property>
-                <Property Name="com.metamatrix.ssl.keymanagementalgorithm">SunX509</Property>
-                <Property Name="com.metamatrix.ssl.keystore.Password">pDYafqm77aWAxLwWXBbQarXNbxiYijgOqw8RFnfYFEa32JWrGwhnXSLqC/az+vQX9V/03C4K97LmDylEXT7wpKk/wYBKn8eP/t22jbnkYbrmCCB9PSIVLHutzCWleuRViOX+3mMCPmWvYc3QbDEsecWJszwolTwLnP3yasrjynI=</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="IndexingService" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">DesignTimeCatalog Pool</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="AuthorizationService" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-                <Property Name="security.authorization.connection.Factory">com.metamatrix.platform.security.authorization.spi.jdbc.JDBCAuthorizationTransactionFactory</Property>
-            </Properties>
-        </Resource>
-        <Resource Name="Audit" ComponentType="JDBC Resource Type" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <Properties>
-                <Property Name="metamatrix.common.pooling.resource.name">JDBC Shared Connection Pool</Property>
-            </Properties>
-        </Resource>
-    </SharedResources>
-    <ComponentTypes>
-        <ComponentType Name="DeployedComponent" ComponentTypeCode="8" Deployable="false" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00" />
-        <ComponentType Name="VM" ComponentTypeCode="5" Deployable="true" Deprecated="false" Monitorable="false" ParentComponentType="Host" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="LogFile" DisplayName="Process Log File" ShortDescription="The process log file that can be found in the log directory of the installed host." IsRequired="true" IsModifiable="false"  />
-            <PropertyDefinition Name="vm.timetolive" DisplayName="Socket Worker Thread Time-To-Live (ms)" ShortDescription="Time-to-live (in milliseconds) for threads used to do work on client requests." DefaultValue="30000" />
-            <PropertyDefinition Name="vm.forced.shutdown.time" DisplayName="Default VM Forced Shutdown Time (secs)" ShortDescription="The the number of seconds the VM will wait until it will perform a force shutdown." DefaultValue="30" PropertyType="Integer" />
-            <PropertyDefinition Name="vm.enabled" DisplayName="Start Enabled Flag" ShortDescription="The enabled flag allows for disabling the VM from starting without have to remove it from deployment." DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="vm.starter.minHeapSize" DisplayName="Minimum Heap Size (MB)" ShortDescription="The minimum heap size, in megabytes, to be used for this VM.  If no value is provided for this property, the default property value from the configuration is used; if no value is specified anywhere, no mimium heap size will be set." DefaultValue="256"  />
-            <PropertyDefinition Name="vm.minPort" DisplayName="Min Port Number" ShortDescription="Min port number" DefaultValue="0" />
-            <PropertyDefinition Name="vm.starter.maxHeapSize" DisplayName="Maximum Heap Size (MB)" ShortDescription="The maximum heap size, in megabytes, to be used for this VM.  If no value is provided for this property, the default property value from the configuration is used; if no value is specified anywhere, no maxium heap size will be set." DefaultValue="256"  />
-            <PropertyDefinition Name="vm.outputBufferSize" DisplayName="Socket Output BufferSize" ShortDescription="The size of the socket buffer used when writing." DefaultValue="102400" IsRequired="true" PropertyType="Integer"  />
-            <PropertyDefinition Name="vm.inputBufferSize" DisplayName="Socket Input BufferSize" ShortDescription="The size of socket buffer used when reading." DefaultValue="102400" IsRequired="true" PropertyType="Integer"  />
-            <PropertyDefinition Name="vm.maxThreads" DisplayName="Max Threads" ShortDescription="Maximum socket listener threads." DefaultValue="64" />
-            <PropertyDefinition Name="vm.socketPort" DisplayName="Socket Port" ShortDescription="The port number for the process when socket communications are being used " DefaultValue="31000" />
-        </ComponentType>
-        <ComponentType Name="ODBCService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="ServerKey" DisplayName="ODBC Server License File" ShortDescription="The location the ODBC Server license should be found" IsRequired="true"  IsModifiable="false" />
-            <PropertyDefinition Name="WaitForProcessEnd" DisplayName="Wait for Process End (milliseconds)" ShortDescription="This property controls how long the Service implementation will wait to see if the ODBC Server will terminate in an error condition." DefaultValue="5000" IsRequired="true" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="Openrdaloc" DisplayName="MMODBC.ini file location" ShortDescription="The location the MMODBC.ini should be found" IsRequired="true"  IsModifiable="false" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.odbc.ODBCServiceImpl" IsRequired="true" IsHidden="true" IsModifiable="false" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Sybase ANSI JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sybase.SybaseSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.sybase.SybaseDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:&lt;port5000&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sybase.SybaseXACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="Connector" ComponentTypeCode="2" Deployable="false" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.227-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.227-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" IsRequired="true" 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" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorThreadTTL" DisplayName="Thread Time to live (ms)" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" IsRequired="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" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.test_connect_interval" DisplayName="Pool Data Source Test Connect Interval (seconds)" ShortDescription="How often (in seconds) to create test connections to the underlying datasource to see if it is available." DefaultValue="600" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="ConnectorMaxThreads" DisplayName="Connector Maximum Thread Count" ShortDescription="" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="MaxResultRows" DisplayName="Maximum Result Rows" ShortDescription="" DefaultValue="10000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.connector.service.ConnectorService" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="DB2 JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.db2.DB2SingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.db2.DB2DataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:db2://&lt;host&gt;:&lt;port&gt;;DatabaseName=&lt;databasename&gt;;CollectionID=&lt;collectionid&gt;;PackageName=&lt;packagename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.db2.DB2XACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="JDBC Resource Type" ComponentTypeCode="4" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="ResourcePoolType" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.User" DisplayName="Database User Name" ShortDescription="User Name" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.Protocol" DisplayName="Database Protocol" ShortDescription="" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.Password" DisplayName="Database Password" ShortDescription="Database Password" IsRequired="true" IsMasked="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.Driver" DisplayName="Database Driver" ShortDescription="JDBC Driver" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.Database" DisplayName="Database URL" ShortDescription="Database URL" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.common.pooling.jdbc.autocommit" DisplayName="Autocommit" ShortDescription="Set connection autocommit" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="sqlTracing" DisplayName="SQL Tracing" ShortDescription="Set sql tracing on" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="TestEmpty ANSI JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-06-16T09:58:47.045-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-06-16T09:58:47.045-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue="" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="Oracle ANSI JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.243-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.243-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.oracle.OracleSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.oracle.OracleDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;;databasename=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.oracle.OracleXACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="MS Access Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription=""  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription=""   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.access.AccessSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:jdbcconn.jar" IsRequired="true"  />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.access.AccessCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=&lt;data-source-name&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="Service" ComponentTypeCode="1" Deployable="false" Deprecated="false" Monitorable="false" ParentComponentType="VM" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="JDBC ODBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:jdbcconn.jar" IsRequired="true"  />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:&lt;data-source-name&gt;[&lt;attribute-name&gt;=&lt;attribute-value&gt;]*" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="MembershipService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Driver" DisplayName="External LDAP Connection Driver" ShortDescription="" DefaultValue="com.sun.jndi.ldap.LdapCtxFactory" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.SupportsUpdates" DisplayName="JDBC Domain Supports Updates" ShortDescription="" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.GroupHome" DisplayName="JDBC group location" ShortDescription="" DefaultValue="GroupView" IsRequired="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.GroupHome" DisplayName="LDAP group location (dn)" ShortDescription="" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.MaximumAge" DisplayName="Maximum JDBC connection time" ShortDescription="" DefaultValue="600000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.MaximumAge" DisplayName="Maximum LDAP connection time" ShortDescription="" DefaultValue="600000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Principal" DisplayName="External LDAP Membership data store principal (dn)" ShortDescription="" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.UserHome" DisplayName="Account location" ShortDescription="" DefaultValue="UserView" IsRequired="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_GroupByHierarchical" DisplayName="Group groups hierarchically (by dn)" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.MaximumConcurrentReaders" DisplayName="Maximum allowed JDBC concurrent users" ShortDescription="" DefaultValue="1" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.Retries" DisplayName="Membership proxy maximum retries" ShortDescription="" DefaultValue="4" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_UserAttribute" DisplayName="LDAP user attribute name" ShortDescription="" DefaultValue="uid" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_MembershipAttribute" DisplayName="LDAP group membership attribute name" ShortDescription="" DefaultValue="uniquemember" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.DomainOrder" DisplayName="Membership Domain Order" ShortDescription="" DefaultValue="JDBCInternalDomain" IsRequired="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_GroupAttribute" DisplayName="LDAP group attribute name" ShortDescription="" DefaultValue="cn" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.UserHome" DisplayName="User account location (dn)" ShortDescription="" />
-            <PropertyDefinition Name="security.membership.connection.JDBCInternalDomain.Factory" DisplayName="Membership Service Internal JDBC SPI Factory" ShortDescription="" DefaultValue="com.metamatrix.platform.security.membership.spi.jdbc.JDBCMembershipSourceFactory" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.SupportsUpdates" DisplayName="LDAP Domain Supports Updates" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" IsHidden="true"  />
-            <PropertyDefinition Name="security.membership.jdbcdomain" DisplayName="JDBC Domain" ShortDescription="" DefaultValue="JDBCInternalDomain" IsRequired="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Retries" DisplayName="External LDAP Membership proxy maximum retries" ShortDescription="" DefaultValue="4" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Password" DisplayName="External LDAP Membership data store principal's password" ShortDescription="" IsMasked="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.membership.service.MembershipServiceImpl" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Factory" DisplayName="Membership Service External LDAP SPI Factory" ShortDescription="" DefaultValue="com.metamatrix.platform.security.membership.spi.ldap.LDAPMembershipSourceFactory" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.LDAP_GroupByAttribute" DisplayName="Group groups by attribute (by uniquemember attribute)" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.Database" DisplayName="External LDAP Membership URL" ShortDescription="" />
-            <PropertyDefinition Name="security.membership.connection.LDAPDomain.MaximumConcurrentReaders" DisplayName="Maximum allowed LDAP concurrent users" ShortDescription="" DefaultValue="10" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="ResourceType" ComponentTypeCode="0" Deployable="false" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00" />
-        <ComponentType Name="DirectoryService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="MetaBase Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="metamatrix.metadata.directory.connection.MaximumAge" DisplayName="Maximum Age" ShortDescription="" DefaultValue="600000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.metadata.directory.connection.MaximumConcurrentReaders" DisplayName="Maximum Concurrent Readers" ShortDescription="" DefaultValue="1" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.metabase.internal.platform.DirectoryServiceImpl" IsRequired="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Miscellaneous Resource Type" ComponentTypeCode="4" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="ResourceType" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00" />
-        <ComponentType Name="SessionService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="security.session.terminationHandlers" DisplayName="List of TerminationHandler Class Names" ShortDescription="" DefaultValue="com.metamatrix.server.util.DataServerSessionTerminationHandler" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureFraction" DisplayName="Session Cache Resource Recapture Fraction" ShortDescription="" PropertyType="Float" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="security.session.connection.Retries" DisplayName="Session proxy maximum retries" ShortDescription="" DefaultValue="4" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="security.session.clientMonitor.ActivityInterval" DisplayName="Client Monitoring Activity (Mins) [Requires Bounce]" ShortDescription="How often client sessions will be monintored to check for expired sessions and invalidate them.  [Requires a bounce or restart of the server to take effect.]" DefaultValue="3" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="CacheMaximumCapacity" DisplayName="Session Cache Maximum Capacity" ShortDescription="" DefaultValue="5000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="CacheMaximumAge" DisplayName="Session Cache Object Maximum Age" ShortDescription="The duration of a session in the session cache (in milliseconds)" DefaultValue="86400000" PropertyType="Long" IsExpert="true" />
-            <PropertyDefinition Name="security.session.oldsessionreaper.oldsessionTTL" DisplayName="Non-active session Time To Live (hours)" ShortDescription="The amount of time old non-active sessions are allowed to remain in the session table (in hours)" DefaultValue="10" PropertyType="Long" IsExpert="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureIntervalIncrement" DisplayName="Session Cache Resource Recapture Interval Increment" ShortDescription="" PropertyType="Float" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="security.session.oldsessionreaper.activityinterval" DisplayName="Session cleanup thread activity interval (hours)" ShortDescription="The amount of time between old non-active session cleanup (in hours)" DefaultValue="1" PropertyType="Long" IsExpert="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureIntervalRate" DisplayName="Session Cache Resource Recapture Interval Rate" ShortDescription="" PropertyType="Integer" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.session.service.SessionServiceImpl" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="CacheStatsLogInterval" DisplayName="Session Cache Statistics Log Interval" ShortDescription="" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="CacheEventPolicyName" DisplayName="Session Cache Event Policy Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.session.service.SessionCacheEventPolicy" IsRequired="true" IsExpert="true" IsHidden="true"  />
-            <PropertyDefinition Name="security.session.clientMonitor.PingInterval" DisplayName="Client Session Ping Interval (Mins) [Requires Bounce]" ShortDescription="The interval of time, in minutes, the client session is scheduled to ping the server to indicate this session is still valid.  When the session is validated, its TTL perior starts over.  [Requires a bounce or restart of the server to take effect.]" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="security.session.clientMonitor.enabled" DisplayName="Client Monitoring Enabled [Requires Bounce]" ShortDescription="Should the server monitor client session activity?  [Requires a bounce or restart of the server to take effect.]" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="CacheHelper" DisplayName="Session Cache Helper" ShortDescription="" DefaultValue="com.metamatrix.common.cache.mru.AgeMRUCacheHelper" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="CacheEventFactoryName" DisplayName="Session Cache Event Factory Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.session.service.SessionCacheEventFactory" IsRequired="true" IsExpert="true" IsHidden="true"  />
-            <PropertyDefinition Name="CacheResourceRecaptureIntervalDecrement" DisplayName="Session Cache Resource Recapture Interval Decrement" ShortDescription="" PropertyType="Float" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureIntervalCeiling" DisplayName="Session Cache Resource Recapture Interval Ceiling" ShortDescription="" PropertyType="Integer" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="CachePolicyFactory" DisplayName="Session Cache Policy Factory" ShortDescription="" DefaultValue="com.metamatrix.common.cache.mru.MRUObjectCachePolicyFactory" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureMode" DisplayName="Session Cache Resource Recapture Mode" ShortDescription="" DefaultValue="SeparateThread" IsExpert="true" />
-            <PropertyDefinition Name="security.session.clientMonitor.ExpireInterval" DisplayName="Client Session TTL (Mins) [Requires Bounce]" ShortDescription="The client session time-to-live period, in minutes, indicates how long a client session will remain valid without being validated with a ping.  If no ping is recieved from the session within this period, it's session will become invalid and considered expired.  [Requires a bounce or restart of the server to take effect.]" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="CacheResourceRecaptureInterval" DisplayName="Session Cache Resource Recapture Interval" ShortDescription="" PropertyType="Integer" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Configuration" ComponentTypeCode="0" Deployable="true" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="vm.starter.command" DisplayName="MetaMatrix VMController Starter Command" ShortDescription="Command that is used to start the VMController" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.audit.consoleFormat" DisplayName="Standard-Out Audit Destination format class" ShortDescription="The name of the class that is used to format the audit messages sent to the console" DefaultValue="com.metamatrix.security.audit.format.ReadableAuditMessageFormat" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.transaction.log.storeTXN" DisplayName="Enable Transaction Recording" ShortDescription="Determine whether transaction should be recorded" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.buffer.processorBatchSize" DisplayName="Processor Batch Size" ShortDescription="The size of a batch sent within the query processor." DefaultValue="500" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.log.jdbcMaxLength" DisplayName="JDBC Logging Destination maximum length for log messages" ShortDescription="The maximum length of the text that is logged" DefaultValue="2000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.log.maxThreads" DisplayName="Logging Maximum Thread Count" ShortDescription="The maximum number of logging threads allowed" DefaultValue="4" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.encryption.secure.sockets" DisplayName="Secure Sockets Enabled" ShortDescription="Determines whether the Secure Sockets are enabled, configuration is done from the SSL Resource" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.log.captureSystemErr" DisplayName="Capture standard error to the logs" ShortDescription="True if the standard error is to be captured as log messages" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.server.cacheConnectorClassLoaders" DisplayName="Cache ClassLoaders for Connectors" ShortDescription="Determine whether to cache ClassLoaders in memory, for connectors that have the same classpath" DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.log.captureSystemOut" DisplayName="Capture standard out to the logs" ShortDescription="True if the standard out is to be captured as log messages" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.transaction.log.storeMMCMD" DisplayName="Enable MetaMatrix Command Logging" ShortDescription="Determine whether MetaMatrix command information should be recorded" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.session.time.limit" DisplayName="Max Session Time Limit (minutes)" ShortDescription="Max connection time limit as a system property, forcibly terminate any connection that exceeds that limit, default would be no limit. [Requires Bounce]" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcDatabase" DisplayName="JDBC Destination Enabled" ShortDescription="If auditing enabled, then record to the jdbc destination." DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.buffer.connectorBatchSize" DisplayName="Connector Batch Size" ShortDescription="The size of a batch sent between connector and query service." DefaultValue="1000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.log.contexts" DisplayName="Logging Contexts to Exclude" ShortDescription="The contexts for log messages that are NOT to be recorded" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.buffer.memoryAvailable" DisplayName="Buffer Memory Available" ShortDescription="Amount of memory, in megabytes, to use as buffer management memory in each process." DefaultValue="500" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.audit.maxThreads" DisplayName="Auditing Maximum Thread Count" ShortDescription="The maximum number of auditing threads allowed" DefaultValue="4" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcMaxContextLength" DisplayName="JDBC Auditing Destination maximum length for contexts" ShortDescription="The maximum length of the list of disregarded audit contexts.  Required if JDBC audit destination is to be used." DefaultValue="64" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.session.max.connections" DisplayName="Max Number of Sessions" ShortDescription="Max Number of Sessions allowed to connect to MetaMatrix Server (reject any connection requests beyond that limit, default would be no limit) [Requires Bounce]" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.log.jdbcTable" DisplayName="JDBC Logging Destination table name" ShortDescription="The table the logging information to be written to" DefaultValue="LogEntries" />
-            <PropertyDefinition Name="metamatrix.log.jdbcDatabase.enabled" DisplayName="Log JDBC Destination Enabled" ShortDescription="If enabled, then log to the jdbc destination." DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.server.serviceMonitorInterval" DisplayName="Connector Data Source Monitoring Interval (seconds)" ShortDescription="How often to ask connectors whether the underlying data source is available.  Note that underlying connector implementation may not ping the actual data source every time it is asked, for performance reasons." DefaultValue="60" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.log.size.limit.kbs" DisplayName="Log File Size Limit (kbs)" ShortDescription="Max. log file size (kbs) at which it will be swapped." DefaultValue="1000" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.buffer.maxFileSize" DisplayName="Max buffer file size (Megs)" ShortDescription="The maximum size (in Megabytes) that a buffer file is allowed to reach before creating spill files." DefaultValue="2048" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.firewall.rmiport" DisplayName="Firewall RMI Port Address" ShortDescription="The RMI port used for firewall access to the MetaMatrix Server" />
-            <PropertyDefinition Name="metamatrix.audit.contexts" DisplayName="Audit Contexts to Exclude" ShortDescription="The contexts for audit messages that are NOT to be recorded" />
-            <PropertyDefinition Name="metamatrix.log.consoleFormat" DisplayName="Format class for console log messages" ShortDescription="The name of the class that is used to format the log messages sent to the console" DefaultValue="com.metamatrix.common.log.format.ReadableLogMessageFormat" IsHidden="true" />
-            <PropertyDefinition Name="vm.starter.minHeapSize" DisplayName="Default VM Minimum Heap Size (in megabytes)" ShortDescription="The default minimum heap size to be used when starting a VMController.  This value may be overridden by each VM; however, if no value is provided for this property or for the corresponding property in the VM configuration, no minimum heap size will be set." DefaultValue="256" />
-            <PropertyDefinition Name="metamatrix.audit.threadTTL" DisplayName="Auditing Thread Time-To-Live (TTL)" ShortDescription="The maximum time (in milliseconds) that a auditing thread is allowed to live" DefaultValue="300000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.log.jdbcMaxExceptionLength" DisplayName="JDBC Logging Destination maximum length for exception text" ShortDescription="The maximum length of the text that is logged as an exception" DefaultValue="4000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="vm.starter.maxHeapSize" DisplayName="Default VM Maximum Heap Size (in megabytes)" ShortDescription="The default maximum heap size to be used when starting a VMController.  This value may be overridden by each VM; however, if no value is provided for this property or for the corresponding property in the VM configuration, no maximum heap size will be set." DefaultValue="256" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcTable" DisplayName="JDBC Auditing Destination table name" ShortDescription="The name of the table that auditing messages are to be written to.  Required if JDBC audit destination is to be used" DefaultValue="LogEntries" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.buffer.logStatsInterval" DisplayName="Buffer Log Stat Interval" ShortDescription="The period between writing buffer management statistics to the log, used primarily for debugging." DefaultValue="0" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.firewall.address" DisplayName="Firewall IP/Hostname Address" ShortDescription="The IP address or Hostname for the firewall to redirect to MetaMatrix Server" />
-            <PropertyDefinition Name="metamatrix.log.jdbcMaxContextLength" DisplayName="JDBC Logging Destination maximum length for contexts" ShortDescription="The maximum length of all the disregarded log contexts in total" DefaultValue="64" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.buffer.maxOpenFiles" DisplayName="Max open storage files" ShortDescription="The maximum number of open file descriptors used by buffer management temp storage." DefaultValue="10" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.log.console" DisplayName="Send log messages to standard out" ShortDescription="True if the log messages are to be sent to standard out for a VM" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.session.sessionMonitor.ActivityInterval" DisplayName="Session Monitoring Activity (Mins)" ShortDescription="How often sessions will be monintored to check for over-limit sessions and invalidate them.  [Requires a bounce or restart of the server to take effect.]" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.audit.enabled" DisplayName="Auditing Enabled" ShortDescription="Determines whether auditing will be performed" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.buffer.activeMemoryThreshold" DisplayName="Buffer Active Memory Threshold" ShortDescription="The percentage of buffer management memory that serves as a threshold for active memory management." DefaultValue="90" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.audit.console" DisplayName="Standard-Out Audit Destination" ShortDescription="True if the audit messages are to be sent to standard out for a VM" DefaultValue="false" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.server.procDebug" DisplayName="Enable Processor Data Debugging" ShortDescription="Determine whether to dump all data batches to the server log when using OPTION DEBUG" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.log.size.monitor.mins" DisplayName="Log File Monitoring Interval (mins)" ShortDescription="The time interval in minutes the log file size is monitored" DefaultValue="1000" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.buffer.relative.storageDirectory" DisplayName="Buffer Storage Directory" ShortDescription="The relative path to Host data directory where temporary files are stored." DefaultValue="/buffer" />
-            <PropertyDefinition Name="metamatrix.log.maxRows" DisplayName="JDBC Logging maximum number of rows returned" ShortDescription="The maximum number of rows returned" DefaultValue="2500" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.firewall.address.enabled" DisplayName="Firewall enabled indicator" ShortDescription="Enable when a firewall is used to redirect to the MetaMatrix Service" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.server.streamingBatchSize" DisplayName="Streaming Batch Size" ShortDescription="The clob, blob and XML streaming batch size in Kb" DefaultValue="100" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.authorization.metabase.CheckingEnabled" DisplayName="MetaBase Authorization Enabled" ShortDescription="Determines whether MetaBase authorization (Entitlements) will be checked" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.audit.file" DisplayName="File Auditing Destination filename" ShortDescription="The name of the file that is the audit message destination.  If blank or not provided, audit messages are not sent to a file destination" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcMaxResourceLength" DisplayName="JDBC Context Destination maximum length for audit text" ShortDescription="The maximum length of the resource name used in audit messages.  Required if JDBC audit destination is to be used." DefaultValue="4000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.authorization.dataaccess.CheckingEnabled" DisplayName="Data Access Authorization Enabled" ShortDescription="Determines whether authorization (Entitlements) will be checked" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.transaction.log.storeSRCCMD" DisplayName="Enable Data Source Command Logging" ShortDescription="Determine whether source command information should be recorded" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.audit.jdbcResourceDelim" DisplayName="JDBC Auditing Destination delimiter for resource names" ShortDescription="The delimiter that is used to separate resource names" DefaultValue="," IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.deployment.platform" DisplayName="EJB Platform Type" ShortDescription="This property indicates the EJB server platform which the MetaMatrix Server is running on" IsRequired="true" IsExpert="true" IsHidden="true" IsModifiable="false" />
-            <PropertyDefinition Name="metamatrix.buffer.managementInterval" DisplayName="Buffer Management Interval" ShortDescription="The period between checking whether active memory cleanup should occur." DefaultValue="1000" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.log" DisplayName="Logging Level" ShortDescription="The level at which logging will occur" DefaultValue="5" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.server.extensionTypesToCache" DisplayName="Types of Extension Modules to Cache" ShortDescription="Types of Extension Module files to cache in memory.  Separate by commas.  Allowed values: (Configuration Model,Function Definition,JAR File,VDB File)" DefaultValue="JAR File" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.encryption.client" DisplayName="Client Side Password Encryption Enabled" ShortDescription="Determines whether the client side jce provider encryption will be performed" DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.message.bus.type" DisplayName="Messaging Bus Type" ShortDescription="Indicates the type of message bus protocol to use" DefaultValue="jgroups.message.bus" IsRequired="true" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="metamatrix.audit.fileFormat" DisplayName="File Auditing Destination format class" ShortDescription="Driver class name for the JDBC auditing destination" DefaultValue="com.metamatrix.security.audit.format.DelimitedAuditMessageFormat" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.server.metadata.systemURL" DisplayName="System VDB URL" ShortDescription="The URL identifies the System VDB" DefaultValue="extensionjar:System.vdb" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.audit.fileAppend" DisplayName="File Auditing Destination append" ShortDescription="Determines whether or not the audit destination file will be appended or overwritten" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="metamatrix.server.UDFClasspath" DisplayName="User Defined Functions Classpath" ShortDescription="Semicolon-delimited list of URLs to search for User Defined Functions classes in.  Extension module URLs are of the form 'extensionjar:jarfilename.jar'" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.encryption.jce.provider" DisplayName="JCE Encryption Provider" ShortDescription="Indicates the jce encryption provider" DefaultValue="org.bouncycastle.jce.provider.BouncyCastleProvider" IsRequired="true" IsHidden="true" IsModifiable="false" />
-            <PropertyDefinition Name="metamatrix.log.threadTTL" DisplayName="Logging Thread Time-To-Live (TTL)" ShortDescription="The maximum time (in milliseconds) that a thread is allowed to live" DefaultValue="300000" PropertyType="Integer" />
-        </ComponentType>
-        <ComponentType Name="RuntimeMetadataService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" IsRequired="true" 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" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorThreadTTL" DisplayName="Thread Time to live" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:metadataconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ConnectorMaxThreads" DisplayName="Connector Maximum Thread Count" ShortDescription="" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="MaxResultRows" DisplayName="Maximum Result Rows" ShortDescription="" DefaultValue="0" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.connector.service.ConnectorService" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="QueryService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="MinFetchSize" DisplayName="Minimum Fetch Size" ShortDescription="" DefaultValue="100" PropertyType="Integer" />
-            <PropertyDefinition Name="MaxPlanCacheSize" DisplayName="Maximum Plan Cache" ShortDescription="" DefaultValue="100" PropertyType="Integer" />
-            <PropertyDefinition Name="MaxCodeTableRecords" DisplayName="Max Code Table Records" ShortDescription="Max Number of Records Per Code Table" DefaultValue="10000" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="ProcessPoolThreadTTL" DisplayName="Process Pool Thread Time-To-Live" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.query.service.QueryService" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="MaxFetchSize" DisplayName="Maximum Fetch Size" ShortDescription="" DefaultValue="20000" PropertyType="Integer" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="ProcessorTimeslice" DisplayName="Query Processor Timeslice" ShortDescription="" DefaultValue="2000" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="ProcessPoolMaxThreads" DisplayName="Process Pool Maximum Thread Count" ShortDescription="" DefaultValue="64" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="MaxCodeTables" DisplayName="Max Code Tables" ShortDescription="Max Number of Code Tables" DefaultValue="50" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="Sybase 11 JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sybase.SybaseSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.sybase.SybaseDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:&lt;port5000&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sybase.Sybase11XACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="AuthorizationService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.305-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.305-06:00">
-            <PropertyDefinition Name="security.authorization.connection.MaximumConcurrentReaders" DisplayName="Maximum allowed concurrent users" ShortDescription="" DefaultValue="1" PropertyType="Integer" />
-            <PropertyDefinition Name="security.authorization.connection.Retries" DisplayName="Authorization proxy maximum retries" ShortDescription="" DefaultValue="4" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="security.authorization.connection.MaximumAge" DisplayName="Maximum connection time" ShortDescription="" DefaultValue="600000" PropertyType="Integer" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.platform.security.authorization.service.AuthorizationServiceImpl" IsRequired="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Oracle 8 JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.243-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.243-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.oracle.OracleSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.oracle.OracleDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;;databasename=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.oracle.OracleXACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="SQL Server JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sqlserver.SQLServerDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sqlserver://&lt;host&gt;:1433;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="AppServerPoolType" ComponentTypeCode="4" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="ResourceType" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="pooling.resource.adapter.class.name" DisplayName="Connection Adapter Class Name" ShortDescription="The class name for the implementation of the Connection Adapter" IsRequired="true" />
-            <PropertyDefinition Name="pooling.resource.pool.class.name" DisplayName="Name of Class that manages a specific Pool" ShortDescription="The class name for the implementation of the Connection Pool" IsRequired="true" />
-        </ComponentType>
-        <ComponentType Name="Loopback Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2004-11-12T03:46:02.937-06:00" CreatedBy="ConfigurationStartup" CreationDate="2004-11-12T03:46:02.937-06:00">
-            <PropertyDefinition Name="CapabilitiesClass" DisplayName="Capabilities Class" ShortDescription="" DefaultValue="" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.loopback.LoopbackConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="RowCount" DisplayName="Rows Per Query" ShortDescription="" DefaultValue="1" IsRequired="true" IsExpert="true"  />
-            <PropertyDefinition Name="WaitTime" DisplayName="Max Random Wait Time" ShortDescription="" DefaultValue="0" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:loopbackconn.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-        </ComponentType>
-        <ComponentType Name="Oracle ANSI JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedDate="2005-08-15T17:41:27.279-06:00" CreationDate="2005-08-15T17:41:27.279-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="Host" ComponentTypeCode="7" Deployable="true" Deprecated="false" Monitorable="false" ParentComponentType="Configuration" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="metamatrix.system.dir" DisplayName="System Directory" ShortDescription="The System directory is where files are shared across all hosts in this installation" IsRequired="true" />
-            <PropertyDefinition Name="hostControllerPortNumber" DisplayName="HostController Port Number" ShortDescription="The host controller port number" DefaultValue="15001" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.host.dir" DisplayName="Host Directory" ShortDescription="The Host directory is where host specific files are located." IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.data.dir" DisplayName="Data Directory" ShortDescription="The phyiscal location of the internal MetaMatrix dynamic data" IsRequired="true" />
-            <PropertyDefinition Name="metamatrix.installationDir" DisplayName="Installation Directory" ShortDescription="The phyiscal location of the MetaMatrix installation" />
-            <PropertyDefinition Name="metamatrix.log.dir" DisplayName="Log Directory" ShortDescription="The phyiscal location of the Host log files" IsRequired="true" />
-        </ComponentType>
-        <ComponentType Name="Product" ComponentTypeCode="0" Deployable="false" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00" />
-        <ComponentType Name="Sybase 11 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sybase.SybaseDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:&lt;port5000&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11Capabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="ConfigurationService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="Platform" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.321-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.321-06:00">
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Configuration Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.platform.config.service.ConfigurationServiceImpl" IsRequired="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Informix JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.infomix.InfomixSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.informix.InformixDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.infomix.InfomixSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.infomix.InfomixResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:informix://&lt;host&gt;:&lt;port&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.infomix.InfomixCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="SQL Server JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.JDBCXAConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sqlserver.SqlServerSingleIdentityDSConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="DataSource Class" ShortDescription="" DefaultValue="com.metamatrix.jdbcx.sqlserver.SQLServerDataSource" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sqlserver://&lt;host&gt;:1433;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.xa.sqlserver.SqlServerXACapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="user" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="Text File Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.text.TextConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="DateResultFormats" DisplayName="Date Result Formats" ShortDescription="" IsExpert="true" />
-            <PropertyDefinition Name="DescriptorFile" DisplayName="Text File Descriptor" ShortDescription="" IsRequired="true" IsExpert="true"  />
-            <PropertyDefinition Name="DateResultFormatsDelimiter" DisplayName="Date Result Formats Delimiter" ShortDescription="" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:textconn.jar" IsRequired="true" />
-        </ComponentType>
-        <ComponentType Name="Oracle 8 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.243-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.243-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8Capabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="DB2 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.243-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.243-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2SingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.db2.DB2Driver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:db2://&lt;host&gt;:&lt;port&gt;;DatabaseName=&lt;databasename&gt;;CollectionID=&lt;collectionid&gt;;PackageName=&lt;packagename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2Capabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-        <ComponentType Name="JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:jdbcconn.jar" IsRequired="true"  />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:&lt;protocol&gt;:&lt;url&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="DesignTimeCatalog JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="MetaMatrix Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.274-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.274-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true"  />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8ResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorThreadTTL" DisplayName="Thread Time to live" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8Capabilities" IsExpert="true" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorMaxThreads" DisplayName="Connector Maximum Thread Count" ShortDescription="" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.connector.service.ConnectorService" IsRequired="true" IsHidden="true" />
-            <PropertyDefinition Name="MaxResultRows" DisplayName="Maximum Result Rows" ShortDescription="" DefaultValue="0" IsRequired="true" PropertyType="Integer" IsExpert="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" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="ResourcePoolType" ComponentTypeCode="4" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="ResourceType" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.290-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.290-06:00">
-            <PropertyDefinition Name="pooling.resource.adapter.class.name" DisplayName="Connection Adapter Class Name" ShortDescription="The class name for the implementation of the Connection Adapter" DefaultValue="com.metamatrix.common.pooling.jdbc.JDBCConnectionResourceAdapter" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="pooling.resource.extend.maximum.pool.size.percent" DisplayName="Extend Pool Percent" ShortDescription="The percentage the connection pool will grow beyond the maximum pool size" DefaultValue="100" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="pooling.resource.pool.maximum.size" DisplayName="Max Pool Size" ShortDescription="The maximum number of connections in the pool" DefaultValue="5" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="pooling.resource.pool.minimum.size" DisplayName="Min Pool Size" ShortDescription="The minimum number of connections in the pool" DefaultValue="1" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="pooling.resource.pool.wait.time" DisplayName="Connection Wait Time" ShortDescription="Indicates how long a request for a connection will wait before timing out" DefaultValue="30000" IsRequired="true" PropertyType="Long" />
-            <PropertyDefinition Name="pooling.resource.pool.liveandused.time" DisplayName="Live and Unused Time" ShortDescription="The interval for which a connection has not been used and should be considered for removal" DefaultValue="600000" IsRequired="true" PropertyType="Long" />
-            <PropertyDefinition Name="pooling.resource.pool.class.name" DisplayName="Connection Pool Class Name" ShortDescription="The class name for the implementation of the Connection Pool" DefaultValue="com.metamatrix.common.pooling.impl.BasicResourcePool" IsRequired="true" IsExpert="true" IsHidden="true" />
-            <PropertyDefinition Name="pooling.resource.extend.maximum.pool.size.mode" DisplayName="Enable Extend Mode" ShortDescription="Enables the connection pool size to grow beyond the maximum pool size setting" DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="pooling.resource.pool.allow.shrinking" DisplayName="Enable Shrinking" ShortDescription="Controls if shrinking is performed on the pool" DefaultValue="true" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="pooling.resource.pool.shrink.increment" DisplayName="Shrink Increment" ShortDescription="Indicates the maximum number of connections that will be removed at one time" DefaultValue="0" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="pooling.resource.pool.shrink.period" DisplayName="Shrink Period" ShortDescription="The interval at which the pool will try to remove unneeded connections" DefaultValue="300000" IsRequired="true" PropertyType="Long" />
-        </ComponentType>
-        <ComponentType Name="IndexingService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Service" ParentComponentType="MetaBase Server" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.165-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.165-06:00">
-            <PropertyDefinition Name="StatementWorkerKeepAlive" DisplayName="DBMS Statement Worker Time-To-Live (TTL)" ShortDescription="The maximum time (in milliseconds) that a thread is allowed to live" DefaultValue="300000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ModelWorkerPoolSize" DisplayName="Model Queue Worker Pool Size" ShortDescription="Set the maximum number of workers which should be available in the pool" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="StatementWorkerPoolSize" DisplayName="DBMS Statement Worker Pool Size" ShortDescription="Set the maximum number of workers which should be available in the pool" DefaultValue="5" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ModelWorkerKeepAlive" DisplayName="Model Queue WorkerTime-To-Live (TTL)" ShortDescription="The maximum time (in milliseconds) that a thread is allowed to live" DefaultValue="300000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="StatementBatchingSize" DisplayName="Statement Batching Size" ShortDescription="The batch size which SQL statements will be submitted in if the Repository JDBC driver supports batching." DefaultValue="200" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the MetaMatrix Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsHidden="true" IsModifiable="false" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.metamodels.db.model.service.IndexingService" IsRequired="true" IsHidden="true" />
-        </ComponentType>
-        <ComponentType Name="Sybase ANSI JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-08-15T17:22:39.258-06:00" CreatedBy="ConfigurationStartup" CreationDate="2005-08-15T17:22:39.258-06:00">
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSingleIdentityConnectionFactory" IsExpert="true" />
-            <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sybase.SybaseDriver" IsRequired="true"  />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than MetaMatrix Server" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseResultsTranslator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age" ShortDescription="" DefaultValue="0" PropertyType="Long" />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:&lt;port5000&gt;;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseCapabilities" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true"  IsMasked="true"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size" ShortDescription="" DefaultValue="0" PropertyType="Integer" />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" IsExpert="true" />
-            <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false" PropertyType="Boolean" />
-        </ComponentType>
-    </ComponentTypes>
-</ConfigurationDocument>
-

Deleted: branches/as7/runtime/src/test/resources/dqp/config/ServerConfig.xml
===================================================================
--- branches/as7/runtime/src/test/resources/dqp/config/ServerConfig.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/runtime/src/test/resources/dqp/config/ServerConfig.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,1879 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    JBoss, Home of Professional Open Source.
-    See the COPYRIGHT.txt file distributed with this work for information
-    regarding copyright ownership.  Some portions may be licensed
-    to Red Hat, Inc. under one or more contributor license agreements.	
-    
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-    
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-    
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-    02110-1301 USA.
-
--->
-
-<ConfigurationDocument>
-	<Header>
-    <ApplicationCreatedBy>ConfigurationAdministration</ApplicationCreatedBy>
-    <ApplicationVersionCreatedBy>4.2</ApplicationVersionCreatedBy>
-    <UserCreatedBy>Configuration</UserCreatedBy>
-    <ConfigurationVersion>4.2</ConfigurationVersion>
-    <MetaMatrixSystemVersion>4.2</MetaMatrixSystemVersion>
-    <Time>2004-06-30T12:23:53.919-06:00</Time>
-  </Header>
-	
-	<Configuration CreatedBy="ConfigurationStartup" LastChangedBy="ConfigurationStartup" ComponentType="Configuration" Name="Next Startup"><Properties/></Configuration>
-	
-	<Services>
-	<Service Name="QueryService" ComponentType="QueryService" QueuedService="false" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-      <Properties>
-        <Property Name="metamatrix.service.essentialservice">false</Property>
-        <Property Name="ProcessPoolMaxThreads">64</Property>
-        <Property Name="ProcessPoolThreadTTL">120000</Property>
-        <Property Name="ServiceClassName">com.metamatrix.server.query.service.QueryService</Property>
-        <Property Name="ProcessorTimeslice">2000</Property>
-        <Property Name="MaxCodeTables">50</Property>
-        <Property Name="MaxCodeTableRecords">10000</Property>
-        <Property Name="MinFetchSize">100</Property>
-        <Property Name="MaxFetchSize">20000</Property>
-		<Property Name="ResultSetCacheEnabled">0</Property>
-		<Property Name="ResultSetCacheMaxSize">0</Property>
-		<Property Name="ResultSetCacheMaxAge">0</Property>
-		<Property Name="ResultSetCacheScope">vdb</Property>
-		<Property Name="MaxPlanCacheSize">100</Property>       
-      </Properties>
-    </Service>
-	</Services>
-	
-	<ProductTypes>
-	<ProductType Name="Connectors" ComponentTypeCode="3" Deployable="false" Deprecated="false" Monitorable="false" SuperComponentType="Product" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-		<ComponentTypeID Name="Oracle ANSI JDBC Connector"/>
-		<ComponentTypeID Name="Oracle 8 JDBC Connector"/>
-		<ComponentTypeID Name="DB2 JDBC Connector"/>
-		<ComponentTypeID Name="Sybase ANSI JDBC Connector"/>
-		<ComponentTypeID Name="Sybase 11 JDBC Connector"/>
-		<ComponentTypeID Name="SQL Server JDBC Connector"/>
-		<ComponentTypeID Name="JDBC Connector"/>
-		<ComponentTypeID Name="MS Access Connector"/>
-		<ComponentTypeID Name="MS Excel Connector"/>
-		<ComponentTypeID Name="JDBC ODBC Connector"/>
-		<ComponentTypeID Name="Text File Connector"/>
-		<ComponentTypeID Name="MySQL JDBC Connector"/>
-		<ComponentTypeID Name="PostgreSQL JDBC Connector"/>
-		<ComponentTypeID Name="Apache Derby Embedded Connector"/>
-		<ComponentTypeID Name="Apache Derby Network Connector"/>
-		<ComponentTypeID Name="Secure Data Source Connector"/>
-		<ComponentTypeID Name="SOAP Connector"/>
-		<ComponentTypeID Name="XML File Connector"/>
-		<ComponentTypeID Name="XML HTTP Connector"/>
-	</ProductType>
-	</ProductTypes>
-	
-	<ComponentTypes>
-	<ComponentType Name="Service" ComponentTypeCode="1" Deployable="false" Deprecated="false" Monitorable="false" ParentComponentType="VM" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the Integration Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="true" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="QueryService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="Integration Server" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ProcessPoolMaxThreads" DisplayName="Process Pool Maximum Thread Count" ShortDescription="" DefaultValue="64" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxFetchSize" DisplayName="Maximum Fetch Size" ShortDescription="" DefaultValue="20000"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the Integration Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="true" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MinFetchSize" DisplayName="Minimum Fetch Size" ShortDescription="" DefaultValue="100"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ProcessPoolThreadTTL" DisplayName="Process Pool Thread Time-To-Live" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.query.service.QueryService" IsRequired="true" PropertyType="String"   IsExpert="true" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ProcessorTimeslice" DisplayName="Query Processor Timeslice" ShortDescription="" DefaultValue="2000" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxCodeTables" DisplayName="Max Code Tables" ShortDescription="Max Number of Code Tables" DefaultValue="50" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxCodeTableRecords" DisplayName="Max Code Table Records" ShortDescription="Max Number of Records Per Code Table" DefaultValue="10000" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxPlanCacheSize" DisplayName="Maximum Plan Cache" ShortDescription="" DefaultValue="100"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="Configuration" ComponentTypeCode="0" Deployable="true" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="vm.starter.maxHeapSize" DisplayName="Default VM Maximum Heap Size (in megabytes)" ShortDescription="The default maximum heap size to be used when starting a VMController.  This value may be overridden by each VM; however, if no value is provided for this property or for the corresponding property in the VM configuration, no maximum heap size will be set." DefaultValue="256"  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="vm.starter.minHeapSize" DisplayName="Default VM Minimum Heap Size (in megabytes)" ShortDescription="The default minimum heap size to be used when starting a VMController.  This value may be overridden by each VM; however, if no value is provided for this property or for the corresponding property in the VM configuration, no minimum heap size will be set." DefaultValue="256"  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>			
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="vm.starter.command" DisplayName="MetaMatrix VMController Starter Command" ShortDescription="Command that is used to start the VMController" DefaultValue="" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>			
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="vm.starter.maxThreads" DisplayName="Service Starter Maximum Thread Count" ShortDescription="The maximum number of threads used to start services." DefaultValue="1" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="vm.starter.timetolive" DisplayName="Process TTL" ShortDescription="Process Time-to-live (TTL) for threads used to start services (ms)." DefaultValue="30000" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>			
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.firewall.address" DisplayName="Firewall IP/Hostname Address" ShortDescription="The IP address or Hostname for the firewall to redirect to Integration Server" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.firewall.address.enabled" DisplayName="Firewall enabled indicator" ShortDescription="Enable when a firewall is used to redirect to the MetaMatrix Service" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>			
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.server.metadata.systemURL" DisplayName="System VDB URL" ShortDescription="The URL identifies the System VDB" DefaultValue="extensionjar:System.vdb" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.server.cacheConnectorClassLoaders" DisplayName="Cache ClassLoaders for Connectors" ShortDescription="Determine whether to cache ClassLoaders in memory, for connectors that have the same classpath" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.server.serviceMonitorInterval" DisplayName="Connector Data Source Monitoring Interval (seconds)" ShortDescription="How often to ask connectors whether the underlying data source is available.  Note that underlying connector implementation may not ping the actual data source every time it is asked, for performance reasons." DefaultValue="60"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.session.max.connections" DisplayName="Max Number of Sessions" ShortDescription="Max Number of Sessions allowed to connect to Integration Server (reject any connection requests beyond that limit, default would be no limit)" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"   RequiresRestart="true"/>
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.session.time.limit" DisplayName="Max Session Time Limit (minutes)" ShortDescription="Max connection time limit as a system property, forcibly terminate any connection that exceeds that limit, default would be no limit." DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"   RequiresRestart="true"/>
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.session.sessionMonitor.ActivityInterval" DisplayName="Session Monitoring Activity (Mins)" ShortDescription="How often sessions will be monitored to check for over-limit sessions and invalidate them." DefaultValue="5"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"   RequiresRestart="true"/>
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.server.extensionTypesToCache" DisplayName="Types of Extension Modules to Cache" ShortDescription="Types of Extension Module files to cache in memory.  Separate by commas.  Allowed values: (Configuration Model,Function Definition,JAR File,VDB File)" DefaultValue="JAR File" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.server.streamingBatchSize" DisplayName="Streaming Batch Size" ShortDescription="The clob, blob and XML streaming batch size in Kb" DefaultValue="100"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.jdbcMaxContextLength" DisplayName="JDBC Logging Destination maximum length for contexts" ShortDescription="The maximum length of all the disregarded log contexts in total" DefaultValue="64"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.server.UDFClasspath" DisplayName="User Defined Functions Classpath" ShortDescription="Semicolon-delimited list of URLs to search for User Defined Functions classes in.  Extension module URLs are of the form 'extensionjar:jarfilename.jar'" DefaultValue="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.enabled" DisplayName="Auditing Enabled" ShortDescription="Determines whether auditing will be performed" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.encryption.secure.sockets" DisplayName="Secure Sockets Enabled" ShortDescription="Determines whether the Secure Sockets are enabled, configuration is done from the SSL Resource" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.encryption.client" DisplayName="Client Side Password Encryption Enabled" ShortDescription="Determines whether the client side jce provider encryption will be performed" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.encryption.jce.provider" DisplayName="JCE Encryption Provider" ShortDescription="Indicates the jce encryption provider" DefaultValue="org.bouncycastle.jce.provider.BouncyCastleProvider" IsRequired="true" PropertyType="String"   IsExpert="false" IsHidden="true" IsMasked="false" IsModifiable="false" />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.jdbcDatabase" DisplayName="JDBC Auditing Destination Enabled" ShortDescription="If auditing enabled, then record to the jdbc destination." DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.console" DisplayName="Send log messages to standard out" ShortDescription="True if the log messages are to be sent to standard out for a VM" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the Integration Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="true" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.jdbcMaxExceptionLength" DisplayName="JDBC Logging Destination maximum length for exception text" ShortDescription="The maximum length of the text that is logged as an exception" DefaultValue="4000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log" DisplayName="Logging Level" ShortDescription="The level at which logging will occur" DefaultValue="5" IsRequired="true" PropertyType="String"   IsExpert="true" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.size.limit.kbs" DisplayName="Log File Size Limit (kbs)" ShortDescription="Max. log file size (kbs) at which it will be swapped." DefaultValue="1000" IsRequired="true" PropertyType="String"   IsExpert="true" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.size.monitor.mins" DisplayName="Log File Monitoring Interval (mins)" ShortDescription="The time interval in minutes the log file size is monitored" DefaultValue="1000" IsRequired="true" PropertyType="String"   IsExpert="true" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.jdbcDatabase.enabled" DisplayName="JDBC Logging Destination Enabled" ShortDescription="If enabled, then log to the jdbc destination." DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>			
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.contexts" DisplayName="Logging Contexts to Exclude" ShortDescription="The contexts for log messages that are NOT to be recorded"  PropertyType="String"   IsExpert="false" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.contexts" DisplayName="Audit Contexts to Exclude" ShortDescription="The contexts for audit messages that are NOT to be recorded"  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.consoleFormat" DisplayName="Format class for console log messages" ShortDescription="The name of the class that is used to format the log messages sent to the console" DefaultValue="com.metamatrix.common.log.format.ReadableLogMessageFormat"  PropertyType="String"   IsExpert="false" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.console" DisplayName="Standard-Out Audit Destination" ShortDescription="True if the audit messages are to be sent to standard out for a VM" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.authorization.dataaccess.CheckingEnabled" DisplayName="Data Access Authorization Enabled" ShortDescription="Determines whether authorization (Entitlements) will be checked" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.authorization.metabase.CheckingEnabled" DisplayName="MetaBase Authorization Enabled" ShortDescription="Determines whether MetaBase authorization (Entitlements) will be checked" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.jdbcTable" DisplayName="JDBC Logging Destination table name" ShortDescription="The table the logging information to be written to" DefaultValue="LogEntries"  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.threadTTL" DisplayName="Auditing Thread Time-To-Live (TTL)" ShortDescription="The maximum time (in milliseconds) that a auditing thread is allowed to live" DefaultValue="300000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.jdbcMaxResourceLength" DisplayName="JDBC Context Destination maximum length for audit text" ShortDescription="The maximum length of the resource name used in audit messages.  Required if JDBC audit destination is to be used." DefaultValue="4000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.captureSystemOut" DisplayName="Capture standard out to the logs" ShortDescription="True if the standard out is to be captured as log messages" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.captureSystemErr" DisplayName="Capture standard error to the logs" ShortDescription="True if the standard error is to be captured as log messages" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.fileFormat" DisplayName="File Auditing Destination format class" ShortDescription="Driver class name for the JDBC auditing destination" DefaultValue="com.metamatrix.security.audit.format.DelimitedAuditMessageFormat"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.consoleFormat" DisplayName="Standard-Out Audit Destination format class" ShortDescription="The name of the class that is used to format the audit messages sent to the console" DefaultValue="com.metamatrix.security.audit.format.ReadableAuditMessageFormat"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.maxThreads" DisplayName="Auditing Maximum Thread Count" ShortDescription="The maximum number of auditing threads allowed" DefaultValue="4"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.file" DisplayName="File Auditing Destination filename" ShortDescription="The name of the file that is the audit message destination.  If blank or not provided, audit messages are not sent to a file destination"  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.jdbcResourceDelim" DisplayName="JDBC Auditing Destination delimiter for resource names" ShortDescription="The delimiter that is used to separate resource names" DefaultValue=","  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.jdbcMaxContextLength" DisplayName="JDBC Auditing Destination maximum length for contexts" ShortDescription="The maximum length of the list of disregarded audit contexts.  Required if JDBC audit destination is to be used." DefaultValue="64"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.fileAppend" DisplayName="File Auditing Destination append" ShortDescription="Determines whether or not the audit destination file will be appended or overwritten" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.deployment.platform" DisplayName="Platform Type" ShortDescription="This property indicates the type of server platform which the Integration Server is running on" DefaultValue="" IsRequired="true" PropertyType="String"   IsExpert="true" IsHidden="true" IsMasked="false" IsModifiable="false" />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.audit.jdbcTable" DisplayName="JDBC Auditing Destination table name" ShortDescription="The name of the table that auditing messages are to be written to.  Required if JDBC audit destination is to be used" DefaultValue="LogEntries"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.jdbcMaxLength" DisplayName="JDBC Logging Destination maximum length for log messages" ShortDescription="The maximum length of the text that is logged" DefaultValue="2000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.log.maxRows" DisplayName="JDBC Logging maximum number of rows returned" ShortDescription="The maximum number of rows returned" DefaultValue="2500"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.memoryAvailable" DisplayName="Buffer Memory Available" ShortDescription="Amount of memory, in megabytes, to use as buffer management memory in each process." DefaultValue="500"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.sessionUsePercentage" DisplayName="Session Memory Usage Limit" ShortDescription="The maximum percentage of buffer memory that a may be used by a session." DefaultValue="80"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.activeMemoryThreshold" DisplayName="Buffer Active Memory Threshold" ShortDescription="The percentage of buffer management memory that serves as a threshold for active memory management." DefaultValue="90"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.managementInterval" DisplayName="Buffer Management Interval" ShortDescription="The period between checking whether active memory cleanup should occur." DefaultValue="1000"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.connectorBatchSize" DisplayName="Connector Batch Size" ShortDescription="The size of a batch sent between connector and query service." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.processorBatchSize" DisplayName="Processor Batch Size" ShortDescription="The size of a batch sent within the query processor." DefaultValue="500"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.relative.storageDirectory" DisplayName="Buffer Storage Directory" ShortDescription="The relative path to Host data directory where temporary files are stored." DefaultValue="/buffer"  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.maxOpenFiles" DisplayName="Max open storage files" ShortDescription="The maximum number of open file descriptors used by buffer management temp storage." DefaultValue="10"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.maxFileSize" DisplayName="Max buffer file size (Megs)" ShortDescription="The maximum size (in Megabytes) that a buffer file is allowed to reach before creating spill files." DefaultValue="2048"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.buffer.logStatsInterval" DisplayName="Buffer Log Stat Interval" ShortDescription="The period between writing buffer management statistics to the log, used primarily for debugging." DefaultValue="0"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.transaction.log.storeTXN" DisplayName="Enable Transaction Recording" ShortDescription="Determine whether transaction should be recorded" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.transaction.log.storeMMCMD" DisplayName="Enable MetaMatrix Command Logging" ShortDescription="Determine whether MetaMatrix command information should be recorded" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.transaction.log.storeSRCCMD" DisplayName="Enable Data Source Command Logging" ShortDescription="Determine whether source command information should be recorded" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.server.procDebug" DisplayName="Enable Processor Data Debugging" ShortDescription="Determine whether to dump all data batches to the server log when using OPTION DEBUG" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>	
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.message.bus.type" DisplayName="Messaging Bus Type" ShortDescription="Indicates the type of message bus protocol to use" DefaultValue="jgroups.message.bus" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false" IsModifiable="false" />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false"> 
-				<PropertyDefinition Name="metamatrix.server.commandLoggerClassname" DisplayName="Command Logger service provider classname" ShortDescription="The fully-qualified classname of the CommandLoggerSPI implementation to be used by Tracking Service." IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  /> 
-			</ComponentTypeDefn>   											
-		</ComponentType>
-	
-	<ComponentType Name="File XMLSource Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors">
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="DirectoryLocation" DisplayName="XML File(s) Directory Location" ShortDescription="" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xmlsource.XMLSourceConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectionType" DisplayName="Type Of XML Connection" ShortDescription="Connection type used to get the XML data" DefaultValue="com.metamatrix.connector.xmlsource.file.FileConnection" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:xmlconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-        </ComponentType>
-	
-	<ComponentType Name="SOAP XMLSource Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors">
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="wsdl" DisplayName="WSDL File (URL)" ShortDescription="URL to Web Service Definition File" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="EndPoint" DisplayName="Alternate End Point" ShortDescription="An alternate service endpoint other than one specified in WSDL, to execute the service" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xmlsource.XMLSourceConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectionType" DisplayName="Type Of XML Connection" ShortDescription="Connection type used to get the XML data" DefaultValue="com.metamatrix.connector.xmlsource.soap.SoapConnection" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:xmlconn.jar;extensionjar:axis.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-        </ComponentType>
-	
-	<ComponentType Name="SOAP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors">
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="Uri" DisplayName="Server URI" ShortDescription="The URI of the HTTP source" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="AccessMethod" DisplayName="Access Method" ShortDescription="" DefaultValue="post" IsRequired="true" PropertyType="String"   IsExpert="false" IsHidden="true" IsMasked="false" IsModifiable="false" >
-                    <AllowedValue>get</AllowedValue>
-                    <AllowedValue>post</AllowedValue>
-                </PropertyDefinition>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ParameterMethod" DisplayName="Parameter Method" ShortDescription="" DefaultValue="XMLRequest" IsRequired="true" PropertyType="String"   IsExpert="false" IsHidden="true" IsMasked="false" IsModifiable="false" >
-                    <AllowedValue>None</AllowedValue>
-                    <AllowedValue>Name/Value</AllowedValue>
-                    <AllowedValue>XMLRequest</AllowedValue>
-                </PropertyDefinition>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="XMLParmName" DisplayName="XML Parameter Name" ShortDescription="" DefaultValue=""  PropertyType="String"  IsExpert="false" IsHidden="true" IsMasked="false" IsModifiable="false" />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="Authenticate" DisplayName="Authentication Required" ShortDescription="" DefaultValue="false" IsRequired="true" PropertyType="Boolean"  IsExpert="false" IsHidden="true" IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="RequestTimeout" DisplayName="Request Timeout (in Milliseconds)" DefaultValue="10000" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="CacheTimeout" DisplayName="Cache Timeout (in seconds)" DefaultValue="60" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-	            <PropertyDefinition Name="MaxMemoryCacheSize" DisplayName="Max Size of in-memory cache (in kb)" DefaultValue="16384" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-	            <PropertyDefinition Name="MaxFileCacheSize" DisplayName="Max Size of file cache (in kb)" DefaultValue="-1" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>            
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="CacheEnabled" DisplayName="Document Caching Enabled" ShortDescription="" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="FileCacheLocation" DisplayName="Location of the File Cache" ShortDescription="" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ProxyUri" DisplayName="Proxy Server URI" ShortDescription="The URI of the proxy server" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.base.XMLConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.soap.SOAPConnectorState" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:commons-httpclient-2.0.jar;extensionjar:XMLConnectorFramework.jar;extensionjar:ConnectorCommons.jar;extensionjar:jaxen-core.jar;extensionjar:jaxen-jdom.jar;extensionjar:jdom.jar;extensionjar:commons-logging.jar;extensionjar:saxpath.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TextExtractionThreshold" DisplayName="Text Extraction Threshold (in kb)" ShortDescription="Extract text sections larger than this size to a file where more efficent access as a CLOB can be effected." DefaultValue="128"  PropertyType="Integer"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SOAPAction" DisplayName="SOAP-Action" ShortDescription="Value for SOAP-Action header" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>            
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="EncodingStyle" DisplayName="Encoding Style" ShortDescription="Encoding Style" DefaultValue="RPC - Encoded" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-                    <AllowedValue>RPC - Encoded</AllowedValue>
-                    <AllowedValue>RPC - Literal</AllowedValue>
-                    <AllowedValue>Document - Literal</AllowedValue>
-                    <AllowedValue>Document - Encoded</AllowedValue>
-                </PropertyDefinition>
-            </ComponentTypeDefn> 
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="UseBasicAuth" DisplayName="Use SOAP basic Authentication" ShortDescription="Use SOAP basic Authentication" DefaultValue="false"  PropertyType="Boolean"  IsConstrianedToAllowedValues="true" IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn> 
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="BasicAuthUserName" DisplayName="Basic Authentication Name" ShortDescription="Name value for basic authentication" DefaultValue=""  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="BasicAuthPassword" DisplayName="Basic Authentication Password" ShortDescription="Password value for basic authentication" DefaultValue=""  PropertyType="String"  IsExpert="true"  IsMasked="true"  />
-            </ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="UseHttpBasic" DisplayName="Use HTTP Basic authentication" ShortDescription="Use basic HTTP Authentication" DefaultValue="false"  PropertyType="Boolean"  IsConstrianedToAllowedValues="true" IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="HttpBasicAuthUserName" DisplayName="HTTP Basic Authentication Name" ShortDescription="Name value for HTTP basic authentication" DefaultValue=""  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="HttpBasicAuthPassword" DisplayName="HTTP Basic Authentication Password" ShortDescription="Password value for HTTP basic authentication" DefaultValue=""  PropertyType="String"  IsExpert="true"  IsMasked="true"  />
-            </ComponentTypeDefn> 
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExceptionOnIntraQueryCacheExpiration" DisplayName="Exception On Intra-Query Cache Expiration" ShortDescription="Throw an exception when a document expires from the cache between executing different parts of a single query (instead of requesting the document again)" DefaultValue="true"  PropertyType="Boolean"  IsConstrianedToAllowedValues="true" IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>                                                                   
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="LogRequestResponseDocs" DisplayName="Log XML Request and Response Documents" ShortDescription="Write the request and response documents to the log at Info level" DefaultValue="false"  PropertyType="Boolean"  IsConstrianedToAllowedValues="true" IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>      
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SaxFilterProviderClass" DisplayName="XML Filter Provider" ShortDescription="The class the provides extended XML Filters" DefaultValue="com.metamatrix.connector.xml.base.NoExtendedFilters"  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>                                                                        
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="QueryPreprocessorClass" DisplayName="Query Preprocessor Class" ShortDescription="The class to use to preprocess the IQuery" DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>    
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="TrustDeserializerClass" DisplayName="Trust Deserializer Class" ShortDescription="The class to use to process trusted payloads and execution payloads" DefaultValue="com.metamatrix.connector.xml.soap.DefaultSoapTrustDeserializer"  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>         
-            <ChangeHistory/>
-        </ComponentType>
-	
-	<ComponentType Name="XML File Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors">
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="FilePath" DisplayName="File Path" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="FileName" DisplayName="File Name" ShortDescription="" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="CacheTimeout" DisplayName="Cache Timeout (in seconds)" DefaultValue="60" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-	            <PropertyDefinition Name="MaxMemoryCacheSize" DisplayName="Max Size of in-memory cache (in kb)" DefaultValue="16384" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-	            <PropertyDefinition Name="MaxFileCacheSize" DisplayName="Max Size of file cache (in kb)" DefaultValue="-1" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn> 
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="CacheEnabled" DisplayName="Document Caching Enabled" ShortDescription="" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="FileCacheLocation" DisplayName="Location of the File Cache" ShortDescription="" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.base.XMLConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.file.FileConnectorState" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:XMLConnectorFramework.jar;extensionjar:ConnectorCommons.jar;extensionjar:jaxen-core.jar;extensionjar:jaxen-jdom.jar;extensionjar:jdom.jar;extensionjar:commons-logging.jar;extensionjar:saxpath.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TextExtractionThreshold" DisplayName="Text Extraction Threshold (in kb)" ShortDescription="extract text sections larger than this size to a file where more efficent access as a CLOB can be effected." DefaultValue="128"  PropertyType="Integer"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>  
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="LogRequestResponseDocs" DisplayName="Log XML Request and Response Documents" ShortDescription="Write the request and response documents to the log at Info level" DefaultValue="false"  PropertyType="Boolean"  IsConstrianedToAllowedValues="true" IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn> 
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SaxFilterProviderClass" DisplayName="XML Filter Provider" ShortDescription="The class the provides extended XML Filters" DefaultValue="com.metamatrix.connector.xml.base.NoExtendedFilters"  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>     
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="QueryPreprocessorClass" DisplayName="Query Preprocessor Class" ShortDescription="The class to use to preprocess the IQuery" DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>                                                                                                                                                
-            <ChangeHistory/>
-        </ComponentType>
-	
-	<ComponentType Name="XML HTTP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors">
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="Uri" DisplayName="Server URI" ShortDescription="The URI of the HTTP source" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="AccessMethod" DisplayName="Access Method" ShortDescription="" DefaultValue="get" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-                    <AllowedValue>get</AllowedValue>
-                    <AllowedValue>post</AllowedValue>
-                </PropertyDefinition>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ParameterMethod" DisplayName="Parameter Method" ShortDescription="" DefaultValue="None" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-                    <AllowedValue>None</AllowedValue>
-                    <AllowedValue>Name/Value</AllowedValue>
-                    <AllowedValue>XMLRequest</AllowedValue>
-                </PropertyDefinition>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="XMLParmName" DisplayName="XML Parameter Name" ShortDescription=""  PropertyType="String"  IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="Authenticate" DisplayName="Authentication Required" ShortDescription="" DefaultValue="false" IsRequired="true" PropertyType="Boolean"  IsExpert="false" IsHidden="true" IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="RequestTimeout" DisplayName="Request Timeout (in Milliseconds)" DefaultValue="10000" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="CacheTimeout" DisplayName="Cache Timeout (in seconds)" DefaultValue="60" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-	            <PropertyDefinition Name="MaxMemoryCacheSize" DisplayName="Max Size of in-memory cache (in kb)" DefaultValue="16384" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-	            <PropertyDefinition Name="MaxFileCacheSize" DisplayName="Max Size of file cache (in kb)" DefaultValue="-1" ShortDescription="" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>            
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="CacheEnabled" DisplayName="Document Caching Enabled" ShortDescription="" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="FileCacheLocation" DisplayName="Location of the File Cache" ShortDescription="" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ProxyUri" DisplayName="Proxy Server URI" ShortDescription="The URI of the proxy server" DefaultValue=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.base.XMLConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.http.HTTPConnectorState" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:commons-httpclient-2.0.jar;extensionjar:XMLConnectorFramework.jar;extensionjar:ConnectorCommons.jar;extensionjar:jaxen-jdom.jar;extensionjar:jaxen-core.jar;extensionjar:jdom.jar;extensionjar:commons-logging.jar;extensionjar:saxpath.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="UseHttpBasic" DisplayName="Use HTTP Basic authentication" ShortDescription="Use basic HTTP Authentication" DefaultValue="false"  PropertyType="Boolean"  IsConstrianedToAllowedValues="true" IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="HttpBasicAuthUserName" DisplayName="HTTP Basic Authentication Name" ShortDescription="Name value for HTTP basic authentication" DefaultValue=""  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="HttpBasicAuthPassword" DisplayName="HTTP Basic Authentication Password" ShortDescription="Password value for HTTP basic authentication" DefaultValue=""  PropertyType="String"  IsExpert="true"  IsMasked="true"  />
-            </ComponentTypeDefn> 
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TextExtractionThreshold" DisplayName="Text Extraction Threshold (in kb)" ShortDescription="Extract text sections larger than this size to a file where more efficent access as a CLOB can be effected." DefaultValue="128"  PropertyType="Integer"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExceptionOnIntraQueryCacheExpiration" DisplayName="Exception On Intra-Query Cache Expiration" ShortDescription="Throw an exception when a document expires from the cache between executing different parts of a single query (instead of requesting the document again)" DefaultValue="true"  PropertyType="Boolean"  IsConstrianedToAllowedValues="true" IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="LogRequestResponseDocs" DisplayName="Log XML Request and Response Documents" ShortDescription="Write the request and response documents to the log at Info level" DefaultValue="false"  PropertyType="Boolean"  IsConstrianedToAllowedValues="true" IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>                                                                                           
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SaxFilterProviderClass" DisplayName="XML Filter Provider" ShortDescription="The class the provides extended XML Filters" DefaultValue="com.metamatrix.connector.xml.base.NoExtendedFilters"  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn> 
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="QueryPreprocessorClass" DisplayName="Query Preprocessor Class" ShortDescription="The class to use to preprocess the IQuery" DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>                                                                         
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="TrustDeserializerClass" DisplayName="Trust Deserializer Class" ShortDescription="The class to use to process trusted payloads and execution payloads" DefaultValue="com.metamatrix.connector.xml.http.DefaultTrustDeserializer"  PropertyType="String"  IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ChangeHistory/>
-        </ComponentType>
-	
-	<ComponentType Name="Secure Data Source Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2005-01-28T14:15:44.393-05:00" CreatedBy="ConfigurationStartup" CreationDate="2005-01-28T14:15:44.393-05:00">
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="5"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.ssl.JDBCSequeLinkSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sequelink.SequeLinkDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:jdbcconn.jar;extensionjar:MJslssl14.jar;extensionjar:MJsljc.jar;extensionjar:iaik_jce_full.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCCapabilities" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  >
-                    <AllowedValue>com.metamatrix.connector.jdbc.oracle.OracleCapabilities</AllowedValue>
-                    <AllowedValue>com.metamatrix.connector.jdbc.db2.DB2Capabilities</AllowedValue>
-                    <AllowedValue>com.metamatrix.connector.jdbc.sybase.SybaseCapabilities</AllowedValue>
-                    <AllowedValue>com.metamatrix.connector.jdbc.sqlserver.SqlServerCapabilities</AllowedValue>
-                    <AllowedValue>com.metamatrix.connector.jdbc.JDBCCapabilities</AllowedValue>
-                </PropertyDefinition>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:sequelink://&lt;host:port&gt;;NETWORKPROTOCOL=ssl;cipherSuites=SSL_DH_anon_WITH_3DES_EDE_CBC_SHA,SSL_DH_anon_WITH_DES_CBC_SHA,SSL_DH_anon_WITH_RC4_128_MD5" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="5" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-                    <AllowedValue>vdb</AllowedValue>
-                    <AllowedValue>session</AllowedValue>
-                </PropertyDefinition>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>            
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="spyAttributes" DisplayName="Spy attributes" ShortDescription="The attribute string for internal debugging."  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-            </ComponentTypeDefn>
-        </ComponentType>
-	
-	<ComponentType Name="Oracle ANSI JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>			
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="Oracle 8 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.oracle.OracleDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8Capabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8SQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.Oracle8ResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.oracle.OracleSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="DB2 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.db2.DB2Driver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:db2://&lt;host&gt;:50000;DatabaseName=&lt;databasename&gt;;CollectionID=&lt;collectionid&gt;;PackageName=&lt;packagename&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2Capabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2SQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2ResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.db2.DB2SingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="Sybase ANSI JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sybase.SybaseDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:5000;DatabaseName=&lt;databasename&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 250." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="Sybase 11 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sybase.SybaseDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:5000;DatabaseName=&lt;databasename&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="250"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11Capabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11SQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.Sybase11ResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sybase.SybaseSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>			
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="SQL Server JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.metamatrix.jdbc.sqlserver.SQLServerDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sqlserver://&lt;host&gt;:1433;DatabaseName=&lt;databasename&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.sqlserver.SqlServerSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="MySQL JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="com.mysql.jdbc.Driver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mysql://&lt;host&gt;:3306/&lt;databaseName&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription=""  PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:mysql-jdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.mysql.MySQLCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.mysql.MySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.mysql.MySQLResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.mysql.MySQLSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>			
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="PostgreSQL JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="org.postgresql.Driver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:postgresql://&lt;host&gt;:5432/&lt;databaseName&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:postgresql-jdbc.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.postgresql.PostgreSQLCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.postgresql.PostgreSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.postgresql.PostgreSQLResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.postgresql.PostgreSQLSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>			
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="Apache Derby Embedded Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="org.apache.derby.jdbc.EmbeddedDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:derby:&lt;databaseName&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription=""  PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:derby.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.derby.DerbyCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.derby.DerbySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.derby.DerbyResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.derby.DerbySingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>			
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="Apache Derby Network Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="org.apache.derby.jdbc.ClientDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:derby://localhost:1527/&lt;path/to/db&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription=""  PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:derbyclient.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Pool Shrinking Enabled" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.derby.DerbyCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.derby.DerbySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.derby.DerbyResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.derby.DerbySingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (in MB)" ShortDescription="" DefaultValue="0"  PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (in milliseconds)" ShortDescription="" DefaultValue="0"  PropertyType="Long"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb"  PropertyType="String"   IsExpert="false"  IsMasked="false"  >
-				  	<AllowedValue>vdb</AllowedValue>
-					<AllowedValue>session</AllowedValue>
-				</PropertyDefinition>			
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="Connector" ComponentTypeCode="2" Deployable="false" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the Integration Server" DefaultValue="false" IsRequired="true" PropertyType="Boolean"   IsExpert="true" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.connector.service.ConnectorService" IsRequired="true" PropertyType="String"   IsExpert="false" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorMaxThreads" DisplayName="Connector Maximum Thread Count" ShortDescription="" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorThreadTTL" DisplayName="Thread Time to live (ms)" ShortDescription="" DefaultValue="120000" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="true" IsHidden="true" IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxResultRows" DisplayName="Maximum Result Rows" ShortDescription="" DefaultValue="10000" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<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" IsRequired="true" PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ServiceMonitoringEnabled" DisplayName="Data Source Monitoring Enabled" ShortDescription="Whether to monitor the underlying data source to see if it is available." DefaultValue="true" IsRequired="true" PropertyType="Boolean"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>					
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SourceConnectionTestInterval" DisplayName="Data Source Test Connect Interval (seconds)" ShortDescription="How often (in seconds) to create test connections to the underlying datasource to see if it is available." DefaultValue="600" IsRequired="true" PropertyType="Integer"   IsExpert="false"  IsMasked="false"  />
-            </ComponentTypeDefn>				
-		</ComponentType>
-	
-	<ComponentType Name="Text File Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DateResultFormats" DisplayName="Date Result Formats" ShortDescription=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.text.TextConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DescriptorFile" DisplayName="Text File Descriptor" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DateResultFormatsDelimiter" DisplayName="Date Result Formats Delimiter" ShortDescription=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" DefaultValue="extensionjar:connector_patch.jar;extensionjar:textconn.jar" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="Loopback Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="WaitTime" DisplayName="Max Random Wait Time" DefaultValue="0" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="RowCount" DisplayName="Rows Per Query" DefaultValue="1" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="CapabilitiesClass" DisplayName="Capabilities Class" DefaultValue="com.metamatrix.connector.loopback.LoopbackCapabilities" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.loopback.LoopbackConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" DefaultValue="extensionjar:connector_patch.jar;extensionjar:loopbackconn.jar;extensionjar:jdbcconn.jar" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup"> 
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:&lt;protocol&gt;:&lt;url&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="UseBindVariablesInSelect" DisplayName="Use prepared statements and bind variables" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>						
-		</ComponentType>
-	
-	<ComponentType Name="JDBC ODBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:&lt;data-source-name&gt;[;UID=&lt;xxx&gt; ;PWD=&lt;xxx&gt;]" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription="" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="MS Access Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="User" DisplayName="User Name" ShortDescription=""  PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=&lt;data-source-name&gt;" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="Password" DisplayName="Password" ShortDescription=""  PropertyType="String"   IsExpert="false"  IsMasked="true"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="1000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue=""  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:connector_patch.jar;extensionjar:jdbcconn.jar" IsRequired="true" PropertyType="String"   IsExpert="false"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.access.AccessCapabilities"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.access.AccessSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-			<ComponentTypeDefn Deprecated="false">
-				<PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server"  PropertyType="String"   IsExpert="true"  IsMasked="false"  />
-			</ComponentTypeDefn>
-		</ComponentType>
-	
-	<ComponentType Name="MS Excel Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2006-02-08T11:02:36.029-06:00" CreatedBy="ConfigurationStartup" CreationDate="2006-02-08T11:02:36.029-06:00">
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription=""   IsMasked="true" />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum Connections" ShortDescription="Set the maximum number of connections for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription=""   />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="true" PropertyType="Boolean" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ExtensionConnectionFactoryClass" DisplayName="Extension Connection Factory Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60" PropertyType="Integer" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="Driver" DisplayName="Driver Class" ShortDescription="" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level" DefaultValue="" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ExtensionSQLTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicSQLTranslator" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ExtensionResultsTranslationClass" DisplayName="Extension Results Translation Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.extension.impl.BasicResultsTranslator" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="MaxSQLLength" DisplayName="Max SQL String Length" ShortDescription="" DefaultValue="16384" PropertyType="Integer" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:jdbcconn.jar" IsRequired="true" />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Excel Driver (*.xls)};DBQ=&lt;filePathToExcelFile&gt;" IsRequired="true"  />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" DefaultValue="com.metamatrix.connector.jdbc.JDBCCapabilities" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000" PropertyType="Integer" IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="SetCriteria Batch Size" ShortDescription="Max number of values in a SetCriteria before batching into multiple queries.  A value &lt;= 0 indicates batching is OFF." DefaultValue="0" PropertyType="Integer"  IsExpert="true"/>
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60" PropertyType="Integer" IsExpert="true"/>
-            </ComponentTypeDefn>
-        </ComponentType>
-	</ComponentTypes>
-	
-    <ConnectorBindings>
-        <Connector Name="BQT1 Oracle 9i Simple Cap" ComponentType="Oracle ANSI JDBC Connector" LastChangedBy="metamatrixadmin" LastChangedDate="2005-07-20T12:58:35.551-06:00" CreatedBy="metamatrixadmin" CreationDate="2005-07-20T11:39:55.961-06:00" QueuedService="false" routingUUID="mmuuid:a6ea7cc0-c651-1f91-940a-b13465b430eb">
-            <Properties>
-                <Property Name="metamatrix.service.essentialservice">false</Property>
-                <Property Name="TransactionIsolationLevel" />
-                <Property Name="com.metamatrix.data.pool.max_connections">5</Property>
-                <Property Name="Password">mm</Property>
-                <Property Name="com.metamatrix.data.pool.cleaning_interval">60</Property>
-                <Property Name="com.metamatrix.data.pool.live_and_unused_time">60</Property>
-                <Property Name="User">bqt2_ro</Property>
-                <Property Name="com.metamatrix.data.pool.enable_shrinking">false</Property>
-                <Property Name="TrimStrings">false</Property>
-                <Property Name="ExtensionCapabilityClass">com.metamatrix.connector.jdbc.SimpleCapabilities</Property>
-                <Property Name="MaxSQLLength">16384</Property>
-                <Property Name="ConnectorClass">com.metamatrix.connector.jdbc.JDBCConnector</Property>
-                <Property Name="MaxResultRows">500000</Property>
-                <Property Name="URL">jdbc:mmx:oracle://slntds04:1521;SID=ds04</Property>
-                <Property Name="ExtensionConnectionFactoryClass">com.metamatrix.connector.jdbc.JDBCSingleIdentityConnectionFactory</Property>
-                <Property Name="ConnectorThreadTTL">120000</Property>
-                <Property Name="ServiceClassName">com.metamatrix.server.connector.service.ConnectorService</Property>
-                <Property Name="SetCriteriaBatchSize">0</Property>
-                <Property Name="com.metamatrix.data.pool.max_connections_for_each_id">5</Property>
-                <Property Name="ConnectorMaxThreads">5</Property>
-                <Property Name="ExtensionSQLTranslationClass">com.metamatrix.connector.jdbc.oracle.OracleSQLTranslator</Property>
-                <Property Name="ConnectorClassPath">extensionjar:MJjdbc.jar;extensionjar:jdbcconn.jar</Property>
-                <Property Name="com.metamatrix.data.pool.wait_for_source_time">120000</Property>
-                <Property Name="Driver">com.metamatrix.jdbc.oracle.OracleDriver</Property>
-                <Property Name="ExtensionResultsTranslationClass">com.metamatrix.connector.jdbc.oracle.OracleResultsTranslator</Property>
-            </Properties>
-        </Connector>	
-    </ConnectorBindings>        
-    
-	</ConfigurationDocument>
\ No newline at end of file

Deleted: branches/as7/runtime/src/test/resources/dqp/dqp.properties
===================================================================
--- branches/as7/runtime/src/test/resources/dqp/dqp.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/runtime/src/test/resources/dqp/dqp.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,40 +0,0 @@
-#
-# JBoss, Home of Professional Open Source.
-# See the COPYRIGHT.txt file distributed with this work for information
-# regarding copyright ownership.  Some portions may be licensed
-# to Red Hat, Inc. under one or more contributor license agreements.
-# 
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-# 
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-# 
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA.
-#
-
-vdb.definition=./config/QT_Ora9DS.vdb;./config/Admin.vdb
-#dqp.metadata.systemURL=file://${system-vdb-path}/System.vdb
-dqp.configFile=./config/ServerConfig.xml
-dqp.classpath=./lib
-dqp.logLevel=2
-dqp.extensions=./extensions
-
-dqp.buffer.processorBatchSize=3867
-dqp.buffer.connectorBatchSize=3868
-
-#only for testing, as this takes more time to start and shutdown
-xa.enable_recovery=false
-
-MaxCodeTables=50
-MaxPlanCacheSize=100
-MaxFetchSize=20000
-
-teiid.home=target/scratch

Deleted: branches/as7/runtime/src/test/resources/dqp/metamatrixpki.keystore
===================================================================
(Binary files differ)

Deleted: branches/as7/test-integration/common/src/test/resources/ServerConfig.xml
===================================================================
--- branches/as7/test-integration/common/src/test/resources/ServerConfig.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/ServerConfig.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,460 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ConfigurationDocument>
-    <Header>
-        <ApplicationCreatedBy>Teiid</ApplicationCreatedBy>
-        <ApplicationVersionCreatedBy>6.0</ApplicationVersionCreatedBy>
-        <UserCreatedBy>Configuration</UserCreatedBy>
-        <ConfigurationVersion>6.0</ConfigurationVersion>
-        <MetaMatrixSystemVersion>6.0</MetaMatrixSystemVersion>
-        <Time>2009-03-20T12:23:53.919-06:00</Time>
-    </Header>
-    <Configuration Name="Next Startup" ComponentType="Configuration" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-        <Properties />
-    </Configuration>
-    <Services>
-        <Service Name="QueryService" ComponentType="QueryService" QueuedService="false" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <Properties>
-                <Property Name="metamatrix.service.essentialservice">false</Property>
-                <Property Name="ProcessPoolMaxThreads">64</Property>
-                <Property Name="ProcessPoolThreadTTL">120000</Property>
-                <Property Name="ServiceClassName">com.metamatrix.server.query.service.QueryService</Property>
-                <Property Name="ProcessorTimeslice">2000</Property>
-                <Property Name="MaxCodeTables">50</Property>
-                <Property Name="MaxCodeTableRecords">10000</Property>
-                <Property Name="MinFetchSize">100</Property>
-                <Property Name="MaxFetchSize">20000</Property>
-                <Property Name="ResultSetCacheEnabled">0</Property>
-                <Property Name="ResultSetCacheMaxSize">0</Property>
-                <Property Name="ResultSetCacheMaxAge">0</Property>
-                <Property Name="ResultSetCacheScope">vdb</Property>
-                <Property Name="MaxPlanCacheSize">100</Property>
-            </Properties>
-        </Service>
-    </Services>
-    <ComponentTypes>
-        <ComponentType Name="Service" ComponentTypeCode="1" Deployable="false" Deprecated="false" Monitorable="false" ParentComponentType="VM" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" PropertyType="String" IsModifiable="false" IsMasked="false"   />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the Integration Server" DefaultValue="false" PropertyType="Boolean" IsModifable="false" IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="QueryService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="Integration Server" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-        </ComponentType>
-        <ComponentType Name="Configuration" ComponentTypeCode="0" Deployable="true" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-        </ComponentType>
-        <!-- 
-             *************************************************************************************
-                  Connector Type (This section gets filled by build process at kit building time)
-             ************************************************************************************* 
-         -->
-        <ComponentType Name="Connector" ComponentTypeCode="2" Deployable="false" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.916-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.916-06:00">
-            <PropertyDefinition Name="SourceConnectionTestInterval" DisplayName="Data Source Test Connect Interval (seconds)" ShortDescription="How often (in seconds) to create test connections to the underlying datasource to see if it is available." DefaultValue="600" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription=""   />
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system)"  IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="UsePostDelegation" DisplayName="Use Separate Classloader" ShortDescription="Set to true to indicate that the connector classpath and connector type classpath entries should be loaded by a connector specific post-delegation class loader." PropertyType="Boolean" IsRequired="true" IsExpert="true" DefaultValue="false"/>
-            <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" IsRequired="true" 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" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="ServiceMonitoringEnabled" DisplayName="Data Source Monitoring Enabled" ShortDescription="Whether to monitor the underlying data source to see if it is available." DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="Immutable" DisplayName="Is Immutable" ShortDescription="True if the source never changes." DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorMaxConnections" DisplayName="Maximum Concurrent Connections" ShortDescription="" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" IsRequired="true" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.connector.service.ConnectorService" IsRequired="true" IsModifiable="false" />
-            <PropertyDefinition Name="MaxResultRows" DisplayName="Maximum Result Rows" ShortDescription="" DefaultValue="10000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SynchWorkers" DisplayName="Synchronous Workers" ShortDescription="Whether worker threads will be bound to connections. Asynch connectors should set this value to false." DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"   />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (megabytes)" ShortDescription="" DefaultValue="20" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (milliseconds)" ShortDescription="" DefaultValue="3600000" PropertyType="Long" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb" IsExpert="true">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Set to true if this is an XA Connector" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="ConnectionPoolEnabled" DisplayName="Connection Pool Enabled" ShortDescription="Enable the use of connection pooling with this connector." DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="UseCredentialMap" DisplayName="Requires Credential Map" ShortDescription="Set to true if this connector requires credentials to be passed via a credential map." DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="AdminConnectionsAllowed" DisplayName="Admin Connections Allowed" ShortDescription="Whether admin connections without an execution context are allowed." DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time (seconds)" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time (milliseconds)" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval (seconds)" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="supportsCompareCriteriaEquals" DisplayName="supportsCompareCriteriaEquals" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsCompareCriteriaOrdered" DisplayName="supportsCompareCriteriaOrdered" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsInCriteria" DisplayName="supportsInCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="getMaxInCriteriaSize" DisplayName="getMaxInCriteriaSize" ShortDescription=""   PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="supportsIsNullCriteria" DisplayName="supportsIsNullCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsLikeCriteria" DisplayName="supportsLikeCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsLikeCriteriaEscapeCharacter" DisplayName="supportsLikeCriteriaEscapeCharacter" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsNotCriteria" DisplayName="supportsNotCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsOrCriteria" DisplayName="supportsOrCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsBetweenCriteria" DisplayName="supportsBetweenCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSelectDistinct" DisplayName="supportsSelectDistinct" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSelectExpression" DisplayName="supportsSelectExpression" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsInnerJoins" DisplayName="supportsInnerJoins" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAliasedGroup" DisplayName="supportsAliasedGroup" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSelfJoins" DisplayName="supportsSelfJoins" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsOuterJoins" DisplayName="supportsOuterJoins" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsFullOuterJoins" DisplayName="supportsFullOuterJoins" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="getMaxFromGroups" DisplayName="getMaxFromGroups" ShortDescription=""   PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="getSupportedJoinCriteria" DisplayName="getSupportedJoinCriteria" ShortDescription=""   PropertyType="String" IsExpert="true" >
-            	<AllowedValue>ANY</AllowedValue>
-            	<AllowedValue>THETA</AllowedValue>
-                <AllowedValue>EQUI</AllowedValue>
-                <AllowedValue>KEY</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="supportsOrderBy" DisplayName="supportsOrderBy" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsGroupBy" DisplayName="supportsGroupBy" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsFunctionsInGroupBy" DisplayName="supportsFunctionsInGroupBy" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsHaving" DisplayName="supportsHaving" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesSum" DisplayName="supportsAggregatesSum" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesAvg" DisplayName="supportsAggregatesAvg" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesMin" DisplayName="supportsAggregatesMin" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesMax" DisplayName="supportsAggregatesMax" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesCount" DisplayName="supportsAggregatesCount" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesCountStar" DisplayName="supportsAggregatesCountStar" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesDistinct" DisplayName="supportsAggregatesDistinct" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsInCriteriaSubquery" DisplayName="supportsInCriteriaSubquery" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsExistsCriteria" DisplayName="supportsExistsCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsQuantifiedCompareCriteriaSome" DisplayName="supportsQuantifiedCompareCriteriaSome" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsQuantifiedCompareCriteriaAll" DisplayName="supportsQuantifiedCompareCriteriaAll" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsScalarSubqueries" DisplayName="supportsScalarSubqueries" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsCorrelatedSubqueries" DisplayName="supportsCorrelatedSubqueries" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsCaseExpressions" DisplayName="supportsCaseExpressions" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSearchedCaseExpressions" DisplayName="supportsSearchedCaseExpressions" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="getSupportedFunctions" DisplayName="getSupportedFunctions" ShortDescription=""   PropertyType="string" IsExpert="true" />
-            <PropertyDefinition Name="supportsInlineViews" DisplayName="supportsInlineViews" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSetQueryOrderBy" DisplayName="supportsSetQueryOrderBy" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsUnions" DisplayName="supportsUnions" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsIntersect" DisplayName="supportsIntersect" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsExcept" DisplayName="supportsExcept" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="requiresCriteria" DisplayName="requiresCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="useAnsiJoin" DisplayName="useAnsiJoin" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsBatchedUpdates" DisplayName="supportsBatchedUpdates" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsBulkUpdate" DisplayName="supportsBulkUpdate" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsInsertWithQueryExpression" DisplayName="supportsInsertWithQueryExpression" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsRowLimit" DisplayName="supportsRowLimit" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsRowOffset" DisplayName="supportsRowOffset" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-        </ComponentType>
-                <ComponentType Name="JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.952-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.952-06:00">
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription=""    />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription=""   IsMasked="true"  />
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-jdbc-6.1.0-SNAPSHOT.jar;"  IsModifiable="false" />
-			<PropertyDefinition Name="UseBindVariables" DisplayName="Use prepared statements and bind variables" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level"  IsExpert="true" >
-            	<AllowedValue>TRANSACTION_READ_UNCOMMITTED</AllowedValue>
-            	<AllowedValue>TRANSACTION_READ_COMMITTED</AllowedValue>
-            	<AllowedValue>TRANSACTION_SERIALIZABLE</AllowedValue>
-            	<AllowedValue>TRANSACTION_NONE</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.translator.Translator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="Right Trim fixed character types returned as Strings" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="UseCommentsInSourceQuery" DisplayName="Use informational comments in Source Queries" ShortDescription="This will embed /*comment*/ style comment with session/request id in source SQL query for informational purposes" DefaultValue="false" PropertyType="Boolean"  IsExpert="true"/>
-        </ComponentType>
-        <ComponentType Name="Oracle Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="oracle.jdbc.driver.OracleDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:oracle:thin:@&lt;host&gt;:1521:&lt;sid&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.oracle.OracleSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="Oracle XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="oracle.jdbc.xa.client.OracleXADataSource" IsRequired="true"   />        
-			<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:oracle:thin:@&lt;host&gt;:1521:&lt;sid&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.oracle.OracleSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="DB2 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.ibm.db2.jcc.DB2Driver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:db2://&lt;server&gt;:50000/&lt;db-name&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.db2.DB2SQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="DB2 XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.ibm.db2.jcc.DB2XADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="50000" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DriverType" DisplayName="Driver Type" ShortDescription="" DefaultValue="4" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.db2.DB2SQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />            
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="SQL Server Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.microsoft.sqlserver.jdbc.SQLServerDriver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:sqlserver://&lt;host&gt;:1433;databaseName=&lt;db-name&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.sqlserver.SqlServerSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="SQL Server XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.microsoft.sqlserver.jdbc.SQLServerXADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="1433" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.sqlserver.SqlServerSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="MySQL JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.mysql.jdbc.Driver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mysql://&lt;host&gt;:3306/&lt;databaseName&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.mysql.MySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="MySQL 5 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.mysql.jdbc.Driver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mysql://&lt;host&gt;:3306/&lt;databaseName&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.mysql.MySQL5Translator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="MySQL JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.mysql.jdbc.jdbc2.optional.MysqlXADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="3306" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.mysql.MySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />            
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="MySQL 5 JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.mysql.jdbc.jdbc2.optional.MysqlXADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="3306" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.mysql.MySQL5Translator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />            
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="PostgreSQL JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="org.postgresql.Driver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:postgresql://&lt;host&gt;:5432/&lt;databaseName&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.postgresql.PostgreSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="PostgreSQL XA JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="org.postgresql.xa.PGXADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="5432" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.postgresql.PostgreSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />            
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="Apache Derby Embedded Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="org.apache.derby.jdbc.EmbeddedDriver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:derby:&lt;databaseName&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.derby.DerbySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="Apache Derby Network Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="org.apache.derby.jdbc.ClientDriver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:derby://localhost:1527/&lt;path/to/db&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.derby.DerbySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="Teiid 6 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbc.MMDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:metamatrix:&lt;vdbName&gt;@mm://&lt;host&gt;:&lt;port&gt;" IsRequired="true"   />            
-        </ComponentType>
-        <ComponentType Name="JDBC ODBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:&lt;data-source-name&gt;[;UID=&lt;xxx&gt; ;PWD=&lt;xxx&gt;]" IsRequired="true"   />
-        </ComponentType>
-        <ComponentType Name="MS Access Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=&lt;data-source-name&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.access.AccessSQLTranslator" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="MS Excel Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2006-02-08T11:02:36.029-06:00" CreatedBy="ConfigurationStartup" CreationDate="2006-02-08T11:02:36.029-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Excel Driver (*.xls)};DBQ=&lt;filePathToExcelFile&gt;" IsRequired="true"   />
-        </ComponentType>
-        <!-- 
-        <ComponentType Name="Datadirect DB2 8 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.928-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.928-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbcx.db2.DB2DataSource" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:db2://&lt;host&gt;:50000;DatabaseName=&lt;databasename&gt;;CollectionID=&lt;collectionid&gt;;PackageName=&lt;packagename&gt;" IsRequired="true"   />            
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.db2.DB2SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="Datadirect Oracle 9 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.923-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.923-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbcx.oracle.OracleDataSource" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />            
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.oracle.OracleSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="Datadirect SQL Server 2003 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.935-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.935-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbcx.sqlserver.SQLServerDataSource" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sqlserver://&lt;host&gt;:1433;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />            
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.sqlserver.SqlServerSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="Datadirect Sybase 12 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.930-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.930-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbcx.sybase.SybaseDataSource" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:5000;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />            
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.sybase.SybaseSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="250" PropertyType="Integer"  IsExpert="true" />
-        </ComponentType>
-        -->                                                                                                                  <ComponentType Name="LDAP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.946-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.946-06:00">
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-ldap-6.1.0-SNAPSHOT.jar;" IsModifiable="false" />
-			<PropertyDefinition Name="SearchDefaultBaseDN" DisplayName="Default Search Base DN" ShortDescription="Default Base DN for LDAP Searches" IsExpert="true" />
-            <PropertyDefinition Name="LdapAdminUserDN" DisplayName="Ldap Admin User DN" ShortDescription="User DN for the LDAP admin account." DefaultValue="cn=&lt;&gt;,ou=&lt;&gt;,dc=&lt;&gt;" IsRequired="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.ldap.LDAPConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="LdapAdminUserPassword" DisplayName="Ldap Admin Password" ShortDescription="Password of the LDAP admin user account." IsRequired="true" IsMasked="true"  />
-            <PropertyDefinition Name="SearchDefaultScope" DisplayName="Default Search Scope" ShortDescription="Default Scope for LDAP Searches" DefaultValue="SUBTREE_SCOPE" IsRequired="true">
-                <AllowedValue>OBJECT_SCOPE</AllowedValue>
-                <AllowedValue>ONELEVEL_SCOPE</AllowedValue>
-                <AllowedValue>SUBTREE_SCOPE</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="RestrictToObjectClass" DisplayName="Restrict Searches To Named Object Class" ShortDescription="Restrict Searches to objectClass named in the Name field for a table" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="LdapTxnTimeoutInMillis" DisplayName="Ldap Transaction Timeout (ms)" ShortDescription="Timeout value for LDAP searches. Defaults to TCP timeout value." />
-            <PropertyDefinition Name="LdapUrl" DisplayName="Ldap URL" ShortDescription="Ldap URL of the server, including port number." DefaultValue="ldap://&lt;ldapServer&gt;:&lt;389&gt;" IsRequired="true"  />
-        </ComponentType>
-                <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="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-loopback-6.1.0-SNAPSHOT.jar;" IsModifiable="false" />
-            <PropertyDefinition Name="CapabilitiesClass" DisplayName="Capabilities Class" ShortDescription="" DefaultValue="com.metamatrix.connector.loopback.LoopbackCapabilities" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="WaitTime" DisplayName="Max Random Wait Time" ShortDescription="" DefaultValue="0" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.loopback.LoopbackConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="RowCount" DisplayName="Rows Per Query" ShortDescription="" DefaultValue="1" IsRequired="true" IsExpert="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-        </ComponentType>
-                <ComponentType Name="Salesforce Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.916-06:00" CreationDate="2008-10-31T10:26:19.916-06:00">
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:commons-codec-1.2.jar;extensionjar:commons-discovery-0.2.jar;extensionjar:commons-httpclient-3.0.1.jar;extensionjar:xmlsec-1.3.0.jar;extensionjar:axis-1.3.jar;extensionjar:axis-jaxrpc-1.3.jar;extensionjar:axis-saaj-1.2.jar;extensionjar:axis-schema-1.3.jar;extensionjar:commons-discovery-0.2.jar;extensionjar:commons-logging-1.1.jar;extensionjar:jms-1.1.jar;extensionjar:servlet-api-2.5.jar;extensionjar:jaxen-1.1.1.jar;extensionjar:jdom-1.0.jar;extensionjar:log4j-1.2.8.jar;extensionjar:opensaml-1.1b.jar;extensionjar:salesforce-api-6.1.0-SNAPSHOT.jar;extensionjar:wsdl4j-1.5.1.jar;extensionjar:wss4j-1.5.0.jar;extensionjar:xalan-2.7.0.jar;extensionjar:xml-apis-1.0.b2.jar" IsModifiable="false" />
-            <PropertyDefinition Name="UsePostDelegation" DisplayName="Use Separate Classloader" ShortDescription="Set to true to indicate that the connector classpath and connector type classpath entries should be loaded by a connector specific post-delegation class loader." PropertyType="Boolean" IsRequired="true" IsExpert="true" DefaultValue="true"/>
-            <PropertyDefinition Name="username" DisplayName="User Name" ShortDescription="Name value for Salesforce authentication" DefaultValue="" IsRequired="true"  />
-            <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.salesforce.ConnectorState" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.salesforce.Connector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="Password value for Salesforce authentication" DefaultValue="" IsRequired="true" IsMasked="true"  />
-            <PropertyDefinition Name="URL" DisplayName="Salesforce URL" ShortDescription="URL for connecting to Salesforce" DefaultValue="" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorCapabilities" DisplayName="Connector Capabilities Class" ShortDescription="The class to use to provide the Connector Capabilities" DefaultValue="com.metamatrix.connector.salesforce.SalesforceCapabilities"  IsExpert="true" />
-        </ComponentType>
-                <ComponentType Name="Text File 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="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-text-6.1.0-SNAPSHOT.jar;" IsModifiable="false" />
-            <PropertyDefinition Name="PartialStartupAllowed" DisplayName="Partial Startup Allowed" ShortDescription="" DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="DescriptorFile" DisplayName="Text File Descriptor" ShortDescription="" IsRequired="true"  />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.text.TextConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="EnforceColumnCount" DisplayName="Enforce Column Count" ShortDescription="This forces the number of columns in text file to match what was modeled" DefaultValue="false" PropertyType="Boolean"  />
-            <PropertyDefinition Name="DateResultFormatsDelimiter" DisplayName="Date Result Formats Delimiter" ShortDescription="" IsExpert="true" />
-            <PropertyDefinition Name="DateResultFormats" DisplayName="Date Result Formats" ShortDescription="" IsExpert="true" />
-        </ComponentType>
-                <ComponentType Name="XML Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.917-06:00" CreationDate="2008-10-31T10:26:19.917-06:00">
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:commons-codec-1.2.jar;extensionjar:commons-discovery-0.2.jar;extensionjar:commons-httpclient-3.0.1.jar;extensionjar:xmlsec-1.3.0.jar;extensionjar:axis-1.3.jar;extensionjar:axis-jaxrpc-1.3.jar;extensionjar:axis-saaj-1.2.jar;extensionjar:axis-schema-1.3.jar;extensionjar:commons-discovery-0.2.jar;extensionjar:commons-logging-1.1.jar;extensionjar:jms-1.1.jar;extensionjar:servlet-api-2.5.jar;extensionjar:jaxen-1.1.1.jar;extensionjar:jdom-1.0.jar;extensionjar:log4j-1.2.8.jar;extensionjar:opensaml-1.1b.jar;extensionjar:wsdl4j-1.5.1.jar;extensionjar:wss4j-1.5.0.jar;extensionjar:xalan-2.7.0.jar;extensionjar:xml-apis-1.0.b2.jar" IsModifiable="false"/>
-            <PropertyDefinition Name="UsePostDelegation" DisplayName="Use Separate Classloader" ShortDescription="Set to true to indicate that the connector classpath and connector type classpath entries should be loaded by a connector specific post-delegation class loader." PropertyType="Boolean" IsRequired="true" IsExpert="true" DefaultValue="true"/>
-        </ComponentType>
-
-        <ComponentType Name="XML File Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.917-06:00" CreationDate="2008-10-31T10:26:19.917-06:00">
-            <PropertyDefinition Name="CharacterEncodingScheme" DisplayName="File Encoding Used" ShortDescription="A character-encoding scheme is a mapping between a coded character set and a set of octet (eight-bit byte) sequences. Some samples are UTF-8,ISO-8859-1,UTF-16)" DefaultValue="ISO-8859-1" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xmlsource.XMLSourceConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectionType" DisplayName="Type Of XML Connection" ShortDescription="Connection type used to get the XML data" DefaultValue="com.metamatrix.connector.xmlsource.file.FileConnection" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="DirectoryLocation" DisplayName="XML File(s) Directory Location" ShortDescription="" DefaultValue="" IsRequired="true"  />
-        </ComponentType>
-        <ComponentType Name="XML SOAP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.917-06:00" CreationDate="2008-10-31T10:26:19.917-06:00">
-            <PropertyDefinition Name="AuthPassword" DisplayName="Authentication User Password" ShortDescription="Password value for authentication" DefaultValue="" IsExpert="true" IsMasked="true"  />
-            <PropertyDefinition Name="SAMLPropertyFile" DisplayName="SAML Property File (only required when SAML profile used)" ShortDescription="SAML Security property file (saml.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="wsdl" DisplayName="WSDL File (URL)" ShortDescription="URL to Web Service Definition File" DefaultValue="" IsRequired="true"  />
-            <PropertyDefinition Name="AuthUserName" DisplayName="Authentication User Name" ShortDescription="Name value for authentication" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="WSSecurityType" DisplayName="WS-Security Type(UsernameToken, SAML..)" ShortDescription="Type of WS-Security to be used; Combinations of multiple security types can be used with a space in-between. Allowed types are: (UsernameToken, UsernameToken-Digest, SAMLTokenUnsigned, SAMLTokenSigned, Signature, Timestamp, Encrypt)" DefaultValue=""  />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xmlsource.XMLSourceConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="EncryptUserName" DisplayName="Encrypt UserName (only if Encrypt profile used)" ShortDescription="The username to be used in the encryption; if blank uses auth username" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="EndPoint" DisplayName="Alternate End Point" ShortDescription="An alternate service endpoint other than one specified in WSDL, to execute the service" DefaultValue=""  />
-            <PropertyDefinition Name="SecurityType" DisplayName="WebService Security Used(None, HTTPBasic, WS-Security)" ShortDescription="Type of Authentication to used with the web service; If WS-Secuirty is being used, then WS-Secuirty type must be defined" DefaultValue="None" IsRequired="true"  />
-            <PropertyDefinition Name="CryptoPropertyFile" DisplayName="User Crypto Property File (If SAML or Signature profile used)" ShortDescription="The file defines properties of cryptography;defines the certificates;(crypto.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="ConnectionType" DisplayName="Type Of XML Connection" ShortDescription="Connection type used to get the XML data" DefaultValue="com.metamatrix.connector.xmlsource.soap.SoapConnection" IsRequired="true" IsExpert="true"  />
-            <PropertyDefinition Name="EncryptPropertyFile" DisplayName="Encrypt crypto property file (only if Encrypt profile used)" ShortDescription="The file defines properties of cryptography for encryption of the message;(crypto.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="TrustType" DisplayName="Trust Type:(DirectReference or IssuerSerial)" ShortDescription="Only required for Signature and Signed SAML; The issuer-serial method presumes that all trusted users of the service are known to the service and have pre-registered their certificate chains before using the service. The direct-reference method presumes that the service operator trusts all users with certificates issued by a trusted CA." DefaultValue="DirectReference" IsExpert="true"  />
-        </ComponentType>
-        <ComponentType Name="XML-Relational File Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.918-06:00" CreationDate="2008-10-31T10:26:19.918-06:00">
-            <PropertyDefinition Name="TextExtractionThreshold" DisplayName="Text Extraction Threshold (in kb)" ShortDescription="extract text sections larger than this size to a file where more efficient access as a CLOB can be effected." DefaultValue="128" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="FilePath" DisplayName="File Path" ShortDescription="" IsRequired="true" />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="FileCacheLocation" DisplayName="Location of the File Cache" ShortDescription="" DefaultValue="" />
-            <PropertyDefinition Name="CacheTimeout" DisplayName="Cache Timeout (in seconds)" ShortDescription="" DefaultValue="60" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="SaxFilterProviderClass" DisplayName="XML Filter Provider" ShortDescription="The class the provides extended XML Filters" DefaultValue="com.metamatrix.connector.xml.base.NoExtendedFilters"  IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.base.XMLConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="MaxFileCacheSize" DisplayName="Max Size of file cache (in kb)" ShortDescription="" DefaultValue="-1" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.file.FileConnectorState" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="LogRequestResponseDocs" DisplayName="Log XML Request and Response Documents" ShortDescription="Write the request and response documents to the log at Info level" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="InputStreamFilterClass" DisplayName="Input Stream Filter Class" ShortDescription="The class to use to preprocess raw XML input stream" DefaultValue="com.metamatrix.connector.xml.base.PluggableInputStreamFilterImpl"  IsExpert="true" />
-            <PropertyDefinition Name="MaxMemoryCacheSize" DisplayName="Max Size of in-memory cache (in kb)" ShortDescription="" DefaultValue="16384" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="FileName" DisplayName="File Name" ShortDescription="" DefaultValue="" />
-            <PropertyDefinition Name="QueryPreprocessorClass" DisplayName="Query Preprocessor Class" ShortDescription="The class to use to preprocess the IQuery" DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"  IsExpert="true" />
-            <PropertyDefinition Name="ConnectorCapabilities" DisplayName="Connector Capabilities Class" ShortDescription="The class to use to provide the Connector Capabilities" DefaultValue="com.metamatrix.connector.xml.base.XMLCapabilities"  IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="XML-Relational HTTP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.920-06:00" CreationDate="2008-10-31T10:26:19.921-06:00">
-            <PropertyDefinition Name="TextExtractionThreshold" DisplayName="Text Extraction Threshold (in kb)" ShortDescription="Extract text sections larger than this size to a file where more efficient access as a CLOB can be effected." DefaultValue="128" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="FileCacheLocation" DisplayName="Location of the File Cache" ShortDescription="" DefaultValue="" />
-            <PropertyDefinition Name="CacheTimeout" DisplayName="Cache Timeout (in seconds)" ShortDescription="" DefaultValue="60" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="SaxFilterProviderClass" DisplayName="XML Filter Provider" ShortDescription="The class the provides extended XML Filters" DefaultValue="com.metamatrix.connector.xml.base.NoExtendedFilters"  IsExpert="true" />
-            <PropertyDefinition Name="XMLParmName" DisplayName="XML Parameter Name" ShortDescription="" />
-            <PropertyDefinition Name="RequestTimeout" DisplayName="Request Timeout (in Milliseconds)" ShortDescription="" DefaultValue="10000" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="MaxFileCacheSize" DisplayName="Max Size of file cache (in kb)" ShortDescription="" DefaultValue="-1" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="Authenticate" DisplayName="Authentication Required" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsModifiable="true" />
-            <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.http.HTTPConnectorState" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="HttpBasicAuthPassword" DisplayName="HTTP Basic Authentication Password" ShortDescription="Password value for HTTP basic authentication" DefaultValue="" IsExpert="true" IsMasked="true" />
-            <PropertyDefinition Name="AccessMethod" DisplayName="Access Method" ShortDescription="" DefaultValue="get" IsRequired="true">
-                <AllowedValue>get</AllowedValue>
-                <AllowedValue>post</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="ProxyUri" DisplayName="Proxy Server URI" ShortDescription="The URI of the proxy server" DefaultValue="" />
-            <PropertyDefinition Name="ExceptionOnIntraQueryCacheExpiration" DisplayName="Exception On Intra-Query Cache Expiration" ShortDescription="Throw an exception when a document expires from the cache between executing different parts of a single query (instead of requesting the document again)" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorCapabilities" DisplayName="Connector Capabilities Class" ShortDescription="The class to use to provide the Connector Capabilities" DefaultValue="com.metamatrix.connector.xml.base.XMLCapabilities"  IsExpert="true" />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="HttpBasicAuthUserName" DisplayName="HTTP Basic Authentication Name" ShortDescription="Name value for HTTP basic authentication" DefaultValue="" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.base.XMLConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="Uri" DisplayName="Server URI" ShortDescription="The URI of the HTTP source" IsRequired="true" />
-            <PropertyDefinition Name="UseHttpBasic" DisplayName="Use HTTP Basic authentication" ShortDescription="Use basic HTTP Authentication" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="LogRequestResponseDocs" DisplayName="Log XML Request and Response Documents" ShortDescription="Write the request and response documents to the log at Info level" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="TrustDeserializerClass" DisplayName="Trust Deserializer Class" ShortDescription="The class to use to process trusted payloads and execution payloads" DefaultValue="com.metamatrix.connector.xml.http.DefaultTrustDeserializer"  IsExpert="true" />
-            <PropertyDefinition Name="ParameterMethod" DisplayName="Parameter Method" ShortDescription="" DefaultValue="None" IsRequired="true">
-                <AllowedValue>None</AllowedValue>
-                <AllowedValue>Name/Value</AllowedValue>
-                <AllowedValue>XMLRequest</AllowedValue>
-                <AllowedValue>XMLInQueryString</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="MaxMemoryCacheSize" DisplayName="Max Size of in-memory cache (in kb)" ShortDescription="" DefaultValue="16384" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="InputStreamFilterClass" DisplayName="Input Stream Filter Class" ShortDescription="The class to use to preprocess raw XML input stream" DefaultValue="com.metamatrix.connector.xml.base.PluggableInputStreamFilterImpl"  IsExpert="true" />
-            <PropertyDefinition Name="HostnameVerifier" DisplayName="Hostname Verifier" ShortDescription="Class implementing javax.net.ssl.HostnameVerifier.  Used to implement a hostname mismatch workaround."  IsExpert="true" />
-            <PropertyDefinition Name="QueryPreprocessorClass" DisplayName="Query Preprocessor Class" ShortDescription="The class to use to preprocess the IQuery" DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"  IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="XML-Relational SOAP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.919-06:00" CreationDate="2008-10-31T10:26:19.919-06:00">
-            <PropertyDefinition Name="TextExtractionThreshold" DisplayName="Text Extraction Threshold (in kb)" ShortDescription="Extract text sections larger than this size to a file where more efficient access as a CLOB can be effected." DefaultValue="128" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="AuthPassword" DisplayName="Authentication User Password" ShortDescription="Password value for authentication" DefaultValue="" IsExpert="true" IsMasked="true"  />
-            <PropertyDefinition Name="FileCacheLocation" DisplayName="Location of the File Cache" ShortDescription="" DefaultValue="" />
-            <PropertyDefinition Name="SaxFilterProviderClass" DisplayName="XML Filter Provider" ShortDescription="The class the provides extended XML Filters" DefaultValue="com.metamatrix.connector.xml.base.NoExtendedFilters"  IsExpert="true" />
-            <PropertyDefinition Name="AuthUserName" DisplayName="Authentication User Name" ShortDescription="Name value for authentication" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="CacheTimeout" DisplayName="Cache Timeout (in seconds)" ShortDescription="" DefaultValue="60" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="WSSecurityType" DisplayName="WS-Security Type(UsernameToken, SAML..)" ShortDescription="Type of WS-Security to be used; Combinations of multiple security types can be used with a space in-between. Allowed types are: (UsernameToken, UsernameToken-Digest, SAMLTokenUnsigned, SAMLTokenSigned, Signature, Timestamp, Encrypt)" DefaultValue=""  />
-            <PropertyDefinition Name="XMLParmName" DisplayName="XML Parameter Name" ShortDescription="" DefaultValue="" IsModifiable="false" />
-            <PropertyDefinition Name="EncryptUserName" DisplayName="Encrypt UserName (only if Encrypt profile used)" ShortDescription="The username to be used in the encryption; if blank uses auth username" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="ExceptionOnSOAPFault" DisplayName="Exception on SOAP Fault" ShortDescription="Throw connector exception when SOAP fault is returned from source." DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="MaxFileCacheSize" DisplayName="Max Size of file cache (in kb)" ShortDescription="" DefaultValue="-1" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="RequestTimeout" DisplayName="Request Timeout (in Milliseconds)" ShortDescription="" DefaultValue="10000" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="CryptoPropertyFile" DisplayName="User Crypto Property File (If SAML or Signature profile used)" ShortDescription="The file defines properties of cryptography;defines the certificates;(crypto.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.soap.SOAPConnectorState" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="SOAPAction" DisplayName="SOAP-Action" ShortDescription="Value for SOAP-Action header" DefaultValue="" IsExpert="true" />
-            <PropertyDefinition Name="AccessMethod" DisplayName="Access Method (Get, Post)" ShortDescription="" DefaultValue="post" IsModifiable="false">
-                <AllowedValue>get</AllowedValue>
-                <AllowedValue>post</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="ProxyUri" DisplayName="Proxy Server URI" ShortDescription="The URI of the proxy server" DefaultValue="" />
-            <PropertyDefinition Name="EncryptPropertyFile" DisplayName="Encrypt crypto property file (only if Encrypt profile used)" ShortDescription="The file defines properties of cryptography for encryption of the message;(crypto.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="ExceptionOnIntraQueryCacheExpiration" DisplayName="Exception On Intra-Query Cache Expiration" ShortDescription="Throw an exception when a document expires from the cache between executing different parts of a single query (instead of requesting the document again)" DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorCapabilities" DisplayName="Connector Capabilities Class" ShortDescription="The class to use to provide the Connector Capabilities" DefaultValue="com.metamatrix.connector.xml.base.XMLCapabilities"  IsExpert="true" />
-            <PropertyDefinition Name="SAMLPropertyFile" DisplayName="SAML Property File (only required when SAML profile used)" ShortDescription="SAML Security property file (saml.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="EncodingStyle" DisplayName="Encoding Style (RPC - Encoded, RPC - Literal, Document - Literal, Document - Encoded)" ShortDescription="Encoding Style" DefaultValue="Document - Literal" IsRequired="true">
-                <AllowedValue>RPC - Encoded</AllowedValue>
-                <AllowedValue>RPC - Literal</AllowedValue>
-                <AllowedValue>Document - Literal</AllowedValue>
-                <AllowedValue>Document - Encoded</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.base.XMLConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="Uri" DisplayName="Server URI" ShortDescription="The URI of the HTTP source" IsRequired="true" />
-            <PropertyDefinition Name="SecurityType" DisplayName="WebService Security Used(None, HTTPBasic, WS-Security)" ShortDescription="Type of Authentication to used with the web service; If WS-Secuirty is being used, then WS-Secuirty type must be defined" DefaultValue="None" IsRequired="true"  />
-            <PropertyDefinition Name="LogRequestResponseDocs" DisplayName="Log XML Request and Response Documents" ShortDescription="Write the request and response documents to the log at Info level" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="TrustDeserializerClass" DisplayName="Trust Deserializer Class" ShortDescription="The class to use to process trusted payloads and execution payloads" DefaultValue="com.metamatrix.connector.xml.soap.DefaultSoapTrustDeserializer"  IsExpert="true" />
-            <PropertyDefinition Name="ParameterMethod" DisplayName="Parameter Method (None, Name/Value, XMLRequest, XMLInQueryString)" ShortDescription="" DefaultValue="XMLRequest" IsModifiable="false">
-                <AllowedValue>None</AllowedValue>
-                <AllowedValue>Name/Value</AllowedValue>
-                <AllowedValue>XMLRequest</AllowedValue>
-                <AllowedValue>XMLInQueryString</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="InputStreamFilterClass" DisplayName="Input Stream Filter Class" ShortDescription="The class to use to preprocess raw XML input stream" DefaultValue="com.metamatrix.connector.xml.base.PluggableInputStreamFilterImpl"  IsExpert="true" />
-            <PropertyDefinition Name="MaxMemoryCacheSize" DisplayName="Max Size of in-memory cache (in kb)" ShortDescription="" DefaultValue="16384" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="HostnameVerifier" DisplayName="Hostname Verifier" ShortDescription="a class implmenting javax.net.ssl.HostnameVerifier.  Used to implement a hostname mismatch workaround."  IsExpert="true" />
-            <PropertyDefinition Name="TrustType" DisplayName="Trust Type:(DirectReference or IssuerSerial)" ShortDescription="Only required for Signature and Signed SAML; The issuer-serial method presumes that all trusted users of the service are known to the service and have pre-registered their certificate chains before using the service. The direct-reference method presumes that the service operator trusts all users with certificates issued by a trusted CA." DefaultValue="DirectReference" IsExpert="true"  />
-            <PropertyDefinition Name="QueryPreprocessorClass" DisplayName="Query Preprocessor Class" ShortDescription="The class to use to preprocess the IQuery" DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"  IsExpert="true" />
-        </ComponentType>
-        
-    </ComponentTypes>
-</ConfigurationDocument>
\ No newline at end of file

Deleted: branches/as7/test-integration/common/src/test/resources/admin/BQT1Binding.cdk
===================================================================
--- branches/as7/test-integration/common/src/test/resources/admin/BQT1Binding.cdk	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/admin/BQT1Binding.cdk	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ConfigurationDocument>
-    <Header>
-        <ConfigurationVersion>4.2</ConfigurationVersion>
-        <ApplicationCreatedBy>MetaMatrix Console</ApplicationCreatedBy>
-        <ApplicationVersion>4.0:1949</ApplicationVersion>
-        <UserCreatedBy>MetaMatrixAdmin</UserCreatedBy>
-        <MetaMatrixSystemVersion>4.2</MetaMatrixSystemVersion>
-        <Time>2004-11-15T14:25:39.375-06:00</Time>
-    </Header>   
-    <ComponentTypes>
-        <ComponentType Name="Loopback Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2004-11-12T03:46:02.937-06:00" CreatedBy="ConfigurationStartup" CreationDate="2004-11-12T03:46:02.937-06:00">
-            <PropertyDefinition Name="CapabilitiesClass" DisplayName="Capabilities Class" ShortDescription="" DefaultValue="" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false" />
-            <PropertyDefinition Name="RowCount" DisplayName="Rows Per Query" ShortDescription="" DefaultValue="1" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.loopback.LoopbackConnector" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false" />
-            <PropertyDefinition Name="WaitTime" DisplayName="Max Random Wait Time" ShortDescription="" DefaultValue="0" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:loopbackconn.jar;extensionjar:jdbcconn.jar" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="false" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false" />
-        </ComponentType>
-    </ComponentTypes>    
-    <ConnectorBindings>
-        <Connector Name="BQT1 Oracle 9i Simple Cap" ComponentType="Loopback Connector" LastChangedBy="metamatrixadmin" LastChangedDate="2005-07-20T12:58:35.551-06:00" CreatedBy="metamatrixadmin" CreationDate="2005-07-20T11:39:55.961-06:00" QueuedService="false" routingUUID="mmuuid:a6ea7cc0-c651-1f91-940a-b13465b430eb">
-            <Properties>
-                <Property Name="MaxResultRows">10000</Property>
-                <Property Name="ConnectorThreadTTL">120000</Property>
-                <Property Name="ConnectorMaxThreads">5</Property>
-                <Property Name="metamatrix.service.essentialservice">false</Property>
-                <Property Name="ConnectorClassPath">extensionjar:loopbackconn.jar;extensionjar:jdbcconn.jar</Property>
-                <Property Name="RowCount">100</Property>
-                <Property Name="ServiceClassName">com.metamatrix.server.connector.service.ConnectorService</Property>
-                <Property Name="ConnectorClass">com.metamatrix.connector.loopback.LoopbackConnector</Property>
-                <Property Name="WaitTime">0</Property>
-            </Properties>
-        </Connector>        
-    </ConnectorBindings>
-</ConfigurationDocument>	
\ No newline at end of file

Deleted: branches/as7/test-integration/common/src/test/resources/admin/admin-roles.properties
===================================================================
--- branches/as7/test-integration/common/src/test/resources/admin/admin-roles.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/admin/admin-roles.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,18 +0,0 @@
-# This file defines admin role grants for each user "group" in the system.
-# based on the this permission the user will be able to call the admin 
-# function calls into the system. The following format needs to be used
-# define the permissions 
-
-# role1 = groupA,groupB
-# role2 = groupB,groupC
-
-# for group names check your membership provider configuration.
-
-# This role grants full permissions to any configuration, runtime-management and monitoring of the system
-Admin.SystemAdmin=group1 at file,group4 at file
-
-# This role grants runtime-management and monitoring of the system
-Admin.ProductAdmin=group2 at file
-
-# This role grants only monitoring of the system.
-Admin.ReadOnlyAdmin=group3 at file

Deleted: branches/as7/test-integration/common/src/test/resources/admin/dqp-membership.properties
===================================================================
--- branches/as7/test-integration/common/src/test/resources/admin/dqp-membership.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/admin/dqp-membership.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,21 +0,0 @@
-dqp.configFile=../../../../target/scratch/adminapi/deploy/configuration.xml
-dqp.buffer.usedisk=false
-xa.enable_recovery=false
-
-membership.enabled=true
-membership.superUser=admin
-membership.superUserPassword=teiid
-membership.DomainOrder=file
-
-file.activate=true
-file.AuthDomainClass=com.metamatrix.platform.security.membership.spi.file.FileMembershipDomain
-file.propertiesFile=membership-file.properties
-
-auth.check_entitlements=false
-auth.adminRolesFile=./admin-roles.properties
-
-dqp.userDefinedFunctionsFile=extensionjar:FunctionDefinitions.xmi
-processName=localhost
-dqp.extensions=../../../../target/scratch/adminapi/extensions/;./extensions
-
-teiid.home=target/scratch/adminapi
\ No newline at end of file

Deleted: branches/as7/test-integration/common/src/test/resources/admin/dqp.properties
===================================================================
--- branches/as7/test-integration/common/src/test/resources/admin/dqp.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/admin/dqp.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,15 +0,0 @@
-dqp.configFile=../../../../target/scratch/adminapi/deploy/configuration.xml
-dqp.buffer.usedisk=false
-xa.enable_recovery=false
-#dqp.deploydir=../../../../target/scratch
-#dqp.workdir=../../../../target/scratch/work
-membership.enabled=true
-membership.superUser=admin
-membership.superUserPassword=teiid
-auth.check_entitlements=false
-dqp.userDefinedFunctionsFile=extensionjar:FunctionDefinitions.xmi
-processName=localhost
-dqp.extensions=../../../../target/scratch/adminapi/extensions/;./extensions
-
-
-teiid.home=target/scratch/adminapi
\ No newline at end of file

Deleted: branches/as7/test-integration/common/src/test/resources/admin/loopback.cdk
===================================================================
--- branches/as7/test-integration/common/src/test/resources/admin/loopback.cdk	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/admin/loopback.cdk	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ConfigurationDocument>
-    <Header>
-        <ConfigurationVersion>4.2</ConfigurationVersion>
-        <ApplicationCreatedBy>MetaMatrix Console</ApplicationCreatedBy>
-        <ApplicationVersion>4.0:1949</ApplicationVersion>
-        <UserCreatedBy>MetaMatrixAdmin</UserCreatedBy>
-        <MetaMatrixSystemVersion>4.2</MetaMatrixSystemVersion>
-        <Time>2004-11-15T14:25:39.375-06:00</Time>
-    </Header>
-    <ComponentTypes>
-        <ComponentType Name="Loopback Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2004-11-12T03:46:02.937-06:00" CreatedBy="ConfigurationStartup" CreationDate="2004-11-12T03:46:02.937-06:00">
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="CapabilitiesClass" DisplayName="Capabilities Class" ShortDescription="" DefaultValue="" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false" />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="RowCount" DisplayName="Rows Per Query" ShortDescription="" DefaultValue="1" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="true" />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.loopback.LoopbackConnector" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false" />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="WaitTime" DisplayName="Max Random Wait Time" ShortDescription="" DefaultValue="0" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false" />
-            </ComponentTypeDefn>
-            <ComponentTypeDefn Deprecated="false">
-                <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription="" DefaultValue="extensionjar:loopbackconn.jar;extensionjar:jdbcconn.jar" Multiplicity="1" PropertyType="String" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="false" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false" />
-            </ComponentTypeDefn>
-        </ComponentType>
-    </ComponentTypes>
-    <ConnectorBindings>
-        <Connector Name="TestCDK" ComponentType="Loopback Connector" LastChangedBy="metamatrixadmin" LastChangedDate="2004-11-15T11:46:14.500-06:00" CreatedBy="metamatrixadmin" CreationDate="2004-11-15T11:46:14.500-06:00" QueuedService="false">
-            <Properties>
-                <Property Name="MaxResultRows">10000</Property>
-                <Property Name="ConnectorThreadTTL">120000</Property>
-                <Property Name="ConnectorMaxThreads">5</Property>
-                <Property Name="metamatrix.service.essentialservice">false</Property>
-                <Property Name="ConnectorClassPath">extensionjar:loopbackconn.jar;extensionjar:jdbcconn.jar</Property>
-                <Property Name="RowCount">1</Property>
-                <Property Name="ServiceClassName">com.metamatrix.server.connector.service.ConnectorService</Property>
-                <Property Name="ConnectorClass">com.metamatrix.connector.loopback.LoopbackConnector</Property>
-                <Property Name="WaitTime">0</Property>
-            </Properties>
-        </Connector>
-    </ConnectorBindings>
-</ConfigurationDocument>
-

Deleted: branches/as7/test-integration/common/src/test/resources/admin/loopback_archive.caf
===================================================================
(Binary files differ)

Deleted: branches/as7/test-integration/common/src/test/resources/admin/membership-file.properties
===================================================================
--- branches/as7/test-integration/common/src/test/resources/admin/membership-file.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/admin/membership-file.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,11 +0,0 @@
-#File based membership domain configuration properties
-
-#Location of the properties file containing user name and password entries.
-usersFile=users.properties
-
-#Location of the properties file containing group assignments
-groupsFile=groups.properties
-
-#Check passwords against the users file.
-checkPassword=true
-

Deleted: branches/as7/test-integration/common/src/test/resources/admin/users.properties
===================================================================
--- branches/as7/test-integration/common/src/test/resources/admin/users.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/admin/users.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,5 +0,0 @@
-john=mm
-paul=mm
-ramesh=mm
-steve=mm
-bob=mm

Deleted: branches/as7/test-integration/common/src/test/resources/authcheck/bqt.def
===================================================================
--- branches/as7/test-integration/common/src/test/resources/authcheck/bqt.def	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/authcheck/bqt.def	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<VDB>
-    <VDBInfo>
-        <Property Name="Name" Value="BQT" />
-        <Property Name="Version" Value="1" />
-        <Property Name="VDBArchiveName" Value="bqt.vdb" />
-        <Property Name="Description" Value="" />
-        <Property Name="IsActive" Value="true" />
-    </VDBInfo>
-    <Model>
-        <Property Name="Name" Value="XQT" />
-        <Property Name="Visibility" Value="Public" />
-        <Property Name="MultiSourceEnabled" Value="false" />
-    </Model>
-    <Model>
-        <Property Name="Name" Value="VQT" />
-        <Property Name="Visibility" Value="Public" />
-        <Property Name="MultiSourceEnabled" Value="false" />
-    </Model>
-    <Model>
-        <Property Name="Name" Value="XQTDoc" />
-        <Property Name="Visibility" Value="Public" />
-        <Property Name="MultiSourceEnabled" Value="false" />
-    </Model>
-    <Model>
-        <Property Name="Name" Value="BQT2" />
-        <Property Name="Visibility" Value="Public" />
-        <Property Name="MultiSourceEnabled" Value="false" />
-        <ConnectorBindings>
-            <Connector Name="Derby Connector" />
-        </ConnectorBindings>
-    </Model>
-    <Model>
-        <Property Name="Name" Value="XQTRecursiveDoc" />
-        <Property Name="Visibility" Value="Public" />
-        <Property Name="MultiSourceEnabled" Value="false" />
-    </Model>
-    <Model>
-        <Property Name="Name" Value="XQTNestedDoc" />
-        <Property Name="Visibility" Value="Public" />
-        <Property Name="MultiSourceEnabled" Value="false" />
-    </Model>
-    <Model>
-        <Property Name="Name" Value="SP" />
-        <Property Name="Visibility" Value="Public" />
-        <Property Name="MultiSourceEnabled" Value="false" />
-        <ConnectorBindings>
-            <Connector Name="Derby Connector" />
-        </ConnectorBindings>
-    </Model>
-    <Model>
-        <Property Name="Name" Value="BQT1" />
-        <Property Name="Visibility" Value="Public" />
-        <Property Name="MultiSourceEnabled" Value="false" />
-        <ConnectorBindings>
-            <Connector Name="Derby Connector" />
-        </ConnectorBindings>
-    </Model>
-    <ConnectorBindings>
-        <Connector Name="Derby Connector" ComponentType="Apache Derby Embedded Connector">
-            <Properties>
-                <Property Name="Immutable">true</Property>
-                <Property Name="URL">jdbc:derby:jar:(src/test/resources/derby/sample.zip)bqt</Property>
-            </Properties>
-        </Connector>
-    </ConnectorBindings>
-</VDB>
-

Deleted: branches/as7/test-integration/common/src/test/resources/authcheck/bqt.properties
===================================================================
--- branches/as7/test-integration/common/src/test/resources/authcheck/bqt.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/authcheck/bqt.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,43 +0,0 @@
-#
-# JBoss, Home of Professional Open Source.
-# See the COPYRIGHT.txt file distributed with this work for information
-# regarding copyright ownership.  Some portions may be licensed
-# to Red Hat, Inc. under one or more contributor license agreements.
-# 
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-# 
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-# 
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA.
-#
-
-dqp.configFile=../ServerConfig.xml
-vdb.definition=./bqt.def
-
-#only for testing, as this takes more time to start and shutdown
-xa.enable_recovery=false
-
-membership.enabled=true
-membership.superUser=admin
-membership.superUserPassword=teiid
-membership.DomainOrder=file
-
-# File Membership Domain Settings (activate, Membership Domain Class Name, Property file for configuration) 
-file.activate=true
-file.AuthDomainClass=com.metamatrix.platform.security.membership.spi.file.FileMembershipDomain
-file.propertiesFile=membership-file.properties
-
-entitlements.enabled=true
-
-teiid.home=target/scratch/authcheck
-
-processName=auth
\ No newline at end of file

Deleted: branches/as7/test-integration/common/src/test/resources/authcheck/groups.properties
===================================================================
--- branches/as7/test-integration/common/src/test/resources/authcheck/groups.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/authcheck/groups.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,2 +0,0 @@
-group1=paul
-

Deleted: branches/as7/test-integration/common/src/test/resources/authcheck/membership-file.properties
===================================================================
--- branches/as7/test-integration/common/src/test/resources/authcheck/membership-file.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/authcheck/membership-file.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,11 +0,0 @@
-#File based membership domain configuration properties
-
-#Location of the properties file containing user name and password entries.
-usersFile=users.properties
-
-#Location of the properties file containing group assignments
-groupsFile=groups.properties
-
-#Check passwords against the users file.
-checkPassword=true
-

Deleted: branches/as7/test-integration/common/src/test/resources/authcheck/users.properties
===================================================================
--- branches/as7/test-integration/common/src/test/resources/authcheck/users.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/authcheck/users.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,3 +0,0 @@
-john=mm
-paul=mm
-

Deleted: branches/as7/test-integration/common/src/test/resources/object.bsh
===================================================================
--- branches/as7/test-integration/common/src/test/resources/object.bsh	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/object.bsh	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,22 +0,0 @@
-/*
- * (c) Copyright 1999-2003 MetaMatrix, Inc.
- * All Rights Reserved.
- */
- 
-import com.metamatrix.cdk.*;
-import com.metamatrix.cdk.api.*;
-import com.metamatrix.connector.metadata.*;
-import com.metamatrix.connector.metadata.adapter.*;
-import com.metamatrix.connector.metadata.internal.*;
-import com.metamatrix.query.unittest.*;
-
-IConnectorHost loadConnectorHost() {
-	data = new String[] {"hey", "result [", "1\t2\n3\t4\n5\t6"};
-    connector = new FakeObjectConnector(Arrays.asList(data));
-
-    metadataBuilder = new QueryMetadataInterfaceBuilder();
-    metadataBuilder.addMetadataForType("table1", "table1", String.class, null);
-    
-    host = new ConnectorHost(connector, null, new TranslationUtility(metadataBuilder.getQueryMetadata()));
-	return host;
-}

Deleted: branches/as7/test-integration/common/src/test/resources/object2.bsh
===================================================================
--- branches/as7/test-integration/common/src/test/resources/object2.bsh	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/object2.bsh	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,22 +0,0 @@
-/*
- * (c) Copyright 1999-2003 MetaMatrix, Inc.
- * All Rights Reserved.
- */
- 
-import com.metamatrix.cdk.*;
-import com.metamatrix.cdk.api.*;
-import com.metamatrix.connector.metadata.*;
-import com.metamatrix.connector.metadata.adapter.*;
-import com.metamatrix.connector.metadata.internal.*;
-import com.metamatrix.query.unittest.*;
-
-IConnectorHost loadConnectorHost() {
-	data = new String[] {"hey", "there", "some data]", "some more data}"};
-    connector = new FakeObjectConnector(Arrays.asList(data));
-
-    metadataBuilder = new QueryMetadataInterfaceBuilder();
-    metadataBuilder.addMetadataForType("table1", "table1", String.class, null);
-    
-    host = new ConnectorHost(connector, null, new TranslationUtility(metadataBuilder.getQueryMetadata()));
-	return host;
-}

Deleted: branches/as7/test-integration/common/src/test/resources/script.txt
===================================================================
--- branches/as7/test-integration/common/src/test/resources/script.txt	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/script.txt	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,163 +0,0 @@
-setUp {
-	setFailOnError true
-}
-
-loadLoopback {
-    load com.metamatrix.connector.loopback.LoopbackConnector partssupplier/PartsSupplier.vdb
-}
-
-test1 {
-	select * from partssupplier.partssupplier.parts;
-	result [
-bogus
-	]
-}
-
-test2 {
-	select
-		*
-	from
-		partssupplier.partssupplier.parts;
-	result [
-PART_ID	PART_NAME	PART_COLOR	PART_WEIGHT
-ABCDEFGHIJ	ABCDEFGHIJ	ABCDEFGHIJ	ABCDEFGHIJ
-	]
-}
-
-testBadData {
-	select * from partssupplier.partssupplier.parts;
-	result [
-PART_ID	PART_NAME	PART_COLOR	PART_WEIGHT
-ABCDEFGHIJ	ABCDEFGHIJ	XX	ABCDEFGHIJ
-	]
-}
-
-test3 {
-	setFailOnError false
-	setProperty propertyName propertyValue
-	execute "select * from tables"
-	select * from partssupplier.partssupplier.parts;
-}
-
-testInsert {
-	insert into PartsSupplier.PARTSSUPPLIER.PARTS (PART_COLOR) values (5);
-	result [
-count
-0
-	]
-}
-
-testUpdate {
-	update PartsSupplier.PARTSSUPPLIER.PARTS set PART_COLOR = 5;
-	result [
-count
-0
-	]
-}
-
-testDelete {
-	delete
-	from PartsSupplier.PARTSSUPPLIER.PARTS;
-	result [
-count
-0
-	]
-}
-
-testLoadArchive {
-	loadArchive testdata/sample.caf
-	load com.metamatrix.connector.loopback.LoopbackConnector partssupplier/PartsSupplier.vdb
-	start
-	select * from partssupplier.partssupplier.parts;
-	result [
-PART_ID	PART_NAME	PART_COLOR	PART_WEIGHT
-ABCDEFGHIJ	ABCDEFGHIJ	ABCDEFGHIJ	ABCDEFGHIJ
-	]	
-}
-
-
-testSetProperty {
-    load com.metamatrix.connector.loopback.LoopbackConnector partssupplier/PartsSupplier.vdb
-	setProperty p1 v1
-	start
-	getProperties
-	result [
-p1=v1
-	]	
-}
-
-testSetPropertyAfterConnectorHostStart {
-    load com.metamatrix.connector.loopback.LoopbackConnector partssupplier/PartsSupplier.vdb
-    start
-	select * from partssupplier.partssupplier.parts;
-
-	setFailOnError false	
-	setProperty p1 v1
-	result [
-RuntimeException-Cannot set connector properties after the connector is started.
-	]
-}
-
-testLoadingClearsProperties {
-    load com.metamatrix.connector.loopback.LoopbackConnector partssupplier/PartsSupplier.vdb
-	setProperty p1 v1
-    load com.metamatrix.connector.loopback.LoopbackConnector partssupplier/PartsSupplier.vdb
-	setProperty p2 v2
-	start
-	getProperties
-	result [
-p2=v2
-	]	
-}
-
-testCaseInsensitiveCommands {
-    load com.metamatrix.connector.loopback.LoopbackConnector partssupplier/PartsSupplier.vdb
-    start
-	SELECT * from partssupplier.partssupplier.parts;
-	result [
-PART_ID	PART_NAME	PART_COLOR	PART_WEIGHT
-ABCDEFGHIJ	ABCDEFGHIJ	ABCDEFGHIJ	ABCDEFGHIJ
-	]	
-}
-
-quitScript {
-	quit
-}
-
-testHelp {
-	help
-	result [
-createArchive <pathToArchiveFileName> <pathToCDKFileName> <pathToDirectoryForExtenstionModules> 
-createTemplate <pathToTemplateFile> 
-delete <multilineSqlTerminatedWith;> 
-exec <fullyQualifiedProcedureName> 
-exit 
-getProperties 
-help 
-insert <multilineSqlTerminatedWith;> 
-load <fullyQualifiedConnectorClassName> <pathToVdbFile> 
-loadArchive <pathToArchiveFileName> <newConnectorTypeName> 
-loadFromScript <pathToConfiguratonScript> 
-loadProperties <pathToPropertyFile> 
-quit 
-run <scriptName> 
-runAll 
-runScript <pathToScriptFile> <scriptNameWithinFile> 
-select <query> 
-setBatchSize <batchSize> 
-setFailOnError <boolean> 
-setPrintStackOnError <boolean> 
-setProperty <propertyName> <propertyValue> 
-setScriptFile <pathToScriptFile> 
-setSecurityContext <vdbName> <vdbVersion> <userName> 
-setSilent boolean 
-start 
-stop 
-update <multilineSqlTerminatedWith;> 
-	]
-}
-
-testNotLoadingConnector {
-	setFailOnError false
-	select * from tables;
-}

Deleted: branches/as7/test-integration/common/src/test/resources/scriptWithoutSetup.txt
===================================================================
--- branches/as7/test-integration/common/src/test/resources/scriptWithoutSetup.txt	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/common/src/test/resources/scriptWithoutSetup.txt	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,19 +0,0 @@
-test1 {
-	select * from partssupplier.partssupplier.parts;
-	result [
-	bogus
-	]
-}
-
-test2 {
-	select * from partssupplier.partssupplier.parts;
-	result [
-PART_ID	PART_NAME	PART_COLOR	PART_WEIGHT
-ABCDEFGHIJ	ABCDEFGHIJ	ABCDEFGHIJ	ABCDEFGHIJ
-
-	]
-}
-
-test3 {
-	select * from partssupplier.partssupplier.parts;
-}
\ No newline at end of file

Deleted: branches/as7/test-integration/db/src/main/resources/configuration.xml
===================================================================
--- branches/as7/test-integration/db/src/main/resources/configuration.xml	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/db/src/main/resources/configuration.xml	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,458 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ConfigurationDocument>
-    <Header>
-        <ApplicationCreatedBy>Teiid</ApplicationCreatedBy>
-        <ApplicationVersionCreatedBy>6.0</ApplicationVersionCreatedBy>
-        <UserCreatedBy>Configuration</UserCreatedBy>
-        <ConfigurationVersion>6.0</ConfigurationVersion>
-        <MetaMatrixSystemVersion>6.0</MetaMatrixSystemVersion>
-        <Time>2009-03-20T12:23:53.919-06:00</Time>
-    </Header>
-    <Configuration Name="Next Startup" ComponentType="Configuration" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-        <Properties />
-    </Configuration>
-    <Services>
-        <Service Name="QueryService" ComponentType="QueryService" QueuedService="false" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <Properties>
-                <Property Name="metamatrix.service.essentialservice">false</Property>
-                <Property Name="ProcessPoolMaxThreads">64</Property>
-                <Property Name="ProcessPoolThreadTTL">120000</Property>
-                <Property Name="ServiceClassName">com.metamatrix.server.query.service.QueryService</Property>
-                <Property Name="ProcessorTimeslice">2000</Property>
-                <Property Name="MaxCodeTables">50</Property>
-                <Property Name="MaxCodeTableRecords">10000</Property>
-                <Property Name="MinFetchSize">100</Property>
-                <Property Name="MaxFetchSize">20000</Property>
-                <Property Name="ResultSetCacheEnabled">0</Property>
-                <Property Name="ResultSetCacheMaxSize">0</Property>
-                <Property Name="ResultSetCacheMaxAge">0</Property>
-                <Property Name="ResultSetCacheScope">vdb</Property>
-                <Property Name="MaxPlanCacheSize">100</Property>
-            </Properties>
-        </Service>
-    </Services>
-    <ComponentTypes>
-        <ComponentType Name="Service" ComponentTypeCode="1" Deployable="false" Deprecated="false" Monitorable="false" ParentComponentType="VM" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" PropertyType="String" IsModifiable="false" IsMasked="false"   />
-            <PropertyDefinition Name="metamatrix.service.essentialservice" DisplayName="Essential Service" ShortDescription="Indicates if the service is essential to operation of the Integration Server" DefaultValue="false" PropertyType="Boolean" IsModifable="false" IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="QueryService" ComponentTypeCode="1" Deployable="true" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="Integration Server" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-        </ComponentType>
-        <ComponentType Name="Configuration" ComponentTypeCode="0" Deployable="true" Deprecated="false" Monitorable="false" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-        </ComponentType>
-        <!-- 
-             *************************************************************************************
-                  Connector Type (This section gets filled by build process at kit building time)
-             ************************************************************************************* 
-         -->
-        <ComponentType Name="Connector" ComponentTypeCode="2" Deployable="false" Deprecated="false" Monitorable="true" SuperComponentType="Service" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.916-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.916-06:00">
-            <PropertyDefinition Name="SourceConnectionTestInterval" DisplayName="Data Source Test Connect Interval (seconds)" ShortDescription="How often (in seconds) to create test connections to the underlying datasource to see if it is available." DefaultValue="600" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClassPath" DisplayName="Class Path" ShortDescription=""   />
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system)"  IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="UsePostDelegation" DisplayName="Use Separate Classloader" ShortDescription="Set to true to indicate that the connector classpath and connector type classpath entries should be loaded by a connector specific post-delegation class loader." PropertyType="Boolean" IsRequired="true" IsExpert="true" DefaultValue="false"/>
-            <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" IsRequired="true" 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" IsRequired="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="ServiceMonitoringEnabled" DisplayName="Data Source Monitoring Enabled" ShortDescription="Whether to monitor the underlying data source to see if it is available." DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="Immutable" DisplayName="Is Immutable" ShortDescription="True if the source never changes." DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorMaxConnections" DisplayName="Maximum Concurrent Connections" ShortDescription="" DefaultValue="20" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" IsRequired="true" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="ServiceClassName" DisplayName="Service Class Name" ShortDescription="" DefaultValue="com.metamatrix.server.connector.service.ConnectorService" IsRequired="true" IsModifiable="false" />
-            <PropertyDefinition Name="MaxResultRows" DisplayName="Maximum Result Rows" ShortDescription="" DefaultValue="10000" IsRequired="true" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="SynchWorkers" DisplayName="Synchronous Workers" ShortDescription="Whether worker threads will be bound to connections. Asynch connectors should set this value to false." DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheEnabled" DisplayName="ResultSet Cache Enabled" ShortDescription="" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"   />
-            <PropertyDefinition Name="ResultSetCacheMaxSize" DisplayName="ResultSet Cache Maximum Size (megabytes)" ShortDescription="" DefaultValue="20" PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheMaxAge" DisplayName="ResultSet Cache Maximum Age (milliseconds)" ShortDescription="" DefaultValue="3600000" PropertyType="Long" IsExpert="true" />
-            <PropertyDefinition Name="ResultSetCacheScope" DisplayName="ResultSet Cache Scope" ShortDescription="" DefaultValue="vdb" IsExpert="true">
-                <AllowedValue>vdb</AllowedValue>
-                <AllowedValue>session</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Set to true if this is an XA Connector" DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="ConnectionPoolEnabled" DisplayName="Connection Pool Enabled" ShortDescription="Enable the use of connection pooling with this connector." DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="UseCredentialMap" DisplayName="Requires Credential Map" ShortDescription="Set to true if this connector requires credentials to be passed via a credential map." DefaultValue="false" IsRequired="true" PropertyType="Boolean" IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="AdminConnectionsAllowed" DisplayName="Admin Connections Allowed" ShortDescription="Whether admin connections without an execution context are allowed." DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.max_connections_for_each_id" DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set the maximum number of connections for each connector ID for the connection pool" DefaultValue="20" IsRequired="true" PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool Connection Idle Time (seconds)" ShortDescription="Set the idle time of the connection before it should be closed if pool shrinking is enabled" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool Connection Waiting Time (milliseconds)" ShortDescription="Set the time to wait if the connection is not available" DefaultValue="120000"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool cleaning Interval (seconds)" ShortDescription="Set the interval to cleaning the pool" DefaultValue="60"  PropertyType="Integer"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool Shrinking" ShortDescription="Set whether to enable the pool shrinking" DefaultValue="false"  PropertyType="Boolean"   IsExpert="true"  IsMasked="false"  />
-            <PropertyDefinition Name="supportsCompareCriteriaEquals" DisplayName="supportsCompareCriteriaEquals" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsCompareCriteriaOrdered" DisplayName="supportsCompareCriteriaOrdered" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsInCriteria" DisplayName="supportsInCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="getMaxInCriteriaSize" DisplayName="getMaxInCriteriaSize" ShortDescription=""   PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="supportsIsNullCriteria" DisplayName="supportsIsNullCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsLikeCriteria" DisplayName="supportsLikeCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsLikeCriteriaEscapeCharacter" DisplayName="supportsLikeCriteriaEscapeCharacter" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsNotCriteria" DisplayName="supportsNotCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsOrCriteria" DisplayName="supportsOrCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsBetweenCriteria" DisplayName="supportsBetweenCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSelectDistinct" DisplayName="supportsSelectDistinct" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSelectExpression" DisplayName="supportsSelectExpression" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsInnerJoins" DisplayName="supportsInnerJoins" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAliasedGroup" DisplayName="supportsAliasedGroup" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSelfJoins" DisplayName="supportsSelfJoins" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsOuterJoins" DisplayName="supportsOuterJoins" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsFullOuterJoins" DisplayName="supportsFullOuterJoins" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="getMaxFromGroups" DisplayName="getMaxFromGroups" ShortDescription=""   PropertyType="Integer" IsExpert="true" />
-            <PropertyDefinition Name="getSupportedJoinCriteria" DisplayName="getSupportedJoinCriteria" ShortDescription=""   PropertyType="String" IsExpert="true" >
-            	<AllowedValue>ANY</AllowedValue>
-            	<AllowedValue>THETA</AllowedValue>
-                <AllowedValue>EQUI</AllowedValue>
-                <AllowedValue>KEY</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="supportsOrderBy" DisplayName="supportsOrderBy" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsGroupBy" DisplayName="supportsGroupBy" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsFunctionsInGroupBy" DisplayName="supportsFunctionsInGroupBy" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsHaving" DisplayName="supportsHaving" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesSum" DisplayName="supportsAggregatesSum" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesAvg" DisplayName="supportsAggregatesAvg" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesMin" DisplayName="supportsAggregatesMin" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesMax" DisplayName="supportsAggregatesMax" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesCount" DisplayName="supportsAggregatesCount" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesCountStar" DisplayName="supportsAggregatesCountStar" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsAggregatesDistinct" DisplayName="supportsAggregatesDistinct" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsInCriteriaSubquery" DisplayName="supportsInCriteriaSubquery" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsExistsCriteria" DisplayName="supportsExistsCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsQuantifiedCompareCriteriaSome" DisplayName="supportsQuantifiedCompareCriteriaSome" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsQuantifiedCompareCriteriaAll" DisplayName="supportsQuantifiedCompareCriteriaAll" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsScalarSubqueries" DisplayName="supportsScalarSubqueries" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsCorrelatedSubqueries" DisplayName="supportsCorrelatedSubqueries" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsCaseExpressions" DisplayName="supportsCaseExpressions" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSearchedCaseExpressions" DisplayName="supportsSearchedCaseExpressions" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="getSupportedFunctions" DisplayName="getSupportedFunctions" ShortDescription=""   PropertyType="string" IsExpert="true" />
-            <PropertyDefinition Name="supportsInlineViews" DisplayName="supportsInlineViews" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsSetQueryOrderBy" DisplayName="supportsSetQueryOrderBy" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsUnions" DisplayName="supportsUnions" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsIntersect" DisplayName="supportsIntersect" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsExcept" DisplayName="supportsExcept" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="requiresCriteria" DisplayName="requiresCriteria" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="useAnsiJoin" DisplayName="useAnsiJoin" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsBatchedUpdates" DisplayName="supportsBatchedUpdates" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsBulkUpdate" DisplayName="supportsBulkUpdate" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsInsertWithQueryExpression" DisplayName="supportsInsertWithQueryExpression" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsRowLimit" DisplayName="supportsRowLimit" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="supportsRowOffset" DisplayName="supportsRowOffset" ShortDescription=""   PropertyType="Boolean" IsExpert="true" />
-        </ComponentType>
-                <ComponentType Name="JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.952-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.952-06:00">
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:" IsRequired="true" PropertyType="String"/>
-            <PropertyDefinition Name="User" DisplayName="User Name" ShortDescription=""    />
-            <PropertyDefinition Name="Password" DisplayName="Password" ShortDescription=""   IsMasked="true"  />
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-jdbc-6.2.0-SNAPSHOT.jar;"  IsModifiable="false" />
-			<PropertyDefinition Name="UseBindVariables" DisplayName="Use prepared statements and bind variables" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="ExtensionCapabilityClass" DisplayName="Extension Capability Class" ShortDescription="" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.JDBCConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="DatabaseTimeZone" DisplayName="Database time zone" ShortDescription="Time zone of the database, if different than Integration Server" IsExpert="true" />
-            <PropertyDefinition Name="TransactionIsolationLevel" DisplayName="Transaction Isolation Level" ShortDescription="Set the data source transaction isolation level"  IsExpert="true" >
-            	<AllowedValue>TRANSACTION_READ_UNCOMMITTED</AllowedValue>
-            	<AllowedValue>TRANSACTION_READ_COMMITTED</AllowedValue>
-            	<AllowedValue>TRANSACTION_SERIALIZABLE</AllowedValue>
-            	<AllowedValue>TRANSACTION_NONE</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.translator.Translator" IsExpert="true" />
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" IsRequired="true"   />
-            <PropertyDefinition Name="TrimStrings" DisplayName="Trim string flag" ShortDescription="Right Trim fixed character types returned as Strings" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="UseCommentsInSourceQuery" DisplayName="Use informational comments in Source Queries" ShortDescription="This will embed /*comment*/ style comment with session/request id in source SQL query for informational purposes" DefaultValue="false" PropertyType="Boolean"  IsExpert="true"/>
-        </ComponentType>
-        <ComponentType Name="Oracle Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="oracle.jdbc.driver.OracleDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:oracle:thin:@&lt;host&gt;:1521:&lt;sid&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.oracle.OracleSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="Oracle XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="oracle.jdbc.xa.client.OracleXADataSource" IsRequired="true"   />        
-			<PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:oracle:thin:@&lt;host&gt;:1521:&lt;sid&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.oracle.OracleSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="DB2 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.ibm.db2.jcc.DB2Driver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:db2://&lt;server&gt;:50000/&lt;db-name&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.db2.DB2SQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="DB2 XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.ibm.db2.jcc.DB2XADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="50000" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DriverType" DisplayName="Driver Type" ShortDescription="" DefaultValue="4" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.db2.DB2SQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />            
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="SQL Server Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.microsoft.sqlserver.jdbc.SQLServerDriver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:sqlserver://&lt;host&gt;:1433;databaseName=&lt;db-name&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.sqlserver.SqlServerSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="SQL Server XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.microsoft.sqlserver.jdbc.SQLServerXADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="1433" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.sqlserver.SqlServerSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="MySQL JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.mysql.jdbc.Driver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mysql://&lt;host&gt;:3306/&lt;databaseName&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.mysql.MySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="MySQL 5 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.mysql.jdbc.Driver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mysql://&lt;host&gt;:3306/&lt;databaseName&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.mysql.MySQL5Translator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-        </ComponentType>
-        <ComponentType Name="MySQL JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.mysql.jdbc.jdbc2.optional.MysqlXADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="3306" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.mysql.MySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />            
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="MySQL 5 JDBC XA Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.mysql.jdbc.jdbc2.optional.MysqlXADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="3306" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.mysql.MySQL5Translator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />            
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="PostgreSQL JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="org.postgresql.Driver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:postgresql://&lt;host&gt;:5432/&lt;databaseName&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.postgresql.PostgreSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseVersion" DisplayName="Database Version" ShortDescription="PostgreSQL Version i.e. 8.3" DefaultValue="8.0" PropertyType="String" />
-        </ComponentType>
-        <ComponentType Name="PostgreSQL XA JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="org.postgresql.xa.PGXADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="5432" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.postgresql.PostgreSQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />            
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-            <PropertyDefinition Name="DatabaseVersion" DisplayName="Database Version" ShortDescription="PostgreSQL Version i.e. 8.3" DefaultValue="8.0" PropertyType="String" />
-        </ComponentType>
-        <ComponentType Name="Apache Derby Embedded Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="org.apache.derby.jdbc.EmbeddedDriver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:derby:&lt;databaseName&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.derby.DerbySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-			<PropertyDefinition Name="DatabaseVersion" DisplayName="Database Version" ShortDescription="Derby Version i.e. 10.3" DefaultValue="10.1" PropertyType="String" />             
-        </ComponentType>
-        <ComponentType Name="Apache Derby Network Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="org.apache.derby.jdbc.ClientDriver" IsRequired="true"   />        
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:derby://localhost:1527/&lt;path/to/db&gt;" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.derby.DerbySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseVersion" DisplayName="Database Version" ShortDescription="Derby Version i.e. 10.3" DefaultValue="10.1" PropertyType="String" />
-        </ComponentType>
-        <ComponentType Name="Apache Derby XA Network Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="org.apache.derby.jdbc.ClientXADataSource" IsRequired="true"   />        
-            <PropertyDefinition Name="PortNumber" DisplayName="Port Number" DefaultValue="1527" ShortDescription="" IsRequired="true" PropertyType="Integer"    IsMasked="false"   />
-			<PropertyDefinition Name="ServerName" DisplayName="Server Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-            <PropertyDefinition Name="DatabaseName" DisplayName="Database Name" ShortDescription="" IsRequired="true" PropertyType="String"    IsMasked="false"   />
-			<PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.derby.DerbySQLTranslator"  PropertyType="String"   IsExpert="true"  IsMasked="false"   />            
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>        
-        <ComponentType Name="Teiid 6 JDBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbc.MMDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:metamatrix:&lt;vdbName&gt;@mm://&lt;host&gt;:&lt;port&gt;" IsRequired="true"   />            
-        </ComponentType>
-        <ComponentType Name="JDBC ODBC Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:&lt;data-source-name&gt;[;UID=&lt;xxx&gt; ;PWD=&lt;xxx&gt;]" IsRequired="true"   />
-        </ComponentType>
-        <ComponentType Name="MS Access Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" CreatedBy="ConfigurationStartup">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=&lt;data-source-name&gt;" IsRequired="true"   />
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.access.AccessSQLTranslator" IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="MS Excel Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2006-02-08T11:02:36.029-06:00" CreatedBy="ConfigurationStartup" CreationDate="2006-02-08T11:02:36.029-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Excel Driver (*.xls)};DBQ=&lt;filePathToExcelFile&gt;" IsRequired="true"   />
-        </ComponentType>
-        
-        <ComponentType Name="Datadirect DB2 8 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.928-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.928-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbcx.db2.DB2DataSource" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:db2://&lt;host&gt;:50000;DatabaseName=&lt;databasename&gt;;CollectionID=&lt;collectionid&gt;;PackageName=&lt;packagename&gt;" IsRequired="true"   />            
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.db2.DB2SQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="Datadirect Oracle 9 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.923-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.923-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbcx.oracle.OracleDataSource" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:oracle://&lt;host&gt;:1521;SID=&lt;sid&gt;" IsRequired="true"   />            
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.oracle.OracleSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="Datadirect SQL Server 2003 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.935-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.935-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbcx.sqlserver.SQLServerDataSource" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sqlserver://&lt;host&gt;:1433;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />            
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.sqlserver.SqlServerSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-        </ComponentType>
-        <ComponentType Name="Datadirect Sybase 12 Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="JDBC Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.930-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.930-06:00">
-            <PropertyDefinition Name="ConnectionSource" DisplayName="Connection Source Class" ShortDescription="Driver, DataSource, or XADataSource class name" DefaultValue="com.metamatrix.jdbcx.sybase.SybaseDataSource" IsRequired="true"   />
-            <PropertyDefinition Name="URL" DisplayName="JDBC URL" ShortDescription="" DefaultValue="jdbc:mmx:sybase://&lt;host&gt;:5000;DatabaseName=&lt;databasename&gt;" IsRequired="true"   />            
-            <PropertyDefinition Name="ExtensionTranslationClass" DisplayName="Extension SQL Translation Class" ShortDescription="" DefaultValue="org.teiid.connector.jdbc.sybase.SybaseSQLTranslator" IsExpert="true" />
-            <PropertyDefinition Name="IsXA" DisplayName="Is XA" ShortDescription="Is XA" DefaultValue="true" IsRequired="true" PropertyType="Boolean"   />
-            <PropertyDefinition Name="SetCriteriaBatchSize" DisplayName="Max Values in IN Predicate" ShortDescription="Max number of values in an IN Predicate.  Must be &gt;= 0." DefaultValue="250" PropertyType="Integer"  IsExpert="true" />
-        </ComponentType>
-                                                                                                                       <ComponentType Name="LDAP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup" LastChangedDate="2008-10-31T10:26:19.946-06:00" CreatedBy="ConfigurationStartup" CreationDate="2008-10-31T10:26:19.946-06:00">
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-ldap-6.2.0-SNAPSHOT.jar;" IsModifiable="false" />
-			<PropertyDefinition Name="SearchDefaultBaseDN" DisplayName="Default Search Base DN" ShortDescription="Default Base DN for LDAP Searches" IsExpert="true" />
-            <PropertyDefinition Name="LdapAdminUserDN" DisplayName="Ldap Admin User DN" ShortDescription="User DN for the LDAP admin account." DefaultValue="cn=&lt;&gt;,ou=&lt;&gt;,dc=&lt;&gt;" IsRequired="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.ldap.LDAPConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="LdapAdminUserPassword" DisplayName="Ldap Admin Password" ShortDescription="Password of the LDAP admin user account." IsRequired="true" IsMasked="true"  />
-            <PropertyDefinition Name="SearchDefaultScope" DisplayName="Default Search Scope" ShortDescription="Default Scope for LDAP Searches" DefaultValue="SUBTREE_SCOPE" IsRequired="true">
-                <AllowedValue>OBJECT_SCOPE</AllowedValue>
-                <AllowedValue>ONELEVEL_SCOPE</AllowedValue>
-                <AllowedValue>SUBTREE_SCOPE</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="RestrictToObjectClass" DisplayName="Restrict Searches To Named Object Class" ShortDescription="Restrict Searches to objectClass named in the Name field for a table" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="LdapTxnTimeoutInMillis" DisplayName="Ldap Transaction Timeout (ms)" ShortDescription="Timeout value for LDAP searches. Defaults to TCP timeout value." />
-            <PropertyDefinition Name="LdapUrl" DisplayName="Ldap URL" ShortDescription="Ldap URL of the server, including port number." DefaultValue="ldap://&lt;ldapServer&gt;:&lt;389&gt;" IsRequired="true"  />
-        </ComponentType>
-                <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="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-loopback-6.2.0-SNAPSHOT.jar;" IsModifiable="false" />
-            <PropertyDefinition Name="CapabilitiesClass" DisplayName="Capabilities Class" ShortDescription="" DefaultValue="com.metamatrix.connector.loopback.LoopbackCapabilities" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="WaitTime" DisplayName="Max Random Wait Time" ShortDescription="" DefaultValue="0" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.loopback.LoopbackConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="RowCount" DisplayName="Rows Per Query" ShortDescription="" DefaultValue="1" IsRequired="true" IsExpert="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-        </ComponentType>
-                <ComponentType Name="Salesforce Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.916-06:00" CreationDate="2008-10-31T10:26:19.916-06:00">
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-salesforce-6.2.0-SNAPSHOT.jar;extensionjar:commons-codec-1.2.jar;extensionjar:commons-discovery-0.2.jar;extensionjar:commons-httpclient-3.0.1.jar;extensionjar:xmlsec-1.3.0.jar;extensionjar:axis-1.3.jar;extensionjar:axis-jaxrpc-1.3.jar;extensionjar:axis-saaj-1.2.jar;extensionjar:axis-schema-1.3.jar;extensionjar:commons-discovery-0.2.jar;extensionjar:jms-1.1.jar;extensionjar:jaxen-1.1.1.jar;extensionjar:nux-1.6.jar;extensionjar:opensaml-1.1b.jar;extensionjar:salesforce-api-6.2.0-SNAPSHOT.jar;extensionjar:jetty-6.1.9.jar;extensionjar:jetty-util-6.1.9.jar;extensionjar:servlet-api-2.5-6.1.9.jar;extensionjar:wsdl4j-1.5.1.jar;extensionjar:wss4j-1.5.0.jar;extensionjar:xalan-2.7.0.jar;extensionjar:xom-1.2.jar" IsModifiable="false" />
-            <PropertyDefinition Name="UsePostDelegation" DisplayName="Use Separate Classloader" ShortDescription="Set to true to indicate that the connector classpath and connector type classpath entries should be loaded by a connector specific post-delegation class loader." PropertyType="Boolean" IsRequired="true" IsExpert="true" DefaultValue="true"/>
-            <PropertyDefinition Name="username" DisplayName="User Name" ShortDescription="Name value for Salesforce authentication" DefaultValue="" IsRequired="true"  />
-            <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.salesforce.ConnectorState" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.salesforce.Connector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="password" DisplayName="Password" ShortDescription="Password value for Salesforce authentication" DefaultValue="" IsRequired="true" IsMasked="true"  />
-            <PropertyDefinition Name="URL" DisplayName="Salesforce URL" ShortDescription="URL for connecting to Salesforce" DefaultValue="" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorCapabilities" DisplayName="Connector Capabilities Class" ShortDescription="The class to use to provide the Connector Capabilities" DefaultValue="com.metamatrix.connector.salesforce.SalesforceCapabilities"  IsExpert="true" />
-        </ComponentType>
-                <ComponentType Name="Text File 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="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-text-6.2.0-SNAPSHOT.jar;" IsModifiable="false" />
-            <PropertyDefinition Name="PartialStartupAllowed" DisplayName="Partial Startup Allowed" ShortDescription="" DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="DescriptorFile" DisplayName="Text File Descriptor" ShortDescription="" IsRequired="true"  />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.text.TextConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="EnforceColumnCount" DisplayName="Enforce Column Count" ShortDescription="This forces the number of columns in text file to match what was modeled" DefaultValue="false" PropertyType="Boolean"  />
-            <PropertyDefinition Name="DateResultFormatsDelimiter" DisplayName="Date Result Formats Delimiter" ShortDescription="" IsExpert="true" />
-            <PropertyDefinition Name="DateResultFormats" DisplayName="Date Result Formats" ShortDescription="" IsExpert="true" />
-            <PropertyDefinition Name="Immutable" DisplayName="Is Immutable" ShortDescription="True if the source never changes." DefaultValue="true" IsRequired="true" PropertyType="Boolean" IsExpert="true" />
-        </ComponentType>
-                <ComponentType Name="XML Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.917-06:00" CreationDate="2008-10-31T10:26:19.917-06:00">
-            <PropertyDefinition Name="ConnectorTypeClassPath" DisplayName="Connector Type Class Path" ShortDescription="Connector Type classpath (defined by system, do not modify)" DefaultValue="extensionjar:connector_patch.jar;extensionjar:connector-xml-6.2.0-SNAPSHOT.jar;extensionjar:commons-codec-1.2.jar;extensionjar:commons-discovery-0.2.jar;extensionjar:commons-httpclient-3.0.1.jar;extensionjar:xmlsec-1.3.0.jar;extensionjar:axis-1.3.jar;extensionjar:axis-jaxrpc-1.3.jar;extensionjar:axis-saaj-1.2.jar;extensionjar:axis-schema-1.3.jar;extensionjar:commons-discovery-0.2.jar;extensionjar:jms-1.1.jar;extensionjar:jaxen-1.1.1.jar;extensionjar:nux-1.6.jar;extensionjar:opensaml-1.1b.jar;extensionjar:jetty-6.1.9.jar;extensionjar:jetty-util-6.1.9.jar;extensionjar:servlet-api-2.5-6.1.9.jar;extensionjar:wsdl4j-1.5.1.jar;extensionjar:wss4j-1.5.0.jar;extensionjar:xalan-2.7.0.jar;extensionjar:xom-1.2.jar" IsModifiable="false"/>
-            <PropertyDefinition Name="UsePostDelegation" DisplayName="Use Separate Classloader" ShortDescription="Set to true to indicate that the connector classpath and connector type classpath entries should be loaded by a connector specific post-delegation class loader." PropertyType="Boolean" IsRequired="true" IsExpert="true" DefaultValue="true"/>
-        </ComponentType>
-
-        <ComponentType Name="XML File Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.917-06:00" CreationDate="2008-10-31T10:26:19.917-06:00">
-            <PropertyDefinition Name="CharacterEncodingScheme" DisplayName="File Encoding Used" ShortDescription="A character-encoding scheme is a mapping between a coded character set and a set of octet (eight-bit byte) sequences. Some samples are UTF-8,ISO-8859-1,UTF-16)" DefaultValue="ISO-8859-1" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xmlsource.XMLSourceConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectionType" DisplayName="Type Of XML Connection" ShortDescription="Connection type used to get the XML data" DefaultValue="com.metamatrix.connector.xmlsource.file.FileConnection" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="DirectoryLocation" DisplayName="XML File(s) Directory Location" ShortDescription="" DefaultValue="" IsRequired="true"  />
-        </ComponentType>
-        <ComponentType Name="XML SOAP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.917-06:00" CreationDate="2008-10-31T10:26:19.917-06:00">
-            <PropertyDefinition Name="AuthPassword" DisplayName="Authentication User Password" ShortDescription="Password value for authentication" DefaultValue="" IsExpert="true" IsMasked="true"  />
-            <PropertyDefinition Name="SAMLPropertyFile" DisplayName="SAML Property File (only required when SAML profile used)" ShortDescription="SAML Security property file (saml.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="wsdl" DisplayName="WSDL File (URL)" ShortDescription="URL to Web Service Definition File" DefaultValue="" IsRequired="true"  />
-            <PropertyDefinition Name="AuthUserName" DisplayName="Authentication User Name" ShortDescription="Name value for authentication" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="WSSecurityType" DisplayName="WS-Security Type(UsernameToken, SAML..)" ShortDescription="Type of WS-Security to be used; Combinations of multiple security types can be used with a space in-between. Allowed types are: (UsernameToken, UsernameToken-Digest, SAMLTokenUnsigned, SAMLTokenSigned, Signature, Timestamp, Encrypt)" DefaultValue=""  />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xmlsource.XMLSourceConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="EncryptUserName" DisplayName="Encrypt UserName (only if Encrypt profile used)" ShortDescription="The username to be used in the encryption; if blank uses auth username" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="EndPoint" DisplayName="Alternate End Point" ShortDescription="An alternate service endpoint other than one specified in WSDL, to execute the service" DefaultValue=""  />
-            <PropertyDefinition Name="SecurityType" DisplayName="WebService Security Used(None, HTTPBasic, WS-Security)" ShortDescription="Type of Authentication to used with the web service; If WS-Secuirty is being used, then WS-Secuirty type must be defined" DefaultValue="None" IsRequired="true"  />
-            <PropertyDefinition Name="CryptoPropertyFile" DisplayName="User Crypto Property File (If SAML or Signature profile used)" ShortDescription="The file defines properties of cryptography;defines the certificates;(crypto.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="ConnectionType" DisplayName="Type Of XML Connection" ShortDescription="Connection type used to get the XML data" DefaultValue="com.metamatrix.connector.xmlsource.soap.SoapConnection" IsRequired="true" IsExpert="true"  />
-            <PropertyDefinition Name="EncryptPropertyFile" DisplayName="Encrypt crypto property file (only if Encrypt profile used)" ShortDescription="The file defines properties of cryptography for encryption of the message;(crypto.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="TrustType" DisplayName="Trust Type:(DirectReference or IssuerSerial)" ShortDescription="Only required for Signature and Signed SAML; The issuer-serial method presumes that all trusted users of the service are known to the service and have pre-registered their certificate chains before using the service. The direct-reference method presumes that the service operator trusts all users with certificates issued by a trusted CA." DefaultValue="DirectReference" IsExpert="true"  />
-        </ComponentType>
-        <ComponentType Name="XML-Relational File Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.918-06:00" CreationDate="2008-10-31T10:26:19.918-06:00">
-            <PropertyDefinition Name="FilePath" DisplayName="File Path" ShortDescription="" IsRequired="true" />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="CacheEnabled" DisplayName="Enable Document Caching" ShortDescription="" DefaultValue="false" IsRequired="true" PropertyType="Boolean" />
-            <PropertyDefinition Name="SaxFilterProviderClass" DisplayName="XML Filter Provider" ShortDescription="The class the provides extended XML Filters" DefaultValue="com.metamatrix.connector.xml.base.NoExtendedFilters"  IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.base.XMLConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.file.FileConnectorState" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="LogRequestResponseDocs" DisplayName="Log XML Request and Response Documents" ShortDescription="Write the request and response documents to the log at Info level" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="InputStreamFilterClass" DisplayName="Input Stream Filter Class" ShortDescription="The class to use to preprocess raw XML input stream" DefaultValue="com.metamatrix.connector.xml.base.PluggableInputStreamFilterImpl"  IsExpert="true" />
-            <PropertyDefinition Name="FileName" DisplayName="File Name" ShortDescription="" DefaultValue="" />
-            <PropertyDefinition Name="QueryPreprocessorClass" DisplayName="Query Preprocessor Class" ShortDescription="The class to use to preprocess the IQuery" DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"  IsExpert="true" />
-            <PropertyDefinition Name="ConnectorCapabilities" DisplayName="Connector Capabilities Class" ShortDescription="The class to use to provide the Connector Capabilities" DefaultValue="com.metamatrix.connector.xml.base.XMLCapabilities"  IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="XML-Relational HTTP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.920-06:00" CreationDate="2008-10-31T10:26:19.921-06:00">
-            <PropertyDefinition Name="SaxFilterProviderClass" DisplayName="XML Filter Provider" ShortDescription="The class the provides extended XML Filters" DefaultValue="com.metamatrix.connector.xml.base.NoExtendedFilters"  IsExpert="true" />
-            <PropertyDefinition Name="XMLParmName" DisplayName="XML Parameter Name" ShortDescription="" />
-            <PropertyDefinition Name="RequestTimeout" DisplayName="Request Timeout (in Milliseconds)" ShortDescription="" DefaultValue="10000" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="Authenticate" DisplayName="Authentication Required" ShortDescription="" DefaultValue="false" PropertyType="Boolean" IsModifiable="true" />
-            <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.http.HTTPConnectorState" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="HttpBasicAuthPassword" DisplayName="HTTP Basic Authentication Password" ShortDescription="Password value for HTTP basic authentication" DefaultValue="" IsExpert="true" IsMasked="true" />
-            <PropertyDefinition Name="AccessMethod" DisplayName="Access Method" ShortDescription="" DefaultValue="get" IsRequired="true">
-                <AllowedValue>get</AllowedValue>
-                <AllowedValue>post</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="ProxyUri" DisplayName="Proxy Server URI" ShortDescription="The URI of the proxy server" DefaultValue="" />
-            <PropertyDefinition Name="ConnectorCapabilities" DisplayName="Connector Capabilities Class" ShortDescription="The class to use to provide the Connector Capabilities" DefaultValue="com.metamatrix.connector.xml.base.XMLCapabilities"  IsExpert="true" />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="HttpBasicAuthUserName" DisplayName="HTTP Basic Authentication Name" ShortDescription="Name value for HTTP basic authentication" DefaultValue="" IsExpert="true" />
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.base.XMLConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="Uri" DisplayName="Server URI" ShortDescription="The URI of the HTTP source" IsRequired="true" />
-            <PropertyDefinition Name="UseHttpBasic" DisplayName="Use HTTP Basic authentication" ShortDescription="Use basic HTTP Authentication" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="LogRequestResponseDocs" DisplayName="Log XML Request and Response Documents" ShortDescription="Write the request and response documents to the log at Info level" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="TrustDeserializerClass" DisplayName="Trust Deserializer Class" ShortDescription="The class to use to process trusted payloads and execution payloads" DefaultValue="com.metamatrix.connector.xml.http.DefaultTrustDeserializer"  IsExpert="true" />
-            <PropertyDefinition Name="ParameterMethod" DisplayName="Parameter Method" ShortDescription="" DefaultValue="None" IsRequired="true">
-                <AllowedValue>None</AllowedValue>
-                <AllowedValue>Name/Value</AllowedValue>
-                <AllowedValue>XMLRequest</AllowedValue>
-                <AllowedValue>XMLInQueryString</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="InputStreamFilterClass" DisplayName="Input Stream Filter Class" ShortDescription="The class to use to preprocess raw XML input stream" DefaultValue="com.metamatrix.connector.xml.base.PluggableInputStreamFilterImpl"  IsExpert="true" />
-            <PropertyDefinition Name="HostnameVerifier" DisplayName="Hostname Verifier" ShortDescription="Class implementing javax.net.ssl.HostnameVerifier.  Used to implement a hostname mismatch workaround."  IsExpert="true" />
-            <PropertyDefinition Name="QueryPreprocessorClass" DisplayName="Query Preprocessor Class" ShortDescription="The class to use to preprocess the IQuery" DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"  IsExpert="true" />
-        </ComponentType>
-        <ComponentType Name="XML-Relational SOAP Connector" ComponentTypeCode="2" Deployable="true" Deprecated="false" Monitorable="false" SuperComponentType="XML Connector" ParentComponentType="Connectors" LastChangedDate="2008-10-31T10:26:19.919-06:00" CreationDate="2008-10-31T10:26:19.919-06:00">
-            <PropertyDefinition Name="AuthPassword" DisplayName="Authentication User Password" ShortDescription="Password value for authentication" DefaultValue="" IsExpert="true" IsMasked="true"  />
-            <PropertyDefinition Name="SaxFilterProviderClass" DisplayName="XML Filter Provider" ShortDescription="The class the provides extended XML Filters" DefaultValue="com.metamatrix.connector.xml.base.NoExtendedFilters"  IsExpert="true" />
-            <PropertyDefinition Name="AuthUserName" DisplayName="Authentication User Name" ShortDescription="Name value for authentication" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="WSSecurityType" DisplayName="WS-Security Type(UsernameToken, SAML..)" ShortDescription="Type of WS-Security to be used; Combinations of multiple security types can be used with a space in-between. Allowed types are: (UsernameToken, UsernameToken-Digest, SAMLTokenUnsigned, SAMLTokenSigned, Signature, Timestamp, Encrypt)" DefaultValue=""  />
-            <PropertyDefinition Name="XMLParmName" DisplayName="XML Parameter Name" ShortDescription="" DefaultValue="" IsModifiable="false" />
-            <PropertyDefinition Name="EncryptUserName" DisplayName="Encrypt UserName (only if Encrypt profile used)" ShortDescription="The username to be used in the encryption; if blank uses auth username" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="ExceptionOnSOAPFault" DisplayName="Exception on SOAP Fault" ShortDescription="Throw connector exception when SOAP fault is returned from source." DefaultValue="true" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="RequestTimeout" DisplayName="Request Timeout (in Milliseconds)" ShortDescription="" DefaultValue="10000" IsRequired="true" PropertyType="Integer" />
-            <PropertyDefinition Name="CryptoPropertyFile" DisplayName="User Crypto Property File (If SAML or Signature profile used)" ShortDescription="The file defines properties of cryptography;defines the certificates;(crypto.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="ConnectorStateClass" DisplayName="Connector State Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.soap.SOAPConnectorState" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="SOAPAction" DisplayName="SOAP-Action" ShortDescription="Value for SOAP-Action header" DefaultValue="" IsExpert="true" />
-            <PropertyDefinition Name="AccessMethod" DisplayName="Access Method (Get, Post)" ShortDescription="" DefaultValue="post" IsModifiable="false">
-                <AllowedValue>get</AllowedValue>
-                <AllowedValue>post</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="ProxyUri" DisplayName="Proxy Server URI" ShortDescription="The URI of the proxy server" DefaultValue="" />
-            <PropertyDefinition Name="EncryptPropertyFile" DisplayName="Encrypt crypto property file (only if Encrypt profile used)" ShortDescription="The file defines properties of cryptography for encryption of the message;(crypto.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="ConnectorCapabilities" DisplayName="Connector Capabilities Class" ShortDescription="The class to use to provide the Connector Capabilities" DefaultValue="com.metamatrix.connector.xml.base.XMLCapabilities"  IsExpert="true" />
-            <PropertyDefinition Name="SAMLPropertyFile" DisplayName="SAML Property File (only required when SAML profile used)" ShortDescription="SAML Security property file (saml.properties)" DefaultValue="" IsExpert="true"  />
-            <PropertyDefinition Name="Standard" DisplayName="Standard Type" ShortDescription="Standard Built-in Connector Type" DefaultValue="true" PropertyType="Boolean" IsExpert="true" IsModifiable="false" />
-            <PropertyDefinition Name="EncodingStyle" DisplayName="Encoding Style (RPC - Encoded, RPC - Literal, Document - Literal, Document - Encoded)" ShortDescription="Encoding Style" DefaultValue="Document - Literal" IsRequired="true">
-                <AllowedValue>RPC - Encoded</AllowedValue>
-                <AllowedValue>RPC - Literal</AllowedValue>
-                <AllowedValue>Document - Literal</AllowedValue>
-                <AllowedValue>Document - Encoded</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="ConnectorClass" DisplayName="Connector Class" ShortDescription="" DefaultValue="com.metamatrix.connector.xml.base.XMLConnector" IsRequired="true" IsExpert="true" />
-            <PropertyDefinition Name="Uri" DisplayName="Server URI" ShortDescription="The URI of the HTTP source" IsRequired="true" />
-            <PropertyDefinition Name="SecurityType" DisplayName="WebService Security Used(None, HTTPBasic, WS-Security)" ShortDescription="Type of Authentication to used with the web service; If WS-Secuirty is being used, then WS-Secuirty type must be defined" DefaultValue="None" IsRequired="true"  />
-            <PropertyDefinition Name="LogRequestResponseDocs" DisplayName="Log XML Request and Response Documents" ShortDescription="Write the request and response documents to the log at Info level" DefaultValue="false" PropertyType="Boolean" IsExpert="true" />
-            <PropertyDefinition Name="TrustDeserializerClass" DisplayName="Trust Deserializer Class" ShortDescription="The class to use to process trusted payloads and execution payloads" DefaultValue="com.metamatrix.connector.xml.soap.DefaultSoapTrustDeserializer"  IsExpert="true" />
-            <PropertyDefinition Name="ParameterMethod" DisplayName="Parameter Method (None, Name/Value, XMLRequest, XMLInQueryString)" ShortDescription="" DefaultValue="XMLRequest" IsModifiable="false">
-                <AllowedValue>None</AllowedValue>
-                <AllowedValue>Name/Value</AllowedValue>
-                <AllowedValue>XMLRequest</AllowedValue>
-                <AllowedValue>XMLInQueryString</AllowedValue>
-            </PropertyDefinition>
-            <PropertyDefinition Name="InputStreamFilterClass" DisplayName="Input Stream Filter Class" ShortDescription="The class to use to preprocess raw XML input stream" DefaultValue="com.metamatrix.connector.xml.base.PluggableInputStreamFilterImpl"  IsExpert="true" />
-            <PropertyDefinition Name="HostnameVerifier" DisplayName="Hostname Verifier" ShortDescription="a class implmenting javax.net.ssl.HostnameVerifier.  Used to implement a hostname mismatch workaround."  IsExpert="true" />
-            <PropertyDefinition Name="TrustType" DisplayName="Trust Type:(DirectReference or IssuerSerial)" ShortDescription="Only required for Signature and Signed SAML; The issuer-serial method presumes that all trusted users of the service are known to the service and have pre-registered their certificate chains before using the service. The direct-reference method presumes that the service operator trusts all users with certificates issued by a trusted CA." DefaultValue="DirectReference" IsExpert="true"  />
-            <PropertyDefinition Name="QueryPreprocessorClass" DisplayName="Query Preprocessor Class" ShortDescription="The class to use to preprocess the IQuery" DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"  IsExpert="true" />
-        </ComponentType>
-        
-    </ComponentTypes>
-</ConfigurationDocument>
\ No newline at end of file

Deleted: branches/as7/test-integration/db/src/main/resources/ctc_tests/deploy.properties
===================================================================
--- branches/as7/test-integration/db/src/main/resources/ctc_tests/deploy.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/db/src/main/resources/ctc_tests/deploy.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,187 +0,0 @@
-#
-# This is properties file used for bootstrap Teiid embedded for loading
-#
-
-# Path to the directory where the VDBs are located, or list of VDBS separated by ";"
-#vdb.definition=./${vdb}
-
-
-teiid.home=./target/teiid_home
-
-----
-
-#
-# This is properties file used for bootstrap Teiid embedded for loading
-#
-
-# name of the process that uniquely identifies this process( if ignored one will be assigned)
-processName=localhost
-
-# Path to the directory where the VDBs are located
-#dqp.deploydir=./target/classes/tests/vdbs
-#./vdbs
-
-#vdb.definition=./vdbs/${vdb}
-
-#Extensions directory - where the Connector Binding's classpath jar files are loaded.
-#Use of this property is an implicit declaration that each Connector Binding has its own Class Loader.
-#dqp.extensions=./extensions/
-
-#Path to instance specific temporary information for caching, buffering, and transactions
-dqp.workdir=./work
-
-#Path to the Teiid Configuration file (manages connector types and shared connector bindings)
-dqp.configFile=../configuration.xml
-
-#Jars to load, which will be available to all services: UDFs, command logging, etc.
-#dqp.extension.CommonClasspath=extensionjar:x.jar,extensionjar:y.jar
-
-#Location of the UDF model
-#dqp.userDefinedFunctionsFile=extensionjar:FunctionDefinition.xmi
-
-#
-# Processor settings
-# 
-
-#Process pool maximum thread count. (default 64)
-process.maxThreads=64
-
-#Query processor time slice, in milliseconds. (default 2000)
-process.timeSliceInMilli=2000
-
-#Plan debug messages allowed. see option debug.
-process.optionDebugAllowed=true
-
-#Maximum allowed fetch size, set via JDBC. User requested value ignored above this value. (default 20000)
-process.maxRowsFetchSize=20000
-
-# The max lob chunk size transferred each time when processing blobs, clobs(10KB default) 
-process.lobChunkSizeInKB=10
-
-#
-# BufferManager Settings
-#
-
-#The max size of a batch sent between connector and query service. Should be even multiple of processorBatchSize. (default 2000)
-dqp.buffer.connectorBatchSize=2000
-
-#The max size of a batch sent internally within the query processor. Should be <= the connectorBatchSize. (default 2000)
-dqp.buffer.processorBatchSize=2000
-
-#Defines whether to use disk buffering or not. (default true)
-dqp.buffer.useDisk=true
-
-#The numeric memory size in MB, to be used before disk buffering kicks in (default 64)
-dqp.buffer.memory=64
-
-#
-# Cache Settings
-#
-
-#The maximum number of query plans that are cached. Note: this is a memory based cache. (default 250) 
-PreparedPlanCache.maxCount=250
-
-#Maximum number of cached lookup tables. Note: this is a memory based cache and should be set to a value of at least 10 to accomidate system usage. (default 200)
-CodeTables.maxCount=200
-
-#Maximum number of records in a single lookup table (default 10000)
-CodeTables.maxRowsPerTable=10000
-
-#Maximum number of records in all lookup tables (default 200000)
-CodeTables.maxRows=200000
-
-#Denotes whether or not result set caching is enabled. (default false)
-ResultSetCache.enabled=false
-
-#The maximum size in MB the result set cache will be allowed to grow to before objects are removed. 0 indicates no limit. (default 50)
-#ResultSetCache.maxSizeInMB=50
-
-#The maximum time a result set will be kept in cache before being automatically cleared. 0 indicates no limit. (default 3600000)
-#ResultSetCache.maxAgeInSeconds=3600000
-
-#Defines whether caching is restricted to a specific session ('session') or a specific VDB version ('vdb'). (default vdb)	
-#ResultSetCache.scope=vdb
-
-#
-# Session Service Settings
-#
-
-#Maximum number of sessions allowed by the system (default 5000)
-session.maxSessions=5000
-
-#Max allowed time before the session is terminated by the system (default unlimited, default is 86400000 - 24hrs)
-#session.expirationTimeInMilli=86400000
-
-#
-# Membership Service Settings (handles the authentication of the user)
-#
-
-membership.enabled=true
-membership.superUser=admin
-membership.superUserPassword=teiid
-#Membership Domain Order (comma separated list of domains to authenticate user. ex: file, ldap)
-membership.DomainOrder=file,ldap
-#Allow connections only from specified hosts
-#membership.allowedHosts=
-
-
-#
-# Authorization Service Settings (membership must be enabled to check any authorizations)
-#
-auth.check_entitlements=false
-########  auth.adminRolesFile=./tests/admin-roles.properties
-
-#
-# Socket transport
-#
-
-# Setting to enable the use of a per connection 128 bit AES key 
-# to encrypt sensitive client server traffic (default true) 
-client.encryption.enabled=true
-
-server.portNumber=31000
-server.bindAddress=localhost
-
-#Max number of threads dedicated to Admin and initial request processing (default 15)
-server.maxSocketThreads=15
-
-#SO_RCVBUF size, 0 indicates that system default should be used (default 0)
-server.inputBufferSize=0
-
-#SO_SNDBUF size, 0 indicates that system default should be used (default 0)
-server.outputBufferSize=0
-
-# SSL Settings
-#Setting to enable the use of SSL for socket connections.  Note all client must use the mms protocol when enabled. (default false)
-ssl.enabled=false
-#ssl.protocol=SSLv3
-
-#SSL Authentication Mode, may be one of 1-way, 2-way, or annonymous (default 1-way)
-#ssl.authenticationMode=1-way
-#ssl.keymanagementalgorithm=
-#ssl.keystore.filename=ssl.keystore
-#ssl.keystore.Password=changeme
-#ssl.keystoretype=JKS
-#ssl.truststore.filename=teiid.truststore
-#ssl.truststore.Password=changeme
-
-#
-# Transaction Settings
-#
-
-# Setting to enable the use of transactions for XA, local, 
-# and request scope transactions (default true) 
-xa.enabled=true
-
-# default transaction time out in seconds (default 120)
-xa.max_timeout=120
-
-# Setting to enable recovery scans (default true)
-xa.enable_recovery=true
-
-# JBoss transactions status port (default 0 - selects an available port)
-xa.txnstatus_port=0
-
-
-
-

Deleted: branches/as7/test-integration/db/src/main/resources/transactions/transaction.properties
===================================================================
--- branches/as7/test-integration/db/src/main/resources/transactions/transaction.properties	2011-11-03 14:34:35 UTC (rev 3605)
+++ branches/as7/test-integration/db/src/main/resources/transactions/transaction.properties	2011-11-03 18:08:44 UTC (rev 3606)
@@ -1,104 +0,0 @@
-#
-# This is properties file used for bootstrap Teiid embedded for loading
-#
-#Path to the Teiid Configuration file
-dqp.configFile=../configuration.xml
-
-# Path to the directory where the VDBs are located, or list of VDBS separated by ";"
-vdb.definition=./Transaction.vdb
-dqp.buffer.usedisk=false
-dqp.buffer.processorBatchSize=5
-dqp.buffer.connectorBatchSize=5
-
-xa.enable_recovery=false
-
-teiid.home=target/scratch
-
-processName=integrationTest
-
-#xa.txnstore_dir=./txndir
-
-#dqp.workdir=./tmp/
-
-#only for testing, as this takes more time to start and shutdown
-#metamatrix.xatxnmgr.enable_recovery=false
-
-
-#Log file (optional) - will be modified to include the instance name, i.e. teiid_1.log 
-dqp.logFile=./teiid.log
-
-#Logging level (CRITICAL=1,ERROR=2,WARNING=3,INFO=4,DETAIL=5) (optional: default 3) 
-dqp.logLevel=3
-
-#Extensions directory - where the Connector Binding's classpath jar files are loaded.
-#Use of this property is an implicit declaration that each Connector Binding has its own Class Loader.
-#dqp.extensions=./extensions/
-
-#Path to instance specific temporary information for caching, buffering, and transactions
-dqp.workdir=./work
-
-#Jars to load, which will be available to all services: UDFs, command logging, etc.
-#dqp.extension.CommonClasspath=extensionjar:x.jar,extensionjar:y.jar
-
-#Location of the UDF model
-#dqp.userDefinedFunctionsFile=extensionjar:FunctionDefinition.xmi
-
-#
-# Processor settings
-# 
-
-#Process pool maximum thread count. (default 64)
-#ProcessPoolMaxThreads=64
-
-#Query processor time slice, in milliseconds. (default 2000)
-#ProcessorTimeslice=2000
-
-#Maximum allowed fetch size, set via JDBC. User requested value ignored above this value. (default 20000)
-#MaxFetchSize=20000
-
-#The maximum number of query plans that are cached. Note: this is a memory based cache. (default 250) 
-#MaxPlanCacheSize=250
-
-#
-# BufferManager Settings
-#
-
-#The max size of a batch sent between connector and query service. Should be even multiple of processorBatchSize. (default 2000)
-#dqp.buffer.connectorBatchSize=2000
-
-#The max size of a batch sent internally within the query processor. Should be <= the connectorBatchSize. (default 2000)
-#dqp.buffer.processorBatchSize=2000
-
-#Defines whether to use disk buffering or not. (default 64)
-#dqp.buffer.useDisk=true
-
-#The numeric memory size in MB, to be used before disk buffering kicks in (default 64)
-#dqp.buffer.memory=64
-
-#
-# Cache Settings
-#
-
-#Maximum number of cached lookup tables. Note: this is a memory based cache. (default 20)
-#MaxCodeTables=50
-
-#Maximum number of records in a single lookup table (default 10000)
-#MaxCodeTableRecords=10000
-
-#Denotes whether or not result set caching is enabled. (default false)
-#ResultSetCacheEnabled=false
-
-#The maximum size in MB the result set cache will be allowed to grow to before objects are removed. 0 indicates no limit. (default 50)
-#ResultSetCacheSize=50
-
-#The maximum time a result set will be kept in cache before being automatically cleared. 0 indicates no limit. (default 3600000)
-#ResultSetCacheMaxAge=3600000
-
-#Defines whether caching is restricted to a specific session ('session') or a specific VDB version ('vdb'). (default vdb)	
-#ResultSetCacheScope=vdb
-
-
-
-
-
-



More information about the teiid-commits mailing list