[
https://issues.jboss.org/browse/TEIID-2694?page=com.atlassian.jira.plugin...
]
Steven Hawkins reopened TEIID-2694:
-----------------------------------
Assignee: Steven Hawkins (was: Ramesh Reddy)
blob parameters are not correctly recognized and instead an error results as a conversion
from string is attempted:
TEIID30558 Error converting parameter number 1 with value
"<root><p4>bar</p4></root>"
of class java.lang.String to expected type blob.
at org.teiid.jboss.rest.TeiidRSProvider$2.write(TeiidRSProvider.java:102)
Support for Blob Input in Teiid REST services
---------------------------------------------
Key: TEIID-2694
URL:
https://issues.jboss.org/browse/TEIID-2694
Project: Teiid
Issue Type: Enhancement
Affects Versions: 8.5
Environment: EAP 6.1 Alpha , Teiid 8.5
Reporter: Madhu Garimilla
Assignee: Steven Hawkins
Labels: Final
Fix For: 8.10
We are trying to upload large files as Blobs using Teiid REST service through VDB. Though
we are writing the Blob objects to HttpUrlConnection object, it is not received on REST
method. As per the conversation in the thread
"https://community.jboss.org/thread/232840" Current parameter handling is done
through strings and needs be enhanced to support Blob objects.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)