[JBoss JIRA] (TEIIDDES-2421) Flat file import does not set File Encoding translator override on source model
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2421?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2421:
----------------------------------------
There are some complicated issues here.
* The Translator Overrides in the workspace are dependent on a running Teiid server connection. Teiid provides the tempates for the given translator/connector.
* Users can import a flat file without a server.
* Though the flat file connection profile is a non-Teiid Eclipse Datatools contribution, it would mean hard-coding both the Data Tools AND Teiid constants for the encoding property key in order to apply it to source model connection properties.
Doable, just not elegant.
> Flat file import does not set File Encoding translator override on source model
> -------------------------------------------------------------------------------
>
> Key: TEIIDDES-2421
> URL: https://issues.jboss.org/browse/TEIIDDES-2421
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.1
> Reporter: Andrej Šmigala
> Priority: Minor
> Fix For: Future
>
>
> When importing from flat file with connection profile that has a file encoding specified, that file encoding is not set as a Translator Override on the source model. A workaround is to set it manually.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TEIIDDES-2428) Import -> JDBC Database -> Select Database Metadata >> Unhandled event loop exception
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2428?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2428:
-----------------------------------
Attachment: JdbcImportObjectsPage.java.patch
The attached patch should fix the issue for good. It prevents widget event handlers calling refresh() if refresh is already in progress.
> Import -> JDBC Database -> Select Database Metadata >> Unhandled event loop exception
> -------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2428
> URL: https://issues.jboss.org/browse/TEIIDDES-2428
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.1
> Reporter: Leslie Mann
> Attachments: JdbcImportObjectsPage.java.patch
>
>
> I'm receiving an "Unhandled event loop exception - java.lang.StackOverflowError" when attempting to import a SQLServer 2008 database via JDBC when creating a source model using the Wizard. Error is occurring during the 'Select Database Metadata' step.
> If I elect to not close Eclipse I can click the 'Next' button but the Wizard then complains with the error 'Specifiy the folder in which to create the new file'.
> Interestingly enough I can proceed without issue on a separate SQL Server 2012 database. I'm using the MS 2012 JDBC driver with password authentication on the 2012 database while the 2008 database uses integrated authentication. The 2008 JDBC connection works fine when 'Testing Connection' and in the 'Database Development' view. I see that the password field is accessible while the username field is not, I would have expected both to be not available when using integrated authentication. Tried using jTDS driver but same issue, can browse catalogs in Database Development view, execute queries, etc without issue but can't get beyond the 'Select Database Metadata' step.
> Last week I was able to import the 2008 database using Designer 9.0 without issue.
> System is Win 7, eclipse.buildId=4.4.1.M20140925-0400, Teiid Designer = 9.0.1.
> Stack trace
> java.lang.StackOverflowError
> at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:3302)
> at org.eclipse.swt.widgets.Button.getSelection(Button.java:722)
> at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:510)
> at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)
> at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)
> with "at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)" repeated many many times to end of trace...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TEIIDDES-2420) Web Service connection profile REST - Optional Request Header Properties dialogue problem
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2420?page=com.atlassian.jira.plu... ]
Ted Jones resolved TEIIDDES-2420.
---------------------------------
Resolution: Out of Date
This is no longer an issue with the changes made to the parameter panel layout to move the add/delete buttons to the top.
> Web Service connection profile REST - Optional Request Header Properties dialogue problem
> -----------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2420
> URL: https://issues.jboss.org/browse/TEIIDDES-2420
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.1
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Priority: Minor
> Fix For: 9.1, 9.0.2
>
> Attachments: screen1.png, screen2.png, screen3.png
>
>
> Web Service Connection Properties definition dialogue has an option to set Optional Request Header Properties, but when you set some property you can not see it.
> The scroll bar is displayed and you have to maximize/resize window to see your property.
> Screenshots attached.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TEIIDDES-2452) The result of wsdl validation in SOAP web-service importer is not shown for a user
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2452?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2452:
--------------------------------------
Assignee: Barry LaFond
> The result of wsdl validation in SOAP web-service importer is not shown for a user
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-2452
> URL: https://issues.jboss.org/browse/TEIIDDES-2452
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.6.1
> Environment: JBDS 7.1.1
> JBDSIS 7.1.0
> Windows 7
> Reporter: Filip Elias
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 9.2
>
>
> Steps to reproduce:
> 1, File> Import > Web Service Source >> Source and View Mode (SOAP)
> 2, Select connection profile
> 3, Click Validate WSDL
> If the wsdl or URL is incorrect the TD will display error.
> However if the wsdl or URL is OK then the TD won't display any message about successful validation and the button became greyish.
> User should be informed that the validation finished successfully.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years