You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2012/09/19 05:41:07 UTC

[jira] [Created] (CAMEL-5627) camel-zookeeper endpoints should not share the configuration

Willem Jiang created CAMEL-5627:
-----------------------------------

             Summary: camel-zookeeper endpoints should not share the configuration 
                 Key: CAMEL-5627
                 URL: https://issues.apache.org/jira/browse/CAMEL-5627
             Project: Camel
          Issue Type: Bug
          Components: camel-zookeeper
    Affects Versions: 2.10.1, 2.9.3
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.9.4, 2.11.0, 2.10.2


User complains that  "The URI parameters on my consumer endpoint seem to be affecting the behaviour of my producer endpoint." If he has two zookeeper endpoint with different uri configuration in the different routes. 
You can find more information in this thread[1]
[1]http://camel.465427.n5.nabble.com/URI-parameters-for-one-Zookeeper-endpoint-are-contaminating-another-endpoint-td5719559.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-5627) camel-zookeeper endpoints should not share the configuration

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

Claus Ibsen commented on CAMEL-5627:
------------------------------------

In some of the other Camel components that have a Configuration class (assuming its the same case here), we do a copy of it beforehand (using clone) in the createEndpoint method. I think we should do the same. See for example the MailComponent.
                
> camel-zookeeper endpoints should not share the configuration 
> -------------------------------------------------------------
>
>                 Key: CAMEL-5627
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5627
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-zookeeper
>    Affects Versions: 2.9.3, 2.10.1
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.9.4, 2.11.0, 2.10.2
>
>
> User complains that  "The URI parameters on my consumer endpoint seem to be affecting the behaviour of my producer endpoint." If he has two zookeeper endpoint with different uri configuration in the different routes. 
> You can find more information in this thread[1]
> [1]http://camel.465427.n5.nabble.com/URI-parameters-for-one-Zookeeper-endpoint-are-contaminating-another-endpoint-td5719559.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CAMEL-5627) camel-zookeeper endpoints should not share the configuration

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

Willem Jiang resolved CAMEL-5627.
---------------------------------

    Resolution: Fixed

Apply the patch into trunk, camel-2.10.x and camel-2.9.x branches.
                
> camel-zookeeper endpoints should not share the configuration 
> -------------------------------------------------------------
>
>                 Key: CAMEL-5627
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5627
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-zookeeper
>    Affects Versions: 2.9.3, 2.10.1
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.9.4, 2.11.0, 2.10.2
>
>
> User complains that  "The URI parameters on my consumer endpoint seem to be affecting the behaviour of my producer endpoint." If he has two zookeeper endpoint with different uri configuration in the different routes. 
> You can find more information in this thread[1]
> [1]http://camel.465427.n5.nabble.com/URI-parameters-for-one-Zookeeper-endpoint-are-contaminating-another-endpoint-td5719559.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira