[JBoss JIRA] Created: (TEIID-652) Custom Connectors: Teiid looks in configuration.xml--not ConfigurationInfo.def--for connector information
by Paul Nittel (JIRA)
Custom Connectors: Teiid looks in configuration.xml--not ConfigurationInfo.def--for connector information
---------------------------------------------------------------------------------------------------------
Key: TEIID-652
URL: https://jira.jboss.org/jira/browse/TEIID-652
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 6.1.0
Environment: fedora 10, java 1.6.0_10b33, Teiid 6.1.0M4, Designer 6/1/09
Reporter: Paul Nittel
Assignee: Steven Hawkins
Attachments: Jahoo.vdb
I created the Yahoo UDF project and tested it in the Designer. All OK.
I exported the VDB to Teiid/deploy and copied the connector jars to Teiid/extensions. I was able to query the two relational sources, but not Yahoo. Ramesh and I found we could add the ConnectorClass and ConnectorClassPath properties to the yahoo binding section of ConfigurationInfo.def and it would work. Deleting those and copying the entire Yahoo ConnectorType sectioninto configuration.xml also worked.
Teiid is looking in the wrong place for the connector type information. (Artifacts are attached.)
--
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
16 years
[JBoss JIRA] Created: (TEIID-667) Simplify "Command Logging"
by Ramesh Reddy (JIRA)
Simplify "Command Logging"
--------------------------
Key: TEIID-667
URL: https://jira.jboss.org/jira/browse/TEIID-667
Project: Teiid
Issue Type: Task
Components: Common
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 6.2.0
Currently the command logging is defined by Tracking Service and it can be extended by the user through "CommandLoggerSPI". This is verbose, Command Logger should be no different than any other logging, only that the messages are sent to a specific context. User should have ability to stream to Teiid log file, or can add appender to separate them from main log file. File based appender should be supported.
--
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
16 years