]
Ted Jones updated TEIIDDES-2474:
--------------------------------
Fix Version/s: 9.0.5
9.3
(was: 9.0.4)
Update rest logic to be streaming
---------------------------------
Key: TEIIDDES-2474
URL:
https://issues.jboss.org/browse/TEIIDDES-2474
Project: Teiid Designer
Issue Type: Quality Risk
Components: Web Services Support
Reporter: Steven Hawkins
Assignee: Ted Jones
Fix For: 9.0.5, 9.3
With TEIID-3390 Teiid will by default cleanup temp lobs when a result/statement is
closed. TeiidRSProviderPost would need to implement StreamingOutput or other logic
similar to the server side TeiidRSProvider to properly handle the streaming. As a
workaround older generated rest wars will need to be setup with connection pools that set
the session variable clean_lobs_onclose to false - see
https://docs.jboss.org/author/display/TEIID/LOBs