[teiid-commits] teiid SVN: r627 - trunk/common-internal/src/main/java/com/metamatrix/common/config/xml.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Mar 23 17:59:58 EDT 2009


Author: rareddy
Date: 2009-03-23 17:59:58 -0400 (Mon, 23 Mar 2009)
New Revision: 627

Modified:
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_Base_ImportExportUtility.java
Log:
TEIID-323

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_Base_ImportExportUtility.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_Base_ImportExportUtility.java	2009-03-23 21:59:31 UTC (rev 626)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_Base_ImportExportUtility.java	2009-03-23 21:59:58 UTC (rev 627)
@@ -1257,7 +1257,7 @@
         iterator = componentTypes.iterator();
         while (iterator.hasNext()) {
             ComponentType type = (ComponentType)iterator.next();
-            checkForComponentTypeID(type.getSuperComponentTypeID(), componentTypeIDs);
+          //  checkForComponentTypeID(type.getSuperComponentTypeID(), componentTypeIDs);
  //           checkForProductTypeID(type, type.getParentComponentTypeID(), productTypeIDs, componentTypeIDs);
         }
 




More information about the teiid-commits mailing list