[JBoss JIRA] Created: (TEIIDDES-209) New Text File or XML Connectors do not show up in Connectors View
by Barry LaFond (JIRA)
New Text File or XML Connectors do not show up in Connectors View
-----------------------------------------------------------------
Key: TEIIDDES-209
URL: https://jira.jboss.org/jira/browse/TEIIDDES-209
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 6.0.0, 6.1.0
Reporter: Barry LaFond
Fix For: Future
1) Select "Text File Connector" in Connectors View
2) Right-click select "New"
3) Provide some name for new connector and click "OK"
4) New connector does not show up in Connectors View (under Text File Connector)
5) Selecting the "Hide Connector Types" action reveals the new connector
There's a ConnectionBindingManager.geBindingsForType() method calling getBindingsForType() with a "filter flag = TRUE" causing the the binding check to use the Filtered map instead of non-filtered map.
Not sure if this is intended or not.
Javadoc says: "theFilterFlag the flag indicating if the result should be filtered to only include those that are supported by the DQP"
--
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
14 years, 5 months
[JBoss JIRA] Created: (TEIIDDES-203) After importing the yahooconn.cdk, Designer "claims" the associated jar file is not needed
by Paul Nittel (JIRA)
After importing the yahooconn.cdk, Designer "claims" the associated jar file is not needed
------------------------------------------------------------------------------------------
Key: TEIIDDES-203
URL: https://jira.jboss.org/jira/browse/TEIIDDES-203
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 6.1.0
Environment: Fedora 10, JDK 1.6.0_10b33, Teiid Designer Snapshot from 6/2/09
Reporter: Paul Nittel
I was following the instructions for the E2E Yahoo UDF Test Script.
1 - Start the Designer
2 - Create a project
3 - Import the cdk file
4 - Note the importer has also imported the jar file.
Didn't do that. After selecting the cdk file, the import wizard reported, "1 connector type(s) and 0 connector(s) will be imported. No archive files need to be imported. Click 'Finish" to import."
The connector type's properties include the correct name for the jar file.
There were no exceptions.
--
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
14 years, 5 months
[JBoss JIRA] Created: (TEIIDDES-194) jdbc Oracle import does not create connector
by Luca Gioppo (JIRA)
jdbc Oracle import does not create connector
--------------------------------------------
Key: TEIIDDES-194
URL: https://jira.jboss.org/jira/browse/TEIIDDES-194
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 6.0.0
Environment: eclipse.buildId=M20080911-1700
java.version=1.6.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT
Command-line arguments: -os win32 -ws win32 -arch x86
Reporter: Luca Gioppo
Importing model from jdbc
Creating a new source for an Oracle 9 DB
using jdbc14.jar and adding to udf (and a second time in the source definition)
the jar from the oracle instant client
the connection work, tables are imported but at hte end of the import the error is:
Error post processing import (extension class=class com.metamatrix.modeler.internal.dqp.ui.jdbc.ConnectorBindingImportPostProcessor)
--
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
14 years, 5 months
[JBoss JIRA] Created: (TEIIDDES-176) Desinger needs to embed "Teiid Embedded" as a plugin, with only dependencies to "public" APIs.
by Ramesh Reddy (JIRA)
Desinger needs to embed "Teiid Embedded" as a plugin, with only dependencies to "public" APIs.
----------------------------------------------------------------------------------------------
Key: TEIIDDES-176
URL: https://jira.jboss.org/jira/browse/TEIIDDES-176
Project: Teiid Designer
Issue Type: Feature Request
Components: Teiid Integration
Reporter: Ramesh Reddy
Assignee: Johnny Verhaeg
Priority: Critical
> On Wed, 2009-05-06 at 11:35 -0400, John Doyle wrote:
>> I'm throwing this idea out there with very little idea of how the
>> links between Teiid and Designer function, but I think it would be
>> cool and beneficial.
>>
>> AFAIK we don't have a user story abut how you update the version of
>> Teiid that is delivered with Designer. I think that it would be
>> very cool if we exposed this cabability in designer similar to the
>> way Installed JREs are exposed through the Preferences page.
>> Designer could come with a version of Teiid, but users could point
>> Designer to other versions of Teiid installed on their system and
>> choose to run with those. One of the goals we have discussed is
>> that we don't want Designer to be wedded to a particular version of
>> Teiid. Defining the links between to two in this manner would
>> force a contract and make it easy to test and validate that
>> Designer 6.X works with Teiid 6.X and 7.X, etc.
>>
>> What do you think?
> Well that is certainly the case going forward to have such modularity,
> as this has been discussed before. However, that is not case today.
> There needs to be huge re-work needs to be done in designer before we
> can achieve this. Currently Designer knows too much about the Teiid's
> configuration, that needs to be fixed such that it only communicates
> only through the known public API like JDBC and Admin API.
>
> Ramesh..
--
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
14 years, 6 months