JBoss Community Archive (Read Only)

Teiid 8.13

Packaging

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 into JBoss AS.

org.teiid.translator.custom.CustomExecutionFactory        
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 12:30:16 UTC, last content change 2012-01-18 03:02:15 UTC.