[JBoss JIRA] (TEIIDDES-2552) REST connection profile wizard creates URL with parameters in wrong order
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2552?page=com.atlassian.jira.plu... ]
Ted Jones commented on TEIIDDES-2552:
-------------------------------------
Agreed [~rareddy].. I will change from URI to Path. Will need to test to see if it will break legacy REST CPs though.
Regarding this Jira, I can't assume what order the user wants the parameters in, so I suggest adding a "mover" which will allow moving parameters up or down.
> REST connection profile wizard creates URL with parameters in wrong order
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2552
> URL: https://issues.jboss.org/browse/TEIIDDES-2552
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 9.0.2 Beta2
> Reporter: Andrej Šmigala
> Assignee: Ted Jones
> Priority: Critical
> Fix For: 9.2, 9.0.3
>
> Attachments: Newconnectionprofile_001.png
>
>
> When defining parameters for REST connection profile, they are added to the URL in the order they are defined. This results in wrong URL in case a Query parameter is defined before a URI parameter.
> The URI parameters should always be added to the URL before the Query parameters.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-1816) VDB datasource contains incorrect connection url
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1816?page=com.atlassian.jira.plu... ]
Ted Jones resolved TEIIDDES-1816.
---------------------------------
Resolution: Out of Date
> VDB datasource contains incorrect connection url
> ------------------------------------------------
>
> Key: TEIIDDES-1816
> URL: https://issues.jboss.org/browse/TEIIDDES-1816
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: VDB & Execution
> Affects Versions: 7.7.4
> Environment: JBDS 5.0.2.GA, Teiid Designer 7.7.4, java oracle jdk6 1.6.0_45, SOA 5.3.1.GA, EDS 5
> Reporter: Lucie Fabrikova
> Assignee: Ted Jones
> Fix For: 9.0.3 Beta1, 9.0.3
>
>
> VDB datasource (deploy/mysimplevdb-ds.xml) contains invalid connection url if created via Guides - Create REST WAR: <connection-url>jdbc:teiid:MySimpleVdb.vdb@mm://localhost:31443</connection-url>
> Steps to reproduce:
> 1. Take any VDB
> 2. Modelling actions -> Create REST WAR -> Deploy VDB
> 3. In dialog, select the VDB and choose "Create data source"
> Next, VDB is deployed and data source for the VDB is created, but contains invalid connection URL.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2554) Import of REST service with columns set to 'integer' type results in "Expected biginteger, but was integer."
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2554?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2554:
--------------------------------
Fix Version/s: 9.0.4
(was: 9.2)
(was: 9.0.3)
> Import of REST service with columns set to 'integer' type results in "Expected biginteger, but was integer."
> ------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2554
> URL: https://issues.jboss.org/browse/TEIIDDES-2554
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.1
> Reporter: Marc Shirley
> Assignee: Ted Jones
> Fix For: 9.0.4
>
>
> Importing posts service from http://jsonplaceholder.typicode.com results in "Expected biginteger, but was integer." runtime error when previewing procedure. This appears to be an issue with the type assignments on the model as a dynamic VDB using the same invocation executes properly. Also seems similar to the issue described in TEIIDDES-2438.
> Full error is:
> org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.api.exception.query.QueryPlannerException: TEIID30492 TEIID31121 The expected result set of the procedure ViewModel.postById does not match the result set from returnable statement SELECT A.id AS id, A.userId AS userId, A.title AS title, A.body AS body FROM (EXEC SourceModel.invokeHttp(action => 'GET', endpoint => VARIABLES.qp, stream => 'TRUE')) AS f, XMLTABLE('/response' PASSING JSONTOXML('response', f.result) COLUMNS id integer PATH 'id/text()', userId integer PATH 'userId/text()', title string PATH 'title/text()', body string PATH 'body/text()') AS A; use WITHOUT RETURN to indicate the statement should not be returned - The definition for ViewModel.postById has the wrong type for column 1. Expected biginteger, but was integer.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2557) Changing fields in new procedure dialogue in view model causes TD to hang
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2557?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2557:
--------------------------------
Fix Version/s: 9.0.4
(was: 9.2)
(was: 9.0.3)
> Changing fields in new procedure dialogue in view model causes TD to hang
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2557
> URL: https://issues.jboss.org/browse/TEIIDDES-2557
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.2
> Environment: MAC OS X
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Fix For: 9.2, 9.0.3
>
> Attachments: Screen Shot 2015-06-10 at 14.47.02.png, Screen Shot 2015-06-10 at 14.47.23.png
>
>
> Similar issues are already fixed in other dialogues (TEIIDDES-2484, TEIIDDES-2485 ...)
> Create new procedure dialogue.
> Same issue - change value in some row and *DO NOT* press Enter, but *click any other row*. Designer hangs and starts to consume memory.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2557) Changing fields in new procedure dialogue in view model causes TD to hang
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2557?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2557:
--------------------------------
Fix Version/s: 9.2
9.0.3
(was: 9.0.4)
> Changing fields in new procedure dialogue in view model causes TD to hang
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2557
> URL: https://issues.jboss.org/browse/TEIIDDES-2557
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.2
> Environment: MAC OS X
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Fix For: 9.2, 9.0.3
>
> Attachments: Screen Shot 2015-06-10 at 14.47.02.png, Screen Shot 2015-06-10 at 14.47.23.png
>
>
> Similar issues are already fixed in other dialogues (TEIIDDES-2484, TEIIDDES-2485 ...)
> Create new procedure dialogue.
> Same issue - change value in some row and *DO NOT* press Enter, but *click any other row*. Designer hangs and starts to consume memory.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2259) Edit VDB Data Role dialogue doesn't check off checkboxes properly
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2259?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2259.
------------------------------------
Resolution: Done
> Edit VDB Data Role dialogue doesn't check off checkboxes properly
> -----------------------------------------------------------------
>
> Key: TEIIDDES-2259
> URL: https://issues.jboss.org/browse/TEIIDDES-2259
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.3.3
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 9.2, 9.0.3
>
> Attachments: ReuseVDB_Dataroles.zip, screen1.png, Step2.png, Step3.png, Step4.png
>
>
> When I tick, for example, "Create" on one column and "Read" on the same column and then check off "Create", the gray checkboxes stay the same. Only after I check off "Read" on this column all disappear... screenshot attached
> JBDS 7.1.1.GA + Teiid Designer 8.3.3
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months