[JBoss JIRA] (TEIIDDES-2443) Cannot paste using Ctrl+V in Transformation Editor
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2443?page=com.atlassian.jira.plu... ]
Andrej Šmigala updated TEIIDDES-2443:
-------------------------------------
Description:
When hitting Ctrl+V in the Transformation Editor, nothing happens. Right-clicking and selecting Paste works as expected.
Probably result of fixing TEIIDDES-2348 (which happened with JBDS 8, this one is with JBDS 7).
was:
When hitting Ctrl+C in the Transformation Editor, nothing happens. Right-clicking and selecting Paste works as expected.
Probably result of fixing TEIIDDES-2348 (which happened with JBDS 8, this one is with JBDS 7).
> Cannot paste using Ctrl+V in Transformation Editor
> --------------------------------------------------
>
> Key: TEIIDDES-2443
> URL: https://issues.jboss.org/browse/TEIIDDES-2443
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors, Transformations
> Affects Versions: 8.6.1
> Environment: JBDS 7.1.1
> Designer 8.6.1.CR1
> Windows, Linux
> Reporter: Andrej Šmigala
>
> When hitting Ctrl+V in the Transformation Editor, nothing happens. Right-clicking and selecting Paste works as expected.
> Probably result of fixing TEIIDDES-2348 (which happened with JBDS 8, this one is with JBDS 7).
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2443) Cannot paste using Ctrl+C in Transformation Editor
by Andrej Šmigala (JIRA)
Andrej Šmigala created TEIIDDES-2443:
----------------------------------------
Summary: Cannot paste using Ctrl+C in Transformation Editor
Key: TEIIDDES-2443
URL: https://issues.jboss.org/browse/TEIIDDES-2443
Project: Teiid Designer
Issue Type: Bug
Components: Editors, Transformations
Affects Versions: 8.6.1
Environment: JBDS 7.1.1
Designer 8.6.1.CR1
Windows, Linux
Reporter: Andrej Šmigala
When hitting Ctrl+C in the Transformation Editor, nothing happens. Right-clicking and selecting Paste works as expected.
Probably result of fixing TEIIDDES-2348 (which happened with JBDS 8, this one is with JBDS 7).
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2358) REST WS import issues with translator and data source
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2358?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2358:
----------------------------------------
verified with TD 8.6.1.CR1
> REST WS import issues with translator and data source
> -----------------------------------------------------
>
> Key: TEIIDDES-2358
> URL: https://issues.jboss.org/browse/TEIIDDES-2358
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release, Web Services Support
> Affects Versions: 8.6.1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 9.0, 8.6.1
>
> Attachments: 1.png, 2.png
>
>
> When I am trying to import from REST WS and create a VDB I have to set translator manually and TD also isn't able to deploy datasource for this VDB.
> (I am not sure if it is a bug, but when I am importing from SOAP WS everything works fine)
> Screenshots attached
> TD 8.6.1.Alpha1 + DV 6.1.ER2
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2359) Teiid Designer sends header-accept="application/xml" when trying to import from REST JSON
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2359?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2359:
----------------------------------------
verified with TD 8.6.1.CR1
> Teiid Designer sends header-accept="application/xml" when trying to import from REST JSON
> -----------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2359
> URL: https://issues.jboss.org/browse/TEIIDDES-2359
> Project: Teiid Designer
> Issue Type: Enhancement
> Affects Versions: 8.6.1
> Environment: Windows 7
> Reporter: Matus Makovy
> Fix For: 8.6.1, 9.0.1, 9.1
>
> Attachments: 1.png, 2.png, 3.png, 4.png, 5.png, 6.png, log.txt, WSWizardUtils_BZ1148002.patch
>
>
> I have my small web application that should simulate a REST web service (it simply returns XML and JSON strings), when I have annotation @Produces("application/json") and I try to import from this REST JSON, TD gives me an error that server returned response code 406.
> After I change it in my application to @Produces("application/xml") it is OK.
> I tried to force server to log accept-headers that it is sending. Server sends accept-headers: aplication/xml (Log attached)
> Screenshots attached
> TD 8.6.1.Alpha1 + DV 6.1.ER2
> I am not sure, but I think this issue occurs also in 8.3.4
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2417) Import from SOAP Web Service - preselected profile can not be edited
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2417?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2417:
----------------------------------------
verified with TD 8.6.1.CR1
> Import from SOAP Web Service - preselected profile can not be edited
> --------------------------------------------------------------------
>
> Key: TEIIDDES-2417
> URL: https://issues.jboss.org/browse/TEIIDDES-2417
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.1
> Environment: Windows 7
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 8.6.1, 9.0.1, 9.1
>
> Attachments: screen.png
>
>
> When I click Edit on preselected connection profile nothing happens.
> In order to reproduce this you have to have some SOAP connection profile defined.
> 1. Click New -> Import -> Web Service Source >> Source and View model(SOAP)
> 2. Leave preselected connection profile and click on Edit in the Connection Profile section >>> Nothing happens (screenshot)
> TD 9.0.1.Beta2
> Windows 7
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2430) TD has problems to "Test JDBC connection" when there is "; " (semicolon) in password
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2430?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2430:
----------------------------------------
verified with TD 8.6.1.CR1
> TD has problems to "Test JDBC connection" when there is ";" (semicolon) in password
> ------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2430
> URL: https://issues.jboss.org/browse/TEIIDDES-2430
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.1
> Environment: Windows 7
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 8.6.1, 9.0.1, 9.1
>
> Attachments: ExecutionAdmin_BZ1188756.patch, screen.png
>
>
> When I use this info for connection to DV server:
> Username: teiidUser
> Password: abcd;efgh
> Function "Test JDBC connection" fails to test the connection. (screenshot)
> However, when I try to deploy some VDB and connect to it, everything works.
> I tried to redefine the password without the semicolon( ; ) and it was OK.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2440) No proper column mapping for second primary key in view model
by Endy Brosens (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2440?page=com.atlassian.jira.plu... ]
Endy Brosens commented on TEIIDDES-2440:
----------------------------------------
Ok, nice one. Seems much more simpler and prevents user errors, indeed.
> No proper column mapping for second primary key in view model
> -------------------------------------------------------------
>
> Key: TEIIDDES-2440
> URL: https://issues.jboss.org/browse/TEIIDDES-2440
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 8.3.4, 8.6
> Environment: Windows
> Reporter: Endy Brosens
> Attachments: TEIIDDES-2440-workaround.png
>
>
> I have a source relational model where some entities I want to expose via OData REST don't have a primary key. As you know, teiid OData support will not expose a given entity via REST unless the entity has either a primary key or unique constraint defined.
>
> I also have a view model defined where i transform some entity names to make them more REST API resource model "friendly". This view model is also where I want to define some primary keys for entities in the source model that don't have primary keys.
>
> I can define a primary key set on one given entity in my view model, but when I try to define a primary key set on a second entity in the view model the columns that are available for selection are those related to the first given entity I defined a primary key for. It would seem that one should only be able to select columns that are associated with the entity you're working with.
>
> This occurs on teiid designer 8.3.4.Final, 8.6, teiid 8.7, on windows.
> The workaround is to edit the View Model in the Standard Eclipse XML Editor and assign column GUID's to the Primary Key XML element.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2440) No proper column mapping for second primary key in view model
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2440?page=com.atlassian.jira.plu... ]
Andrej Šmigala updated TEIIDDES-2440:
-------------------------------------
Attachment: TEIIDDES-2440-workaround.png
[~endy.brosens] screenshot of the workaround
> No proper column mapping for second primary key in view model
> -------------------------------------------------------------
>
> Key: TEIIDDES-2440
> URL: https://issues.jboss.org/browse/TEIIDDES-2440
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 8.3.4, 8.6
> Environment: Windows
> Reporter: Endy Brosens
> Attachments: TEIIDDES-2440-workaround.png
>
>
> I have a source relational model where some entities I want to expose via OData REST don't have a primary key. As you know, teiid OData support will not expose a given entity via REST unless the entity has either a primary key or unique constraint defined.
>
> I also have a view model defined where i transform some entity names to make them more REST API resource model "friendly". This view model is also where I want to define some primary keys for entities in the source model that don't have primary keys.
>
> I can define a primary key set on one given entity in my view model, but when I try to define a primary key set on a second entity in the view model the columns that are available for selection are those related to the first given entity I defined a primary key for. It would seem that one should only be able to select columns that are associated with the entity you're working with.
>
> This occurs on teiid designer 8.3.4.Final, 8.6, teiid 8.7, on windows.
> The workaround is to edit the View Model in the Standard Eclipse XML Editor and assign column GUID's to the Primary Key XML element.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month