Changes made to the UDF model (FunctionDefinitions.xmi) are not available for use in transformations. So if I create a new function, that function will not be found using the transformation editor's expression builder. The problem is in the com.metamatrix.modeler.transformation.udf.UdfManager class. The UdfManager is responsible for alerting the FunctionLibraryManager of changes to the UDF model and is not doing that.
See workaround below.
- relates to
-
TEIIDDES-166 Exceptions Displaying Just Deleted Function In Expression Builder
- Closed