[JBoss JIRA] (TEIIDDES-2469) [Usability] Problem importing SOAP web service via URL
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2469?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2469.
------------------------------------
Resolution: Duplicate Issue
Same as TEIIDDES-2593. Fixed in master. Will be fixed in 9.0.4
> [Usability] Problem importing SOAP web service via URL
> ------------------------------------------------------
>
> Key: TEIIDDES-2469
> URL: https://issues.jboss.org/browse/TEIIDDES-2469
> Project: Teiid Designer
> Issue Type: Quality Risk
> Components: Import/Export
> Affects Versions: 9.0
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 9.2, 9.0.4
>
> Attachments: define-rest-procedure-tags-dialog.png
>
>
> Conversation:
> [09:44] <jmarley> vhalbert: do you have a document for import soap web service via url
> [09:45] <jmarley> we are getting hung up on creating relational model
> [09:45] <jmarley> vhalbert: nevermind,
> [09:46] <jmarley> vhalbert: there was an error saying we didn't have a column defined, but it was for a different procedure than the one that was selected, which and we didn't know we needed to select the other procedure and assumed it was issue with current procedure we were working with
> [09:47] <vhalbert> jmarley, hm
> [09:47] <vhalbert> jmarley, so designer was processing something that wasn't selected
> [09:48] <jmarley> vhalbert: yes, and didn't give an indication as to which procedure it was referring to
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2597) Some Designer features unavailable after JBDS restart (TeiidServerManager is being used before it has been initialised)
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2597?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2597:
----------------------------------------
Designer does have a pattern/interface, IManagerLoad, which we can implement on GUI components to delay the creation of full part control until teiid server manager is available.
Need to implement for Model Explorer, and Model Editor components.
> Some Designer features unavailable after JBDS restart (TeiidServerManager is being used before it has been initialised)
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2597
> URL: https://issues.jboss.org/browse/TEIIDDES-2597
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 9.0.3
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 9.0.3, 9.2
>
> Attachments: eclipse.log
>
>
> After restarting JBDS, some features of designer are missing (see steps to reproduce).
> The error seems to be
> bq. Programming error: The TeiidServerManager is being used before it has been initialised
> (full log attached)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2552) REST connection profile wizard creates URL with parameters in wrong order
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2552?page=com.atlassian.jira.plu... ]
Andrej Šmigala closed TEIIDDES-2552.
------------------------------------
> 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
> Reporter: Andrej Šmigala
> Assignee: Ted Jones
> Priority: Critical
> Labels: release_notes, verified_jbdsis-8.0.3.CR1
> Fix For: 9.0.3, 9.2
>
> 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-2552) REST connection profile wizard creates URL with parameters in wrong order
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2552?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2552.
------------------------------------
Resolution: Done
created an enhancement per last comment. Re-marking as done
> 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
> 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-2605) Designer should automatically add any new URI parameters before any existing query parameters
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2605?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2605:
-----------------------------------
Description:
TEIIDDES-2552 addressed the issue with mixed Query/URI parameter locations in the generated URL for the REST connection profile editor. Users can now move them to their appropriate order.
However, Designer should probably automatically add any new URI parameters before any existing query parameters.
was:
TEIIDDES-2552 addressed the issue with mixed Query/URI parameter locations in the generated URL. Users can now move them to their appropriate order.
However, Designer should probably automatically add any new URI parameters before any existing query parameters.
> Designer should automatically add any new URI parameters before any existing query parameters
> ---------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2605
> URL: https://issues.jboss.org/browse/TEIIDDES-2605
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Datatools Integration, Web Services Support
> Affects Versions: 9.0.3, 9.2
> Reporter: Barry LaFond
> Fix For: 9.2, 9.0.4
>
>
> TEIIDDES-2552 addressed the issue with mixed Query/URI parameter locations in the generated URL for the REST connection profile editor. Users can now move them to their appropriate order.
> However, Designer should probably automatically add any new URI parameters before any existing query parameters.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months