[JBoss JIRA] (TEIIDDES-2712) Support GET & POST methods together on REST procedures
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2712?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2712:
----------------------------------------
The way to model this is to have 2 procedures with 2 different methods (GET,POST) and use 1 URI for both of them.
> Support GET & POST methods together on REST procedures
> ------------------------------------------------------
>
> Key: TEIIDDES-2712
> URL: https://issues.jboss.org/browse/TEIIDDES-2712
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Patch Release, Web Services Support
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Fix For: 10.0.2
>
>
> Copied from BZ:
> Description of request:
> We can choose only one HTTP Request type for REST virtual procedures. Is it possible to combine GET & POST as one type ?
> Rationale:
> POST requests are more easy to create for client programmers.On the other hand GET method simplifies testing. Since it's easy to handle both request types on the server side, supporting both method at the same time may help to improve usability of services.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (TEIIDDES-2708) Add support for importing JSON from a file
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2708?page=com.atlassian.jira.plu... ]
Ramesh Reddy commented on TEIIDDES-2708:
----------------------------------------
This is to import the JSON file as source, using the file translator and generating XMLTABLE structure to parse the JSON file and provide the details in tabular format. Another variation we must also support is JSON file coming from a web service, these two models need to be supported.
> Add support for importing JSON from a file
> ------------------------------------------
>
> Key: TEIIDDES-2708
> URL: https://issues.jboss.org/browse/TEIIDDES-2708
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Import/Export
> Affects Versions: 9.0.3
> Reporter: Van Halbert
> Assignee: Ted Jones
> Priority: Blocker
> Fix For: 10.0.2
>
>
> Add the ability to import from a JSON file.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (TEIIDDES-2650) Changing Fields in several dialogues Causes Designer to Hang
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2650?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2650:
-----------------------------------
Fix Version/s: 10.0.2
(was: 9.2.2)
> Changing Fields in several dialogues Causes Designer to Hang
> ------------------------------------------------------------
>
> Key: TEIIDDES-2650
> URL: https://issues.jboss.org/browse/TEIIDDES-2650
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release
> Affects Versions: 9.0.3
> Environment: MAC OS X
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Fix For: 10.0.2
>
>
> This issue still occurs in several other dialogues on MAC OS X.
> * Create Relational View Table -> Columns
> * Create Relational View Procedure -> Result Set (+ I am able to edit values in row, without using "Edit" button)
> * Create Relational Table -> Colums
> * Create Relational Procedure -> Parameters, Result Set
> * Create Relational Source Function -> Parameters
> * Create Relational Native Query Procedure -> Parameters, Result Set
> * Create Relational View -> Columns
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (TEIIDDES-2496) Importing valid WSDL with web service import wizard fails to create model in designer
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2496?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2496:
-----------------------------------
Fix Version/s: 10.0.2
(was: 9.2.2)
> Importing valid WSDL with web service import wizard fails to create model in designer
> -------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2496
> URL: https://issues.jboss.org/browse/TEIIDDES-2496
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release
> Affects Versions: 8.6.1, 9.0.1
> Reporter: Barry LaFond
> Assignee: Ted Jones
> Fix For: 10.0.2
>
> Attachments: HotelWS.zip, modified_HotelWS.zip
>
>
> wsdl and xsd for hotel web services in bpms travel agency demo
> Attempts to create a teiid web service model with the attached wsdl and xsd fails with an invalid wsdl error. The wsdl is valid in eclipse, but the importer fails to create a model
> This is the wsdl from the travel agency demo which is being used for a jdv-bpms integration for jbossdemocentral and summit. The wsdl from the github site imports, but no model is created. It just fails silently and generates an empty model. The wsdl attached is a modification of the wsdl at the github site, and it fails with wsdl validation errors. The wsdl is valid in eclipse, but not in the import wizard.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (TEIIDDES-2326) REST/SOAP importers - Re use of the connection profile after restart
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2326?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2326:
-----------------------------------
Fix Version/s: 10.0.2
(was: 9.2.2)
> REST/SOAP importers - Re use of the connection profile after restart
> --------------------------------------------------------------------
>
> Key: TEIIDDES-2326
> URL: https://issues.jboss.org/browse/TEIIDDES-2326
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release
> Reporter: Ramesh Reddy
> Assignee: Ted Jones
> Fix For: 10.0.2
>
> Attachments: nomodel.png
>
>
> Often times, as user I start the import of WSDL based or REST (with new one, or old with file and URL selection) service and go through the wizard, something does not work right. So, I typically remove the models generated, and then try the import process again. However, next time when I select the same connection profile I created before, I very seldom get same results. If I restarted the Designer for any reason, the previously created connection profile for sure does not work.
> It seems to me that, designer stores a temp XML/JSON file from where it starts processing, during the restart that gets deleted and import process instead of sending another request for the results document it fails with arbitrary error. There is no way to recover form it. IMO, REST and SOAP needs to be treated differently from XML File type sources and issue the query to get response document, not store it anywhere.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months