Ted Jones created TEIIDDES-1393:
-----------------------------------
Summary: Convert State Service Eample to Reflect New Importer
Key: TEIIDDES-1393
URL: https://issues.jboss.org/browse/TEIIDDES-1393
Project: Teiid Designer
Issue Type: Task
Components: Import/Export
Affects Versions: 7.7.1
Reporter: Ted Jones
Fix For: 7.7.1
The State Service example use the old extract/create procedures. We should update it to use the new wizard.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Paul Richardson created TEIIDDES-1298:
-----------------------------------------
Summary: EmployeeData example 7.4 mistake in README SQL statement
Key: TEIIDDES-1298
URL: https://issues.jboss.org/browse/TEIIDDES-1298
Project: Teiid Designer
Issue Type: Bug
Components: Documentation
Affects Versions: 7.4
Reporter: Paul Richardson
Priority: Minor
Text file example available from [1] contains a mistake in the README.
The SQL query used for creating the view model includes "HEADER 3" whereas the HEADER is on line 1 so should be just "HEADER".
Data will not be correctly displayed without this change.
[1]
http://download.jboss.org/teiid/designer/7.4/examples/text-file-example.zip
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Paul Nittel created TEIIDDES-1410:
-------------------------------------
Summary: Relational results returned from deployed Web service contain no data - Missing namespace
Key: TEIIDDES-1410
URL: https://issues.jboss.org/browse/TEIIDDES-1410
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 7.7
Environment: JBDS 5 SOA-tooling Beta 3
Reporter: Paul Nittel
I've got a deployed WAR which queries just fine through soapUI.
I've modeled it in Designer and am trying to preview the data. All I get
is column headings. After deploying the VDB, I get the same results from SQuirreL when I query:
SELECT * FROM (EXEC getSuppInfo(SUPPLIER_ID='S105', PART_ID='P305')) c
The soapUI request and response are below.
This request:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sup="http://www.metamatrix.com/SuppInfo_Input">
<soapenv:Header/>
<soapenv:Body>
<sup:SuppInfo_Input>
<!--Optional:-->
<SUPPLIER_ID>S104</SUPPLIER_ID>
<!--Optional:-->
<PART_ID>P305</PART_ID>
</sup:SuppInfo_Input>
</soapenv:Body>
</soapenv:Envelope>
Should respond with:
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SuppInfo_Output:SuppInfo_Output
xmlns:Q1="http://www.metamatrix.com/metamodels/SimpleDatatypes-instance"
xmlnss="http://www.w3.org/2001/XMLSchema"
xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SuppInfo_Output="http://www.metamatrix.com/SuppInfo_Output">
<SuppInfo_Output_Instance>
<SUPPLIER_ID>S104</SUPPLIER_ID>
<SUPPLIER_NAME>Adams</SUPPLIER_NAME>
<SUPPLIER_STATUS>10</SUPPLIER_STATUS>
<SUPPLIER_CITY>Atlanta</SUPPLIER_CITY>
<SUPPLIER_STATE>GA</SUPPLIER_STATE>
<PART_ID>P305</PART_ID>
<QUANTITY>100</QUANTITY>
<SHIPPER_ID>20</SHIPPER_ID>
</SuppInfo_Output_Instance>
</SuppInfo_Output:SuppInfo_Output>
</soap:Body>
</soap:Envelope>
Ted Jones sees a problem with namespace declarations.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira