[
https://issues.jboss.org/browse/TEIID-2989?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-2989:
---------------------------------------
The link from the forum:
http://www.odata.org/documentation/odata-version-2-0/batch-processing/
You have to send a multipart/mixed post with a message body containing all of the
operations to process to entity/$batch - although having the uri relative to the entity
may be odata4j specific. Also odata4j does not support GET as part of a batch, but that
shouldn't matter for your scenario.
Support odata batching
----------------------
Key: TEIID-2989
URL:
https://issues.jboss.org/browse/TEIID-2989
Project: Teiid
Issue Type: Enhancement
Components: OData
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.8
We nearly have support for OData batching, but the ODataBatchingProvider is registered as
a class and not as an instance. Otherwise it appears that a multipart/mixed post to an
entity/$batch will allow for batching in OData4j.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)