Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JET FAQ Why do I have an 'Error: Unknown function name' with my custom XPath Function ?

Question

I created a custom XPath function, but when I launch my jet transformation, I get an "Error: Unknow function name".

Answer

You have to run the jet transformation in a runtime workspace.

If you have defined the function in your jet transformation project, a bug is open about jet loading : https://bugs.eclipse.org/bugs/show_bug.cgi?id=195397.

If you have defined the function in another plug-in project from the workspace, Jet is not able to load the project while you launch the transformation. Using the transformation in a runtime workspace avoid this problem. You can also package your project and to install it to the workbench.

See Also

JET FAQ How do I create custom XPath Function?

Back to M2T-JET-FAQ

Back to the top