Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328024 - ExecutionManager class does not update the Resources.Factory.Registry of the Resource set when a transformation is executed from API
Summary: ExecutionManager class does not update the Resources.Factory.Registry of the ...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: GMT.Mofscript (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jon Oldevik CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-18 05:45 EDT by Adrián Noguero CLA
Modified: 2012-11-28 11:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.