[
https://issues.jboss.org/browse/TEIID-1450?page=com.atlassian.jira.plugin...
]
Van Halbert commented on TEIID-1450:
------------------------------------
Here's the executable version:
"select t.* from (call weather.invoke(action=>'GET',
endpoint=>querystring('', '38.99,-77.02 39.70,-104.80 47.6,-122.30' as
listLatLon, 'time-series' as product, '2004-01-01T00:00:00' as
\"begin\", '2013-04-20T00:00:00' as \"end\", 'maxt' as
maxt, 'mint' as mint) )) w, XMLTABLE('/dwml/data/location' passing
w.result columns \"location-key\" string, lattitude string path
'point/@latitude', longitude string path 'point/@longitude') t"
The weather example test queries for SOAP/REST are unexecutable, as
is, in README.txt file.
-------------------------------------------------------------------------------------------
Key: TEIID-1450
URL:
https://issues.jboss.org/browse/TEIID-1450
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Affects Versions: 7.1.1
Reporter: Van Halbert
Assignee: Steven Hawkins
Priority: Blocker
The test queries in the README.txt are invalid for execution, as is. And when the new
line and tab characters are removed, they still don't work. Need queries that can be
cut and pasted (without editing) for a RHEL OS shell script.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira