[ 
http://jira.nuxeo.org/browse/NXP-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_24715
 ] 

Olivier Grisel commented on NXP-1488:
-------------------------------------

The problem is more in the  plugins:

- ImagingTransformPluginImpl
- OfficeOleExtractorPluginImpl
- OfficeMergerImpl

They all build instances of SerialInputStream.

+ the fact that TransformDocumentImpl.java:75 read the complete content of the 
StremingBlob into memory in the constructor. I think this should be done lazily 
in the getStream method instead. Otherwise there is no point using a 
StreamingBlob as input in the first place.

> Use StreamingBlob instead of SerializableInputStream in transforms
> ------------------------------------------------------------------
>
>                 Key: NXP-1488
>                 URL: http://jira.nuxeo.org/browse/NXP-1488
>             Project: Nuxeo Enterprise Platform 5
>          Issue Type: New Feature
>          Components: Transforms
>            Reporter: Laurent Godard
>            Assignee: Laurent Godard
>             Fix For: 5.2 M1
>
>
> will impact all transforms

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to