Author: vhalbert(a)redhat.com
Date: 2009-04-10 11:41:05 -0400 (Fri, 10 Apr 2009)
New Revision: 746
Modified:
branches/remove_psc/common-internal/src/main/resources/com/metamatrix/common/i18n.properties
branches/remove_psc/common-internal/src/test/resources/config-original.xml
Log:
Teiid 323 - removing the psc nomeclature
Modified:
branches/remove_psc/common-internal/src/main/resources/com/metamatrix/common/i18n.properties
===================================================================
---
branches/remove_psc/common-internal/src/main/resources/com/metamatrix/common/i18n.properties 2009-04-10
03:06:06 UTC (rev 745)
+++
branches/remove_psc/common-internal/src/main/resources/com/metamatrix/common/i18n.properties 2009-04-10
15:41:05 UTC (rev 746)
@@ -137,8 +137,8 @@
ERR.003.001.0096 = ConfigurationModelContainer processing error: The container has
already been initially populated.
ERR.003.001.0097 = This {0} instance (ID={0}) cannot be cloned.
ERR.003.001.0098 = ConfigurationModelContainer Cloning Error on configuration: {0}
message: {1}
-ERR.003.001.0099 = Unable to import input stream for configuration {0}
-ERR.003.001.0100 = Unable to export output stream for configuration {0}
+ERR.003.001.0099 = Unable to read configuration file {0}, verify its formatted properly
+ERR.003.001.0100 = Unable to write configuration {0} output stream, formatting issues
ERR.003.001.0101 = ConfigurationModelContainer processing error: Unable to remove
component of type: {0}
Modified: branches/remove_psc/common-internal/src/test/resources/config-original.xml
===================================================================
--- branches/remove_psc/common-internal/src/test/resources/config-original.xml 2009-04-10
03:06:06 UTC (rev 745)
+++ branches/remove_psc/common-internal/src/test/resources/config-original.xml 2009-04-10
15:41:05 UTC (rev 746)
@@ -154,6 +154,17 @@
</Properties>
</Service>
</Services>
+ <ConnectorBindings>
+ <Connector Name="Test Connector" ComponentType="JDBC
Connector" LastChangedBy="ImportConfiguration"
LastChangedDate="2005-03-09T06:28:34.422-06:00"
CreatedBy="ImportConfiguration"
CreationDate="2005-03-09T06:28:34.422-06:00"
QueuedService="false">
+ <Properties>
+ <Property Name="Password">abc</Property>
+ <Property Name="User">theuser</Property>
+ <Property
Name="URL">jdbc:mmx://server:port</Property>
+ <Property Name="Driver">driver.class</Property>
+ </Properties>
+ </Connector>
+ </ConnectorBindings>
+
<ComponentTypes>
<ComponentType Name="Service" ComponentTypeCode="1"
Deployable="false" Deprecated="false" Monitorable="false"
ParentComponentType="VM" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.943-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.943-06:00">
<PropertyDefinition Name="metamatrix.service.essentialservice"
DisplayName="Essential Service" ShortDescription="Indicates if the service
is essential to operation of the Integration Server" DefaultValue="false"
Multiplicity="1" PropertyType="Boolean" IsExpert="true"
IsHidden="true" />
Show replies by date