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/03/17 09:29:40 UTC

[jira] Created: (CAMEL-1463) JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler

JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler
-----------------------------------------------------------------------------------------------

                 Key: CAMEL-1463
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1463
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 1.6.0
            Reporter: Claus Ibsen
            Priority: Critical
             Fix For: 2.0.0, 1.6.1


See nabble:
http://www.nabble.com/StreamCaching-in-Camel-1.6-td22305654s22882.html

I will add an unit test that demonstrates this:
org.apache.camel.processor.ChoiceNoErrorHandlerTest

The route should at all time *not* contain any error handler at all, regardless wether JMX is enabled or not.

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


[jira] Resolved: (CAMEL-1463) JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler

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

Claus Ibsen resolved CAMEL-1463.
--------------------------------

    Resolution: Fixed

Yes got it now.

Trunk: Committed revision 755487.
1.x: Committed revision 755493.

> JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1463
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0, 1.6.1
>
>
> See nabble:
> http://www.nabble.com/StreamCaching-in-Camel-1.6-td22305654s22882.html
> I will add an unit test that demonstrates this:
> org.apache.camel.processor.ChoiceNoErrorHandlerTest
> The route should at all time *not* contain any error handler at all, regardless wether JMX is enabled or not.

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


[jira] Updated: (CAMEL-1463) JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler

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

Claus Ibsen updated CAMEL-1463:
-------------------------------

    Priority: Major  (was: Critical)

Lowering priority to major.

This bug is only manifested when
- disabled error handler = noErrorHandler (not default)
- disabled JMX (not default)

> JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1463
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.0
>            Reporter: Claus Ibsen
>             Fix For: 2.0.0, 1.6.1
>
>
> See nabble:
> http://www.nabble.com/StreamCaching-in-Camel-1.6-td22305654s22882.html
> I will add an unit test that demonstrates this:
> org.apache.camel.processor.ChoiceNoErrorHandlerTest
> The route should at all time *not* contain any error handler at all, regardless wether JMX is enabled or not.

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


[jira] Commented: (CAMEL-1463) JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler

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

Claus Ibsen commented on CAMEL-1463:
------------------------------------

Its the {{InstrumentationErrorHandlerWrappingStrategy}} that is the culprint.

With JMX enable camel context gets this strategy added that skips interceptors.
But with no JMX we do not have a such a strategy and thus a default error handler is added

> JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1463
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.0
>            Reporter: Claus Ibsen
>             Fix For: 2.0.0, 1.6.1
>
>
> See nabble:
> http://www.nabble.com/StreamCaching-in-Camel-1.6-td22305654s22882.html
> I will add an unit test that demonstrates this:
> org.apache.camel.processor.ChoiceNoErrorHandlerTest
> The route should at all time *not* contain any error handler at all, regardless wether JMX is enabled or not.

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


[jira] Assigned: (CAMEL-1463) JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler

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

Claus Ibsen reassigned CAMEL-1463:
----------------------------------

    Assignee: Claus Ibsen

> JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1463
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0, 1.6.1
>
>
> See nabble:
> http://www.nabble.com/StreamCaching-in-Camel-1.6-td22305654s22882.html
> I will add an unit test that demonstrates this:
> org.apache.camel.processor.ChoiceNoErrorHandlerTest
> The route should at all time *not* contain any error handler at all, regardless wether JMX is enabled or not.

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


[jira] Commented: (CAMEL-1463) JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler

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

Claus Ibsen commented on CAMEL-1463:
------------------------------------

I have committed a unit test showing the bug
Committed revision 755163.

org.apache.camel.processor.ChoiceNoErrorHandlerTest

The bug is not fixed yet, only a test to show the bug

> JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1463
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.0
>            Reporter: Claus Ibsen
>            Priority: Critical
>             Fix For: 2.0.0, 1.6.1
>
>
> See nabble:
> http://www.nabble.com/StreamCaching-in-Camel-1.6-td22305654s22882.html
> I will add an unit test that demonstrates this:
> org.apache.camel.processor.ChoiceNoErrorHandlerTest
> The route should at all time *not* contain any error handler at all, regardless wether JMX is enabled or not.

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