You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2008/10/21 18:04:52 UTC

[jira] Created: (CAMEL-1013) LoadBalanceType does not wrap children processors

LoadBalanceType does not wrap children processors
-------------------------------------------------

                 Key: CAMEL-1013
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1013
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
            Reporter: William Tam
            Priority: Minor
             Fix For: 1.5.0
         Attachments: lb-fix.patch

It looks like children processors of load balancer are not being
wrapped by interceptor strategy.  As a result, sendTo processors may
not be debuggable by Debugger or monitored by JMX.  

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


[jira] Commented: (CAMEL-1013) LoadBalanceType does not wrap children processors

Posted by "William Tam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46645#action_46645 ] 

William Tam commented on CAMEL-1013:
------------------------------------

I haven't found any other processor that's having the similar issue.  I'll raise a JIRA when I do see any.

> LoadBalanceType does not wrap children processors
> -------------------------------------------------
>
>                 Key: CAMEL-1013
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1013
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: lb-fix.patch
>
>
> It looks like children processors of load balancer are not being
> wrapped by interceptor strategy.  As a result, sendTo processors may
> not be debuggable by Debugger or monitored by JMX.  

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


[jira] Commented: (CAMEL-1013) LoadBalanceType does not wrap children processors

Posted by "William Tam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46642#action_46642 ] 

William Tam commented on CAMEL-1013:
------------------------------------

Sure Claus.  I'll do a quick search.

> LoadBalanceType does not wrap children processors
> -------------------------------------------------
>
>                 Key: CAMEL-1013
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1013
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: lb-fix.patch
>
>
> It looks like children processors of load balancer are not being
> wrapped by interceptor strategy.  As a result, sendTo processors may
> not be debuggable by Debugger or monitored by JMX.  

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


[jira] Resolved: (CAMEL-1013) LoadBalanceType does not wrap children processors

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

Claus Ibsen resolved CAMEL-1013.
--------------------------------

    Resolution: Fixed

Applied patch with thanks

> LoadBalanceType does not wrap children processors
> -------------------------------------------------
>
>                 Key: CAMEL-1013
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1013
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: lb-fix.patch
>
>
> It looks like children processors of load balancer are not being
> wrapped by interceptor strategy.  As a result, sendTo processors may
> not be debuggable by Debugger or monitored by JMX.  

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


[jira] Updated: (CAMEL-1013) LoadBalanceType does not wrap children processors

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

William Tam updated CAMEL-1013:
-------------------------------

    Attachment: lb-fix.patch

> LoadBalanceType does not wrap children processors
> -------------------------------------------------
>
>                 Key: CAMEL-1013
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1013
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: William Tam
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: lb-fix.patch
>
>
> It looks like children processors of load balancer are not being
> wrapped by interceptor strategy.  As a result, sendTo processors may
> not be debuggable by Debugger or monitored by JMX.  

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


[jira] Commented: (CAMEL-1013) LoadBalanceType does not wrap children processors

Posted by "William Tam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46646#action_46646 ] 

William Tam commented on CAMEL-1013:
------------------------------------

I think we should get rid of the casting to SendProcessor.  It does not make too much sense.

> LoadBalanceType does not wrap children processors
> -------------------------------------------------
>
>                 Key: CAMEL-1013
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1013
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: lb-fix.patch
>
>
> It looks like children processors of load balancer are not being
> wrapped by interceptor strategy.  As a result, sendTo processors may
> not be debuggable by Debugger or monitored by JMX.  

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


[jira] Assigned: (CAMEL-1013) LoadBalanceType does not wrap children processors

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

Claus Ibsen reassigned CAMEL-1013:
----------------------------------

    Assignee: Claus Ibsen

> LoadBalanceType does not wrap children processors
> -------------------------------------------------
>
>                 Key: CAMEL-1013
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1013
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: lb-fix.patch
>
>
> It looks like children processors of load balancer are not being
> wrapped by interceptor strategy.  As a result, sendTo processors may
> not be debuggable by Debugger or monitored by JMX.  

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


[jira] Commented: (CAMEL-1013) LoadBalanceType does not wrap children processors

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

Claus Ibsen commented on CAMEL-1013:
------------------------------------

William, do you mind double check if there are other model types in camel-core that has this issue as well?

> LoadBalanceType does not wrap children processors
> -------------------------------------------------
>
>                 Key: CAMEL-1013
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1013
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: William Tam
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: lb-fix.patch
>
>
> It looks like children processors of load balancer are not being
> wrapped by interceptor strategy.  As a result, sendTo processors may
> not be debuggable by Debugger or monitored by JMX.  

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