[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 closed TEIIDDES-2417.
----------------------------------
verified - fixed in 9.0.1.Final
> 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)
9 years, 10 months
[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 closed TEIIDDES-2430.
----------------------------------
verified with TD 9.0.1.Final
> 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)
9 years, 10 months
[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 closed TEIIDDES-2359.
----------------------------------
verified with TD 9.0.1.Final
> 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)
9 years, 10 months
[JBoss JIRA] (TEIIDDES-2432) Import from REST JSON - procedure returns empty table.
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2432:
--------------------------------------
Summary: Import from REST JSON - procedure returns empty table.
Key: TEIIDDES-2432
URL: https://issues.jboss.org/browse/TEIIDDES-2432
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 9.0.1
Environment: Windows
Reporter: Matus Makovy
Priority: Blocker
Importing from REST JSON doesn't work. Defined procedure returns empty table.
Steps to reproduce:
1. Create connection profile for some REST WS (JSON)
2. Import using this conn profile
3. Create VDB and execute it
4. Call procedure that was defined during import
I have a test scenario for this import here:
https://mojo.redhat.com/docs/DOC-990181
I also tried another WS to be sure, that the problem is not in the webservice.
(I tried some iTunes online search)
TD 9.0.1.Final-v20150205
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months
[JBoss JIRA] (TEIIDDES-2028) Teiid tooling fails to create metamodel for web service
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2028?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2028:
---------------------------------------------------
nshendye(a)redhat.com changed the Status of [bug 1056756|https://bugzilla.redhat.com/show_bug.cgi?id=1056756] from MODIFIED to ON_QA
> Teiid tooling fails to create metamodel for web service
> -------------------------------------------------------
>
> Key: TEIIDDES-2028
> URL: https://issues.jboss.org/browse/TEIIDDES-2028
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 8.3
> Reporter: Van Halbert
> Assignee: Ted Jones
> Fix For: Future
>
>
> Description of problem:
> Unable to build metamodel for customer provided WSDL file. Simplified the web service to a single operation that uses three embedded schemas under wsdl types. Stack trace from NPE appears in console log and errors occur after wizard is executed. Screenshots for wizard, wsdl file, and stack trace are attached.
> I'm able to validate the WSDL and I can generate a web service from the WSDL within a dynamic web project using the web service wizard.
> Version-Release number of selected component (if applicable):
> JBDS 7.1, latest Teiid tooling from https://devstudio.jboss.com/updates/7.0-development/integration-stack/, DV 6.0.0.CR2
> How reproducible:
> Everytime
> Steps to Reproduce:
> 1. Create Teiid Model Project
> 2. Import WSDL under schemas folder
> 3. Use Teiid Metamodel wizard to consume WSDL
> see BZ for attachments.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months