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 2009/04/20 10:17:31 UTC

[jira] Created: (CAMEL-1547) Delayer and StreamCaching will not be exculded if the CamelContext is restarted

Delayer and StreamCaching will not be exculded if the CamelContext is restarted
-------------------------------------------------------------------------------

                 Key: CAMEL-1547
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1547
             Project: Apache Camel
          Issue Type: Bug
    Affects Versions: 2.0-M1, 1.6.0, 1.5.0
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.0.0, 1.6.1


The InterceptStrategy of Delayer and StreamCaching can't tell if the camelContext's InterceptStrategies has the instance of Delayer or StreamCaching.
So the  InterceptStrategy of Delayer and StreamCaching  will be added to the CamelContext's InterceptStrategies, when the CamelContext  is restarted.

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


[jira] Commented: (CAMEL-1547) Delayer and StreamCaching will not be exculded if the CamelContext is restarted

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51335#action_51335 ] 

Claus Ibsen commented on CAMEL-1547:
------------------------------------

Willem there is now also a HandleFault interceptor strategy that might need same fix

> Delayer and StreamCaching will not be exculded if the CamelContext is restarted
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-1547
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1547
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.5.0, 1.6.0, 2.0-M1
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.0.0, 1.6.1
>
>
> The InterceptStrategy of Delayer and StreamCaching can't tell if the camelContext's InterceptStrategies has the instance of Delayer or StreamCaching.
> So the  InterceptStrategy of Delayer and StreamCaching  will be added to the CamelContext's InterceptStrategies, when the CamelContext  is restarted.

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


[jira] Commented: (CAMEL-1547) Delayer and StreamCaching will not be exculded if the CamelContext is restarted

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51446#action_51446 ] 

Claus Ibsen commented on CAMEL-1547:
------------------------------------

Willem can you update status on this as Hadrian would like to be able to build 1.6.1 RC

> Delayer and StreamCaching will not be exculded if the CamelContext is restarted
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-1547
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1547
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.5.0, 1.6.0, 2.0-M1
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 1.6.1, 2.0.0
>
>
> The InterceptStrategy of Delayer and StreamCaching can't tell if the camelContext's InterceptStrategies has the instance of Delayer or StreamCaching.
> So the  InterceptStrategy of Delayer and StreamCaching  will be added to the CamelContext's InterceptStrategies, when the CamelContext  is restarted.

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


[jira] Resolved: (CAMEL-1547) Delayer and StreamCaching will not be exculded if the CamelContext is restarted

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

Willem Jiang resolved CAMEL-1547.
---------------------------------

    Resolution: Fixed

trunk
http://svn.apache.org/viewvc?rev=766633&view=rev
camel-1.x
http://svn.apache.org/viewvc?rev=766635&view=rev

> Delayer and StreamCaching will not be exculded if the CamelContext is restarted
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-1547
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1547
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.5.0, 1.6.0, 2.0-M1
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 1.6.1, 2.0.0
>
>
> The InterceptStrategy of Delayer and StreamCaching can't tell if the camelContext's InterceptStrategies has the instance of Delayer or StreamCaching.
> So the  InterceptStrategy of Delayer and StreamCaching  will be added to the CamelContext's InterceptStrategies, when the CamelContext  is restarted.

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


[jira] Commented: (CAMEL-1547) Delayer and StreamCaching will not be exculded if the CamelContext is restarted

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51456#action_51456 ] 

Willem Jiang commented on CAMEL-1547:
-------------------------------------

I just checked the code of HandleFault on the trunk, every thing looks good.

> Delayer and StreamCaching will not be exculded if the CamelContext is restarted
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-1547
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1547
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.5.0, 1.6.0, 2.0-M1
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 1.6.1, 2.0.0
>
>
> The InterceptStrategy of Delayer and StreamCaching can't tell if the camelContext's InterceptStrategies has the instance of Delayer or StreamCaching.
> So the  InterceptStrategy of Delayer and StreamCaching  will be added to the CamelContext's InterceptStrategies, when the CamelContext  is restarted.

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


[jira] Issue Comment Edited: (CAMEL-1547) Delayer and StreamCaching will not be exculded if the CamelContext is restarted

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51335#action_51335 ] 

Claus Ibsen edited comment on CAMEL-1547 at 4/22/09 1:11 AM:
-------------------------------------------------------------

Willem there is now also a HandleFault interceptor strategy that might need same fix. This is on *trunk only*

      was (Author: davsclaus):
    Willem there is now also a HandleFault interceptor strategy that might need same fix
  
> Delayer and StreamCaching will not be exculded if the CamelContext is restarted
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-1547
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1547
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.5.0, 1.6.0, 2.0-M1
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.0.0, 1.6.1
>
>
> The InterceptStrategy of Delayer and StreamCaching can't tell if the camelContext's InterceptStrategies has the instance of Delayer or StreamCaching.
> So the  InterceptStrategy of Delayer and StreamCaching  will be added to the CamelContext's InterceptStrategies, when the CamelContext  is restarted.

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