Author: vhalbert(a)redhat.com
Date: 2009-04-12 17:30:53 -0400 (Sun, 12 Apr 2009)
New Revision: 760
Modified:
branches/remove_psc/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationObjectEditor.java
Log:
Teiid 323 - refactured the xml configuration classes to simplify importing/exporting and
to clean up the removal of psc, resourcepool and product type related info
Modified:
branches/remove_psc/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationObjectEditor.java
===================================================================
---
branches/remove_psc/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationObjectEditor.java 2009-04-12
20:09:44 UTC (rev 759)
+++
branches/remove_psc/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationObjectEditor.java 2009-04-12
21:30:53 UTC (rev 760)
@@ -2850,7 +2850,7 @@
// }
// }
//this will overwrite the service if it already is in the Configuration
- targetConfig.addComponentDefn(basicService);
+ // targetConfig.addComponentDefn(basicService);
return deployComponent;
Show replies by date