You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/07/30 09:04:33 UTC

[jira] Created: (CAMEL-1864) interceptSendToEndpoint does not trigger endpoints defined in onException

interceptSendToEndpoint does not trigger endpoints defined in onException
-------------------------------------------------------------------------

                 Key: CAMEL-1864
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1864
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.0-M3
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.0.0


The reason is that onException is initialized before interceptors

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


[jira] Commented: (CAMEL-1864) interceptSendToEndpoint does not trigger endpoints defined in onException

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

Claus Ibsen commented on CAMEL-1864:
------------------------------------

trunk: 799523.

> interceptSendToEndpoint does not trigger endpoints defined in onException
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-1864
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1864
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0-M3
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> The reason is that onException is initialized before interceptors

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


[jira] Resolved: (CAMEL-1864) interceptSendToEndpoint does not trigger endpoints defined in onException

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

Claus Ibsen resolved CAMEL-1864.
--------------------------------

    Resolution: Fixed

trunk: 799205.



> interceptSendToEndpoint does not trigger endpoints defined in onException
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-1864
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1864
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0-M3
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> The reason is that onException is initialized before interceptors

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


[jira] Commented: (CAMEL-1864) interceptSendToEndpoint does not trigger endpoints defined in onException

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

Claus Ibsen commented on CAMEL-1864:
------------------------------------

At current time only implemented for when using SendProcessor that is the most common to use, eg as its the {{.to}}.
There may be some other processors that needs to be tweaked to let it work as well.

However the route builder logic inside Camel should be reworked in the future to better accommodate such interceptors messing with the endpoints.

> interceptSendToEndpoint does not trigger endpoints defined in onException
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-1864
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1864
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0-M3
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> The reason is that onException is initialized before interceptors

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