[
https://jira.jboss.org/jira/browse/TEIID-1079?page=com.atlassian.jira.plu...
]
Ramesh Reddy resolved TEIID-1079.
---------------------------------
Resolution: Done
Translator looks for files with "-translator.xml" file for deployment. In single
XML file, user can define multiple "Translators". Here is a sample translator
XML file
----------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
<translator-factory>
<translator>
<name>ldap</name>
<execution-factory-class>org.teiid.translator.ldap.LDAPExecutionFactory</execution-factory-class>
<translator-property name="SearchDefaultBaseDN" value=""
/>
<translator-property name="SearchDefaultScope"
value="SUBTREE_SCOPE" />
<translator-property name="RestrictToObjectClass"
value="false" />
</translator>
</translator-factory>
----------------------------------------------------------
name, execution-factory-class : are mandatory properties. each
"translator-property" represents a custom property in each translator.
Provide deployer for the Translation Layer components.
------------------------------------------------------
Key: TEIID-1079
URL:
https://jira.jboss.org/jira/browse/TEIID-1079
Project: Teiid
Issue Type: Sub-task
Components: Server
Affects Versions: 7.0
Environment: 7.0 M3
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 7.0
The translation layer properties will be provided to the teiid engine through
"-tl.xml" properties. Teiid must provide a deployer to read this properties and
create appropriate translation layer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira