Description of problem: After unpublishing teiid models the models still remain in xmi_model view Version-Release number of selected component (if applicable): JBDS 7.1.1.GA + JBDS-IS 7.0.2.CR1 + DV 6.0.0.GA How reproducible: always Steps to Reproduce: 1. Publish teiid model 2. Check modeshape view xmi_model 3. Unpublish the teiid model 4. The model is still in xmi_model view Actual results: The model is still in xmi_model view Expected results: The model should be removed from xmi_model view
This is not a bug, but in fact the way it was intended to work. When a file is published, it is stored in the repository and asynchronously sequenced (if an appropriate file type that can be sequenced) and the resulting sequenced output is stored in the repository where it can be seen via queries. The sequenced file and the sequenced output are stored in separate locations. When the same file is then unpublished, only the file is removed from the repository; the content previously sequenced from that file is not automatically removed, but can be manually removed if desired. While there are scenarios where the previously-sequenced content should be removed, there are also scenarios where the previously-sequenced content should not be removed. So our policy is that we don't **automatically** remove content.
Andrej Podhradsky <apodhrad> updated the status of jira MODETOOLS-77 to Resolved
Randall, thank you for the explanation!