[JBoss JIRA] (TEIIDDES-2599) Couple issues with Teiid Connection Importer
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2599:
--------------------------------------
Summary: Couple issues with Teiid Connection Importer
Key: TEIIDDES-2599
URL: https://issues.jboss.org/browse/TEIIDDES-2599
Project: Teiid Designer
Issue Type: Bug
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 9.2
If a Data Source doesn't have a driver, selecting it will cause an NPE. Need to add null check.
If a the ds name or translator type is null, then SetTranslatorPage will throw an illegal arg on widget's setText(null)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2592) Connecting to remote server takes a very long time
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2592?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2592:
-----------------------------------
Fix Version/s: 9.0.3
(was: 9.0.4)
> Connecting to remote server takes a very long time
> --------------------------------------------------
>
> Key: TEIIDDES-2592
> URL: https://issues.jboss.org/browse/TEIIDDES-2592
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 9.0.2, 9.0.3
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 9.0.3, 9.2
>
> Attachments: org.teiid.runtime.client.patch
>
>
> Any interaction with remote server, such as connecting, importing from teiid connection or listing vdbs and datasources takes a very long time (minutes) when there are many datasources (30+) defined on the server
> blafond: We're compiling lists of DS, Translator and VDB objects. DS's basically take 3 different CLI calls to pull together. If you're not carefull, this results in CLI calls, calling other CLI calls repeatedly
> blafond: 30 Data sources were resulting in 900 + calls to the server, when it should have been maybe.... 60
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2598) Export DDL should support TeiiD as DDL "Type"
by Tom Johnston (JIRA)
Tom Johnston created TEIIDDES-2598:
--------------------------------------
Summary: Export DDL should support TeiiD as DDL "Type"
Key: TEIIDDES-2598
URL: https://issues.jboss.org/browse/TEIIDDES-2598
Project: Teiid Designer
Issue Type: Feature Request
Reporter: Tom Johnston
I have a number of views to create.
I have created the 1st one.
I wanted the 1st one to be my template to creating the hundreds of others.
I thought through this and here was my approach.
Export the one I created as DDL.
Generate a script based upon the DDL to create the hundreds of others as one DDL file
IMPORT the DDL (teiid) as Views.
I found that there isnt a way to export already created objects as TeiiD ddl to start the process.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2441) Problems with dialogs in constrained resolutions
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2441?page=com.atlassian.jira.plu... ]
Andrej Šmigala closed TEIIDDES-2441.
------------------------------------
Resolved in previous release
> Problems with dialogs in constrained resolutions
> ------------------------------------------------
>
> Key: TEIIDDES-2441
> URL: https://issues.jboss.org/browse/TEIIDDES-2441
> Project: Teiid Designer
> Issue Type: Quality Risk
> Components: Dialogs
> Affects Versions: 8.0
> Reporter: Steven Hawkins
> Assignee: Barry LaFond
> Fix For: 9.0.3
>
>
> When working with a small resolution, such as 800x600, many dialogs seem to cutoff critical controls such that cannot be resized and progress cannot be made.
> This has been observed with the vdb editor not showing the roles editor and the web service creation dialog not being able to make progress.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-1386) Cannot multi-select schema contents when building response procedure result set (Web Service as input)
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1386?page=com.atlassian.jira.plu... ]
Andrej Šmigala reopened TEIIDDES-1386:
--------------------------------------
This issue is not fixed.
The attached commits enable multiselecting contents in the XML File Source import wizard. While this change is beneficial, the issue was reported for the SOAP Web Service import wizard.
> Cannot multi-select schema contents when building response procedure result set (Web Service as input)
> ------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1386
> URL: https://issues.jboss.org/browse/TEIIDDES-1386
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 7.7.1
> Reporter: Paul Nittel
> Assignee: Barry LaFond
> Fix For: 9.0.3, 9.2
>
> Attachments: CannotMultiSelect.png
>
>
> When modeling the response result set for an incoming Web Service, the user must select each attribute individually and click the Add button. Intuitively, I tried to multi-select the attributes, but that is not permitted. It should be. :-) Screenshot is attached.
> I used the Oorsprong FullCountryInfo operation which has several output attributes from which to choose.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2592) Connecting to remote server takes a very long time
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2592?page=com.atlassian.jira.plu... ]
Andrej Šmigala updated TEIIDDES-2592:
-------------------------------------
Priority: Blocker (was: Critical)
> Connecting to remote server takes a very long time
> --------------------------------------------------
>
> Key: TEIIDDES-2592
> URL: https://issues.jboss.org/browse/TEIIDDES-2592
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 9.0.2, 9.0.3
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 9.2, 9.0.4
>
> Attachments: org.teiid.runtime.client.patch
>
>
> Any interaction with remote server, such as connecting, importing from teiid connection or listing vdbs and datasources takes a very long time (minutes) when there are many datasources (30+) defined on the server
> blafond: We're compiling lists of DS, Translator and VDB objects. DS's basically take 3 different CLI calls to pull together. If you're not carefull, this results in CLI calls, calling other CLI calls repeatedly
> blafond: 30 Data sources were resulting in 900 + calls to the server, when it should have been maybe.... 60
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months