Address Transformation Engine error message
Brought to you by:
evsanchez
The "Error!!! The transformation engine is not a valid transformationEngine" is always displayed when executing an ATC model transformation. The engine is fine and is properly registered. It seems that the code that issues the message is called too early, or that the Engine Registration process is not occurring, but everything works fine anyways.
'TransformationModelExtentTab.initializeFrom' should be where Transformation Engines are initialized. This method should be called, and it must happen before the code that issues the error message.