[
https://issues.jboss.org/browse/TEIID-3473?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-3473.
-----------------------------------
Fix Version/s: 8.11
Resolution: Done
clob, blob, varbinary, and xml all had an issue. The fix now maps blob/varbinary to
byte[], which can be handled by odata - but will truncate larger blob values. clob and
xml will be mapped to string, and similarly can be truncated.
Selecting RAW(16) column via OData errors
-----------------------------------------
Key: TEIID-3473
URL:
https://issues.jboss.org/browse/TEIID-3473
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 8.7
Reporter: Debbie Steigner
Assignee: Steven Hawkins
Fix For: 8.11
When selecting a RAW(16) column via OData, a runtime error is thrown w/ the following
message:
http://superdrake:8080/odata/Medbus/reqtracking.query?$format=json
{
"error": {
"code" : "ServerErrorException",
"message": {
"lang": "en-US",
"value": "[B cannot be cast to
org.teiid.core.types.BinaryType"
}
}
}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)