You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/10/10 23:23:50 UTC

[jira] Created: (CXF-1100) WS-RM should stream the messages into storage instead of using byte[]

WS-RM should stream the messages into storage instead of using byte[]
---------------------------------------------------------------------

                 Key: CXF-1100
                 URL: https://issues.apache.org/jira/browse/CXF-1100
             Project: CXF
          Issue Type: Improvement
          Components: WS-* Components
    Affects Versions: 2.0.2
            Reporter: Daniel Kulp



Currently, WS-RM loads the entire message into a byte[] to put into the RMMessage.  For large messages that could be a lot of memory used.   Ideally, it should be able to stream directly from the CachedOutputStream.getInputStream() into storage so if the message is cached in a temp file, it won't be totally loaded into memory.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.