Hi, I am curious about the removeProductType() method in the following class : https://svn.apache.org/repos/asf/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/repository/DataSourceRepositoryManager.java
<https://svn.apache.org/repos/asf/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/repository/DataSourceRepositoryManager.java>Since each Product is a member of a single Product Type, don't we have to delete all the Products of the deleted Product Types too (i..e reference and metadata table.) ? I read the TODO comment and I am just curious as to why the deletion was not done here or rather, the reason behind the assumption in the comment. Thanks, -- Sheryl
