Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 11. Packaging and Deploying the Translator
11.1. Packaging Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
Once the "ExecutionFactory" class is implemented, package it in a JAR file. Then add the following named file in "META-INF/services/org.teiid.translator.ExecutionFactory" with contents specifying the name of your main Translator file. Note that, the name must exactly match to above. This is Java's standard service loader pattern. This will register the Translator for deployment when the JAR is deployed.
org.teiid.translator.custom.CustomExecutionFactory