You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2010/07/14 12:06:51 UTC

[jira] Created: (CAMEL-2947) CachedOutputStream support to not to close itself when the exchange is completed

CachedOutputStream support to not to close itself when the exchange is completed
--------------------------------------------------------------------------------

                 Key: CAMEL-2947
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2947
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.5.0


The patch of CAMEL-2944 just introduced a regression issue of CAMEL-2776.
We just need to find a way to avoid the CachedOutputStream close itself when the exchange is completed, as the input stream which is get from the CachedOutputStream will be used after that.

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


[jira] Resolved: (CAMEL-2947) CachedOutputStream supports not to close itself when the exchange is completed

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-2947.
---------------------------------

    Resolution: Fixed

> CachedOutputStream supports not to close itself when the exchange is completed
> ------------------------------------------------------------------------------
>
>                 Key: CAMEL-2947
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2947
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.5.0
>
>
> The patch of CAMEL-2944 just introduced a regression issue of CAMEL-2776.
> We just need to find a way to avoid the CachedOutputStream close itself when the exchange is completed, as the input stream which is get from the CachedOutputStream will be used after that.

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


[jira] Updated: (CAMEL-2947) CachedOutputStream supports not to close itself when the exchange is completed

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang updated CAMEL-2947:
--------------------------------

    Summary: CachedOutputStream supports not to close itself when the exchange is completed  (was: CachedOutputStream support to not to close itself when the exchange is completed)

> CachedOutputStream supports not to close itself when the exchange is completed
> ------------------------------------------------------------------------------
>
>                 Key: CAMEL-2947
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2947
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.5.0
>
>
> The patch of CAMEL-2944 just introduced a regression issue of CAMEL-2776.
> We just need to find a way to avoid the CachedOutputStream close itself when the exchange is completed, as the input stream which is get from the CachedOutputStream will be used after that.

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