Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 328024

Summary: ExecutionManager class does not update the Resources.Factory.Registry of the Resource set when a transformation is executed from API
Product: z_Archived Reporter: Adrián Noguero <adrian.noguero>
Component: GMT.MofscriptAssignee: Jon Oldevik <jon.oldevik>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Adrián Noguero CLA 2010-10-18 05:45:31 EDT
The _fileResources : ResourceSet property of ExecutionManager class is not updated with the information of the EMF Resources.Factory.Registry.INSTANCE when a transformation is executed through the API.

This update is performed in the ExecutionManager#loadSourceModels() operation; however, it should be called elsewhere in the code so that the update is also performed during API execution.